Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 27, 2018
1 parent e913425 commit 3c77d26
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.2](https://github.com/smooth-code/jest-puppeteer/compare/v3.5.1...v3.5.2) (2018-11-27)


### Bug Fixes

* **security:** upgrade dependencies ([e913425](https://github.com/smooth-code/jest-puppeteer/commit/e913425))
* **security:** upgrade terminate ([#158](https://github.com/smooth-code/jest-puppeteer/issues/158)) ([06fd89e](https://github.com/smooth-code/jest-puppeteer/commit/06fd89e))





## [3.5.1](https://github.com/smooth-code/jest-puppeteer/compare/v3.5.0...v3.5.1) (2018-11-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.5.1",
"version": "3.5.2",
"npmClient": "yarn",
"useWorkspaces": true
}
12 changes: 12 additions & 0 deletions packages/jest-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server/compare/v3.5.1...v3.5.2) (2018-11-27)


### Bug Fixes

* **security:** upgrade dependencies ([e913425](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server/commit/e913425))
* **security:** upgrade terminate ([#158](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server/issues/158)) ([06fd89e](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server/commit/06fd89e))





## [3.5.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server/compare/v3.5.0...v3.5.1) (2018-11-11)


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": "3.5.1",
"version": "3.5.2",
"main": "index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -22,7 +22,7 @@
"cwd": "^0.10.0",
"find-process": "^1.2.1",
"inquirer": "^6.2.0",
"spawnd": "^3.4.0",
"spawnd": "^3.5.2",
"terminate": "^2.1.2",
"wait-port": "^0.2.2"
}
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.

## [3.5.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v3.5.1...v3.5.2) (2018-11-27)

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





## [3.5.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer/compare/v3.5.0...v3.5.1) (2018-11-11)

**Note:** Version bump only for package jest-environment-puppeteer
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": "3.5.1",
"version": "3.5.2",
"main": "index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"chalk": "^2.4.1",
"cwd": "^0.10.0",
"jest-dev-server": "^3.5.1",
"jest-dev-server": "^3.5.2",
"merge-deep": "^3.0.2"
}
}
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.5.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset/compare/v3.5.1...v3.5.2) (2018-11-27)

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





## [3.5.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset/compare/v3.5.0...v3.5.1) (2018-11-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.5.1",
"version": "3.5.2",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer-preset",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -18,6 +18,6 @@
},
"dependencies": {
"expect-puppeteer": "^3.5.1",
"jest-environment-puppeteer": "^3.5.1"
"jest-environment-puppeteer": "^3.5.2"
}
}
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.5.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer/compare/v3.5.1...v3.5.2) (2018-11-27)

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





## [3.5.1](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer/compare/v3.5.0...v3.5.1) (2018-11-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.5.1",
"version": "3.5.2",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-puppeteer",
"author": "Greg Bergé <[email protected]>",
"license": "MIT",
Expand All @@ -17,6 +17,6 @@
},
"dependencies": {
"expect-puppeteer": "^3.5.1",
"jest-environment-puppeteer": "^3.5.1"
"jest-environment-puppeteer": "^3.5.2"
}
}
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.

## [3.5.2](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd/compare/v3.5.1...v3.5.2) (2018-11-27)


### Bug Fixes

* **security:** upgrade dependencies ([e913425](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd/commit/e913425))





<a name="3.4.0"></a>
# [3.4.0](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd/compare/v3.3.1...v3.4.0) (2018-09-24)

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": "3.4.0",
"version": "3.5.2",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/jest-puppeteer/tree/master/packages/spawnd",
"author": "Greg Bergé <[email protected]>",
Expand Down

0 comments on commit 3c77d26

Please sign in to comment.