Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 15, 2023
1 parent 559b271 commit 0240824
Show file tree
Hide file tree
Showing 13 changed files with 80 additions and 26 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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)


### Bug Fixes

* **jest-dev-server:** fix port detection ([#518](https://github.com/argos-ci/jest-puppeteer/issues/518)) ([805819d](https://github.com/argos-ci/jest-puppeteer/commit/805819d27e6dc5e086c7d29fa3f623b99fc65ecd)), closes [#460](https://github.com/argos-ci/jest-puppeteer/issues/460) [#281](https://github.com/argos-ci/jest-puppeteer/issues/281) [#233](https://github.com/argos-ci/jest-puppeteer/issues/233)





# [7.0.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


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": "7.0.0",
"version": "7.0.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
30 changes: 15 additions & 15 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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)

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





# [7.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


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": "7.0.0",
"version": "7.0.1",
"type": "commonjs",
"main": "./lib/index.js",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-dev-server/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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)


### Bug Fixes

* **jest-dev-server:** fix port detection ([#518](https://github.com/argos-ci/jest-puppeteer/issues/518)) ([805819d](https://github.com/argos-ci/jest-puppeteer/commit/805819d27e6dc5e086c7d29fa3f623b99fc65ecd)), closes [#460](https://github.com/argos-ci/jest-puppeteer/issues/460) [#281](https://github.com/argos-ci/jest-puppeteer/issues/281) [#233](https://github.com/argos-ci/jest-puppeteer/issues/233)





# [7.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


Expand Down
2 changes: 1 addition & 1 deletion 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": "7.0.0",
"version": "7.0.1",
"type": "commonjs",
"main": "./lib/index.js",
"exports": {
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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)

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





# [7.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


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": "7.0.0",
"version": "7.0.1",
"type": "commonjs",
"main": "./index.js",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"chalk": "^4.1.2",
"cwd": "^0.10.0",
"jest-dev-server": "^7.0.0",
"jest-dev-server": "^7.0.1",
"jest-environment-node": "^29.4.1",
"merge-deep": "^3.0.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-puppeteer-preset/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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)

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





# [7.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/jest-puppeteer-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-puppeteer-preset",
"description": "Run your tests using Jest & Puppeteer.",
"version": "7.0.0",
"version": "7.0.1",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^7.0.0",
"jest-environment-puppeteer": "^7.0.0"
"expect-puppeteer": "^7.0.1",
"jest-environment-puppeteer": "^7.0.1"
}
}
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.

## [7.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v7.0.0...v7.0.1) (2023-02-15)

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





# [7.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


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": "7.0.0",
"version": "7.0.1",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^7.0.0",
"jest-environment-puppeteer": "^7.0.0"
"expect-puppeteer": "^7.0.1",
"jest-environment-puppeteer": "^7.0.1"
}
}

0 comments on commit 0240824

Please sign in to comment.