Skip to content

Commit 6723a11

Browse files
committed
v8.0.3
1 parent 558a498 commit 6723a11

File tree

11 files changed

+69
-18
lines changed

11 files changed

+69
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid creating screenshots directory ([d9e58fe](https://github.com/argos-ci/jest-puppeteer/commit/d9e58fefb8649329806cb36c65a4eecb3eb91fbe)), closes [#521](https://github.com/argos-ci/jest-puppeteer/issues/521)
12+
* **jest-puppeteer:** fix preset export ([82e4163](https://github.com/argos-ci/jest-puppeteer/commit/82e41634479b666605bcee42ed45ed07f38f7589)), closes [#528](https://github.com/argos-ci/jest-puppeteer/issues/528)
13+
14+
15+
16+
17+
618
## [8.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.1...v8.0.2) (2023-03-06)
719

820

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.2",
3+
"version": "8.0.3",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

package-lock.json

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

816

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.2",
4+
"version": "8.0.3",
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.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
7+
8+
**Note:** Version bump only for package jest-dev-server
9+
10+
11+
12+
13+
614
## [8.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.1...v8.0.2) (2023-03-06)
715

816

packages/jest-dev-server/package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "8.0.3",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-environment-puppeteer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid creating screenshots directory ([d9e58fe](https://github.com/argos-ci/jest-puppeteer/commit/d9e58fefb8649329806cb36c65a4eecb3eb91fbe)), closes [#521](https://github.com/argos-ci/jest-puppeteer/issues/521)
12+
* **jest-puppeteer:** fix preset export ([82e4163](https://github.com/argos-ci/jest-puppeteer/commit/82e41634479b666605bcee42ed45ed07f38f7589)), closes [#528](https://github.com/argos-ci/jest-puppeteer/issues/528)
13+
14+
15+
16+
17+
618
## [8.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.1...v8.0.2) (2023-03-06)
719

820

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.2",
4+
"version": "8.0.3",
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.0.0",
5454
"deepmerge": "^4.3.0",
55-
"jest-dev-server": "^8.0.2",
55+
"jest-dev-server": "^8.0.3",
5656
"jest-environment-node": "^29.4.3"
5757
}
5858
}

packages/jest-puppeteer/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.3](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.2...v8.0.3) (2023-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-puppeteer:** fix preset export ([82e4163](https://github.com/argos-ci/jest-puppeteer/commit/82e41634479b666605bcee42ed45ed07f38f7589)), closes [#528](https://github.com/argos-ci/jest-puppeteer/issues/528)
12+
13+
14+
15+
16+
617
## [8.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.1...v8.0.2) (2023-03-06)
718

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

0 commit comments

Comments
 (0)