Skip to content

Commit

Permalink
v10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 10, 2024
1 parent 37e3271 commit 6a91899
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)


### Bug Fixes

* fix types resolution for expect-puppeteer ([#599](https://github.com/argos-ci/jest-puppeteer/issues/599)) ([37e3271](https://github.com/argos-ci/jest-puppeteer/commit/37e3271c64a59e8314b4f96078516b2515c84493))





## [10.1.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.0...v10.1.1) (2024-09-06)

**Note:** Version bump only for package jest-puppeteer
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "10.1.1",
"version": "10.1.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/expect-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)


### Bug Fixes

* fix types resolution for expect-puppeteer ([#599](https://github.com/argos-ci/jest-puppeteer/issues/599)) ([37e3271](https://github.com/argos-ci/jest-puppeteer/commit/37e3271c64a59e8314b4f96078516b2515c84493))





## [10.1.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.0...v10.1.1) (2024-09-06)

**Note:** Version bump only for package expect-puppeteer
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expect-puppeteer",
"description": "Assertion toolkit for Puppeteer.",
"version": "10.1.1",
"version": "10.1.2",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-environment-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)


### Bug Fixes

* fix types resolution for expect-puppeteer ([#599](https://github.com/argos-ci/jest-puppeteer/issues/599)) ([37e3271](https://github.com/argos-ci/jest-puppeteer/commit/37e3271c64a59e8314b4f96078516b2515c84493))





## [10.1.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.0...v10.1.1) (2024-09-06)

**Note:** Version bump only for package jest-environment-puppeteer
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-puppeteer",
"description": "Puppeteer environment for Jest.",
"version": "10.1.1",
"version": "10.1.2",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)

**Note:** Version bump only for package jest-puppeteer





## [10.1.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.0...v10.1.1) (2024-09-06)

**Note:** Version bump only for package jest-puppeteer
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-puppeteer",
"description": "Run your tests using Jest & Puppeteer.",
"version": "10.1.1",
"version": "10.1.2",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^10.1.1",
"jest-environment-puppeteer": "^10.1.1"
"expect-puppeteer": "^10.1.2",
"jest-environment-puppeteer": "^10.1.2"
},
"devDependencies": {
"rollup": "^4.20.0",
Expand Down

0 comments on commit 6a91899

Please sign in to comment.