Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 11, 2019
1 parent 40bc3a2 commit d2355a1
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0](https://github.com/smooth-code/jest-puppeteer/compare/v3.7.0...v3.8.0) (2019-01-11)


### Bug Fixes

* disconnect the browser on environment teardown ([#173](https://github.com/smooth-code/jest-puppeteer/issues/173)) ([5d073cc](https://github.com/smooth-code/jest-puppeteer/commit/5d073cc))


### Features

* **jest-environment-puppeteer:** accept a promise as config ([#178](https://github.com/smooth-code/jest-puppeteer/issues/178)) ([40bc3a2](https://github.com/smooth-code/jest-puppeteer/commit/40bc3a2))





# [3.7.0](https://github.com/smooth-code/jest-puppeteer/compare/v3.6.0...v3.7.0) (2018-12-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "3.7.0",
"version": "3.8.0",
"npmClient": "yarn",
"useWorkspaces": true
}
16 changes: 16 additions & 0 deletions packages/jest-environment-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v3.7.0...v3.8.0) (2019-01-11)


### Bug Fixes

* disconnect the browser on environment teardown ([#173](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/issues/173)) ([5d073cc](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/commit/5d073cc))


### Features

* **jest-environment-puppeteer:** accept a promise as config ([#178](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/issues/178)) ([40bc3a2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/commit/40bc3a2))





# [3.7.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v3.6.0...v3.7.0) (2018-12-11)

**Note:** Version bump only for package jest-environment-puppeteer
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.7.0",
"version": "3.8.0",
"main": "index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer",
"author": "Greg Bergé <berge.greg@gmail.com>",
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.

# [3.8.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset/compare/v3.7.0...v3.8.0) (2019-01-11)

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





# [3.7.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset/compare/v3.6.0...v3.7.0) (2018-12-11)

**Note:** Version bump only for package jest-puppeteer-preset
Expand Down
4 changes: 2 additions & 2 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": "3.7.0",
"version": "3.8.0",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset",
"author": "Greg Bergé <berge.greg@gmail.com>",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"expect-puppeteer": "^3.5.1",
"jest-environment-puppeteer": "^3.7.0"
"jest-environment-puppeteer": "^3.8.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.

# [3.8.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer/compare/v3.7.0...v3.8.0) (2019-01-11)

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





# [3.7.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer/compare/v3.6.0...v3.7.0) (2018-12-11)

**Note:** Version bump only for package jest-puppeteer
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": "3.7.0",
"version": "3.8.0",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer",
"author": "Greg Bergé <berge.greg@gmail.com>",
"license": "MIT",
Expand All @@ -17,6 +17,6 @@
},
"dependencies": {
"expect-puppeteer": "^3.5.1",
"jest-environment-puppeteer": "^3.7.0"
"jest-environment-puppeteer": "^3.8.0"
}
}

0 comments on commit d2355a1

Please sign in to comment.