Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 6, 2023
1 parent ed5c9eb commit 47c54a7
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 14 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.1](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.0...v8.0.1) (2023-03-06)


### Bug Fixes

* remove cycle dependency ([ed5c9eb](https://github.com/argos-ci/jest-puppeteer/commit/ed5c9eb9aa59809f37a8cc3ce7ff60139691d170))





# [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 lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"version": "8.0.0",
"version": "8.0.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
14 changes: 4 additions & 10 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.

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


### Bug Fixes

* remove cycle dependency ([ed5c9eb](https://github.com/argos-ci/jest-puppeteer/commit/ed5c9eb9aa59809f37a8cc3ce7ff60139691d170))





# [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/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.0",
"version": "8.0.1",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
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.1](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.0...v8.0.1) (2023-03-06)

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





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


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "8.0.1",
"type": "commonjs",
"exports": {
".": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^8.0.0",
"expect-puppeteer": "^8.0.1",
"jest-environment-puppeteer": "^8.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 47c54a7

Please sign in to comment.