diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d5e73d..54e2095d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [5.5.6](https://github.com/JamieMason/syncpack/compare/5.2.5...5.5.6) (2020-08-23) + + +### Bug Fixes + +* **core:** ignore link: versions rather than throw ([7a48366](https://github.com/JamieMason/syncpack/commit/7a483666e64a046be9984bf4146ac8566b3f5920)), closes [#38](https://github.com/JamieMason/syncpack/issues/38) + + +### Features + +* **core:** expose format configuration ([4f74d9a](https://github.com/JamieMason/syncpack/commit/4f74d9a0b9a92428278f66327630e5b0e9dc5add)), closes [#30](https://github.com/JamieMason/syncpack/issues/30) +* **core:** sort resolutions field a-z ([f76a127](https://github.com/JamieMason/syncpack/commit/f76a1278b45ec3b00b2658b5da327d0a480ff12d)), closes [#34](https://github.com/JamieMason/syncpack/issues/34) +* **core:** support yarn workspaces config as object ([34eceaf](https://github.com/JamieMason/syncpack/commit/34eceaffae143fdbc9729495ea693172c2944351)), closes [#33](https://github.com/JamieMason/syncpack/issues/33) + + + ## [5.2.5](https://github.com/JamieMason/syncpack/compare/5.1.4...5.2.5) (2020-08-22) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 56b323b1..661ad2c1 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -24,13 +24,13 @@ 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 - [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module - [expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies - [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. - [glob](https://ghub.io/glob): a little globber +- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file - [semver](https://ghub.io/semver): The semantic version parser used by npm. ## Dev Dependencies diff --git a/package.json b/package.json index 22727582..fea33d16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces", - "version": "5.2.5", + "version": "5.5.6", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",