Skip to content

Commit

Permalink
v8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 9, 2023
1 parent af2eb01 commit 05992b2
Show file tree
Hide file tree
Showing 13 changed files with 77 additions and 23 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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)


### Bug Fixes

* **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)





## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"version": "8.0.4",
"version": "8.0.5",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
26 changes: 13 additions & 13 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/expect-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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

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





## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)

**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": "8.0.3",
"version": "8.0.5",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-dev-server/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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

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





## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)

**Note:** Version bump only for package jest-dev-server
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-dev-server",
"description": "Starts a server before your Jest tests and tears it down after.",
"version": "8.0.3",
"version": "8.0.5",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"cwd": "^0.10.0",
"find-process": "^1.4.7",
"prompts": "^2.4.2",
"spawnd": "^8.0.0",
"spawnd": "^8.0.5",
"tree-kill": "^1.2.2",
"wait-on": "^7.0.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-environment-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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

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





## [8.0.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)


Expand Down
4 changes: 2 additions & 2 deletions 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": "8.0.3",
"version": "8.0.5",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"chalk": "^4.1.2",
"cosmiconfig": "^8.1.0",
"deepmerge": "^4.3.0",
"jest-dev-server": "^8.0.3",
"jest-dev-server": "^8.0.5",
"jest-environment-node": "^29.5.0"
}
}
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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

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





## [8.0.4](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.3...v8.0.4) (2023-03-08)


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": "8.0.4",
"version": "8.0.5",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^8.0.3",
"jest-environment-puppeteer": "^8.0.3"
"expect-puppeteer": "^8.0.5",
"jest-environment-puppeteer": "^8.0.5"
},
"devDependencies": {
"rollup": "^3.18.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/spawnd/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.

## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)


### Bug Fixes

* **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)





# [8.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.1...v8.0.0) (2023-03-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/spawnd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spawnd",
"description": "Spawn a dependent child process.",
"version": "8.0.0",
"version": "8.0.5",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 05992b2

Please sign in to comment.