Skip to content

Commit

Permalink
chore(release): 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 16, 2020
1 parent a7875cb commit 02d25c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [5.0.1](https://github.com/JamieMason/syncpack/compare/4.5.5...5.0.1) (2020-02-16)


### Bug Fixes

* **core:** include root package.json when reading yarn & lerna config ([a7875cb](https://github.com/JamieMason/syncpack/commit/a7875cb08e0f8382163e8c9e8a4d3e6772b4c160))
* **npm:** update dependencies ([5fdcc7b](https://github.com/JamieMason/syncpack/commit/5fdcc7bd112533f891b31dfcf0be79b54989b8d7))


### BREAKING CHANGES

* **npm:** engines.node has been increased to >=10 because
semver@7.1.1 is a hard dependency of syncpack and
requires node >=10



## [4.5.5](https://github.com/JamieMason/syncpack/compare/4.5.4...4.5.5) (2020-01-19)


Expand Down
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ npm test
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
- [fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
- [glob](https://ghub.io/glob): a little globber
- [lodash](https://ghub.io/lodash): Lodash modular utilities.
- [semver](https://ghub.io/semver): The semantic version parser used by npm.

## Dev Dependencies

- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for Glob
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
- [@types/mock-fs](https://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn Workspaces",
"version": "4.5.5",
"version": "5.0.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 02d25c2

Please sign in to comment.