Skip to content

Commit

Permalink
chore(release): 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 2, 2020
1 parent a6112ec commit 9d48f88
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.1.4](https://github.com/JamieMason/syncpack/compare/5.0.3...5.1.4) (2020-08-02)


### Bug Fixes

* **npm:** update dependencies ([f2cac6a](https://github.com/JamieMason/syncpack/commit/f2cac6a05eaf9f5a7736267a797cf75476292757))


### Features

* **core:** add support for pnpm workspaces ([a6112ec](https://github.com/JamieMason/syncpack/commit/a6112ec786fd26699a3734707218cda38baf9f0e)), closes [#42](https://github.com/JamieMason/syncpack/issues/42)



## [5.0.3](https://github.com/JamieMason/syncpack/compare/5.0.1...5.0.3) (2020-06-19)


Expand Down
3 changes: 2 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncpack

Manage multiple package.json files, such as in Lerna Monorepos and Yarn Workspaces
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces

## Installation

Expand All @@ -24,6 +24,7 @@ npm test

## Dependencies

- [@manypkg/get-packages](https://ghub.io/@manypkg/get-packages): Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
- [chalk](https://ghub.io/chalk): Terminal string styling done right
- [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 recursive mkdir, copy, and remove.
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/Pnpm Workspaces",
"version": "5.0.3",
"version": "5.1.4",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 9d48f88

Please sign in to comment.