Skip to content

Commit 05992b2

Browse files
committed
v8.0.5
1 parent af2eb01 commit 05992b2

File tree

13 files changed

+77
-23
lines changed

13 files changed

+77
-23
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+
## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **spawnd:** remove exit dependency ([af2eb01](https://github.com/argos-ci/jest-puppeteer/commit/af2eb010a40986a6a3a54d5ca883c186b97d57ea)), closes [#541](https://github.com/argos-ci/jest-puppeteer/issues/541)
12+
13+
14+
15+
16+
617
## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useWorkspaces": true,
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

package-lock.json

Lines changed: 13 additions & 13 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: 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+
## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)
7+
8+
**Note:** Version bump only for package expect-puppeteer
9+
10+
11+
12+
13+
614
## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
715

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

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": "8.0.3",
4+
"version": "8.0.5",
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+
## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)
7+
8+
**Note:** Version bump only for package jest-dev-server
9+
10+
11+
12+
13+
614
## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
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": "8.0.3",
4+
"version": "8.0.5",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -49,7 +49,7 @@
4949
"cwd": "^0.10.0",
5050
"find-process": "^1.4.7",
5151
"prompts": "^2.4.2",
52-
"spawnd": "^8.0.0",
52+
"spawnd": "^8.0.5",
5353
"tree-kill": "^1.2.2",
5454
"wait-on": "^7.0.1"
5555
}

packages/jest-environment-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+
## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)
7+
8+
**Note:** Version bump only for package jest-environment-puppeteer
9+
10+
11+
12+
13+
614
## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
715

816

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": "8.0.3",
4+
"version": "8.0.5",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -52,7 +52,7 @@
5252
"chalk": "^4.1.2",
5353
"cosmiconfig": "^8.1.0",
5454
"deepmerge": "^4.3.0",
55-
"jest-dev-server": "^8.0.3",
55+
"jest-dev-server": "^8.0.5",
5656
"jest-environment-node": "^29.5.0"
5757
}
5858
}

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+
## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)
7+
8+
**Note:** Version bump only for package jest-puppeteer
9+
10+
11+
12+
13+
614
## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)
715

816

0 commit comments

Comments
 (0)