Skip to content

Commit 3d0e828

Browse files
committed
v10.1.4
1 parent fe872c8 commit 3d0e828

File tree

13 files changed

+76
-19
lines changed

13 files changed

+76
-19
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.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* revert types resolution from `@jest/globals` ([#604](https://github.com/argos-ci/jest-puppeteer/issues/604)) ([4bc420b](https://github.com/argos-ci/jest-puppeteer/commit/4bc420b3568140d893e5b98c383111cbb3028720))
12+
13+
14+
15+
16+
617
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
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.3",
2+
"version": "10.1.4",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
44
}

package-lock.json

Lines changed: 9 additions & 9 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.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* revert types resolution from `@jest/globals` ([#604](https://github.com/argos-ci/jest-puppeteer/issues/604)) ([4bc420b](https://github.com/argos-ci/jest-puppeteer/commit/4bc420b3568140d893e5b98c383111cbb3028720))
12+
13+
14+
15+
16+
617
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
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.3",
4+
"version": "10.1.4",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-dev-server/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.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
7+
8+
**Note:** Version bump only for package jest-dev-server
9+
10+
11+
12+
13+
614
## [10.1.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.0...v10.1.1) (2024-09-06)
715

816
**Note:** Version bump only for package jest-dev-server

packages/jest-dev-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-dev-server",
33
"description": "Starts a server before your Jest tests and tears it down after.",
4-
"version": "10.1.1",
4+
"version": "10.1.4",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
"cwd": "^0.10.0",
5151
"find-process": "^1.4.7",
5252
"prompts": "^2.4.2",
53-
"spawnd": "^10.1.1",
53+
"spawnd": "^10.1.4",
5454
"tree-kill": "^1.2.2",
5555
"wait-on": "^8.0.1"
5656
}

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.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* revert types resolution from `@jest/globals` ([#604](https://github.com/argos-ci/jest-puppeteer/issues/604)) ([4bc420b](https://github.com/argos-ci/jest-puppeteer/commit/4bc420b3568140d893e5b98c383111cbb3028720))
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: 2 additions & 2 deletions
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.3",
4+
"version": "10.1.4",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"chalk": "^4.1.2",
5454
"cosmiconfig": "^8.3.6",
5555
"deepmerge": "^4.3.1",
56-
"jest-dev-server": "^10.1.1",
56+
"jest-dev-server": "^10.1.4",
5757
"jest-environment-node": "^29.7.0"
5858
}
5959
}

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.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
7+
8+
**Note:** Version bump only for package jest-puppeteer
9+
10+
11+
12+
13+
614
## [10.1.3](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.2...v10.1.3) (2024-10-22)
715

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

0 commit comments

Comments
 (0)