Skip to content

Commit 9b9e77c

Browse files
committed
v10.1.3
1 parent e5b2e1a commit 9b9e77c

File tree

9 files changed

+52
-11
lines changed

9 files changed

+52
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix types resolution when importing jest types from @jest/globals ([#602](https://github.com/argos-ci/jest-puppeteer/issues/602)) ([e5b2e1a](https://github.com/argos-ci/jest-puppeteer/commit/e5b2e1a7c0282aba496ffe2806201778b84a96fc))
12+
13+
14+
15+
16+
617
## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "10.1.2",
2+
"version": "10.1.3",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
44
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expect-puppeteer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix types resolution when importing jest types from @jest/globals ([#602](https://github.com/argos-ci/jest-puppeteer/issues/602)) ([e5b2e1a](https://github.com/argos-ci/jest-puppeteer/commit/e5b2e1a7c0282aba496ffe2806201778b84a96fc))
12+
13+
14+
15+
16+
617
## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)
718

819

packages/expect-puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expect-puppeteer",
33
"description": "Assertion toolkit for Puppeteer.",
4-
"version": "10.1.2",
4+
"version": "10.1.3",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-environment-puppeteer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* fix types resolution when importing jest types from @jest/globals ([#602](https://github.com/argos-ci/jest-puppeteer/issues/602)) ([e5b2e1a](https://github.com/argos-ci/jest-puppeteer/commit/e5b2e1a7c0282aba496ffe2806201778b84a96fc))
12+
13+
14+
15+
16+
617
## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)
718

819

packages/jest-environment-puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-environment-puppeteer",
33
"description": "Puppeteer environment for Jest.",
4-
"version": "10.1.2",
4+
"version": "10.1.3",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-puppeteer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
7+
8+
**Note:** Version bump only for package jest-puppeteer
9+
10+
11+
12+
13+
614
## [10.1.2](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.1...v10.1.2) (2024-10-10)
715

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

packages/jest-puppeteer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-puppeteer",
33
"description": "Run your tests using Jest & Puppeteer.",
4-
"version": "10.1.2",
4+
"version": "10.1.3",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -36,8 +36,8 @@
3636
"puppeteer": ">=19"
3737
},
3838
"dependencies": {
39-
"expect-puppeteer": "^10.1.2",
40-
"jest-environment-puppeteer": "^10.1.2"
39+
"expect-puppeteer": "^10.1.3",
40+
"jest-environment-puppeteer": "^10.1.3"
4141
},
4242
"devDependencies": {
4343
"rollup": "^4.20.0",

0 commit comments

Comments
 (0)