Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 3, 2023
1 parent 31f6f1e commit cc80f62
Show file tree
Hide file tree
Showing 15 changed files with 128 additions and 33 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* modernize project ([#514](https://github.com/smooth-code/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/smooth-code/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))
* target puppeteer v19+ ([31f6f1e](https://github.com/smooth-code/jest-puppeteer/commit/31f6f1e5de72edc639db65cd6688eab7c02693ac))


### BREAKING CHANGES

* requires puppeteer v19+





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

### Bug Fixes
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": "6.2.0",
"version": "7.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
40 changes: 20 additions & 20 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/expect-puppeteer/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.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))





## [6.1.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer/compare/v6.1.0...v6.1.1) (2022-07-06)


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": "6.1.1",
"version": "7.0.0",
"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.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

**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": "6.2.0",
"version": "7.0.0",
"type": "commonjs",
"main": "./lib/index.js",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"cwd": "^0.10.0",
"find-process": "^1.4.7",
"prompts": "^2.4.2",
"spawnd": "^6.2.0",
"spawnd": "^7.0.0",
"tree-kill": "^1.2.2",
"wait-on": "^7.0.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-environment-puppeteer/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.0](https://github.com/argos-ci/jest-puppeteer/compare/v6.2.0...v7.0.0) (2023-02-03)


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

### Bug Fixes
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": "6.2.0",
"version": "7.0.0",
"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": "^6.2.0",
"jest-dev-server": "^7.0.0",
"jest-environment-node": "^29.4.1",
"merge-deep": "^3.0.3"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/jest-puppeteer-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))
* target puppeteer v19+ ([31f6f1e](https://github.com/argos-ci/jest-puppeteer/commit/31f6f1e5de72edc639db65cd6688eab7c02693ac))


### BREAKING CHANGES

* requires puppeteer v19+





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

**Note:** Version bump only for package jest-puppeteer-preset
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": "6.2.0",
"version": "7.0.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^6.1.1",
"jest-environment-puppeteer": "^6.2.0"
"expect-puppeteer": "^7.0.0",
"jest-environment-puppeteer": "^7.0.0"
}
}
17 changes: 17 additions & 0 deletions packages/jest-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))
* target puppeteer v19+ ([31f6f1e](https://github.com/argos-ci/jest-puppeteer/commit/31f6f1e5de72edc639db65cd6688eab7c02693ac))


### BREAKING CHANGES

* requires puppeteer v19+





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

**Note:** Version bump only for package jest-puppeteer
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": "6.2.0",
"version": "7.0.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^6.1.1",
"jest-environment-puppeteer": "^6.2.0"
"expect-puppeteer": "^7.0.0",
"jest-environment-puppeteer": "^7.0.0"
}
}
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.

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


### Features

* modernize project ([#514](https://github.com/argos-ci/jest-puppeteer/issues/514)) ([6ca8757](https://github.com/argos-ci/jest-puppeteer/commit/6ca8757452e33d00a1a841d6f18b032411f4bdb6))





# [6.2.0](https://github.com/smooth-code/jest-puppeteer/compare/v6.1.1...v6.2.0) (2022-12-11)

### Bug Fixes
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": "6.2.0",
"version": "7.0.0",
"type": "commonjs",
"main": "./lib/index.js",
"exports": {
Expand Down

0 comments on commit cc80f62

Please sign in to comment.