Skip to content

Commit

Permalink
chore(release): 8.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 25, 2022
1 parent 3623c41 commit c6db878
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [8.2.4](https://github.com/JamieMason/syncpack/compare/8.0.0...8.2.4) (2022-06-25)


### Bug Fixes

* **npm:** update dependencies ([1bdf0c7](https://github.com/JamieMason/syncpack/commit/1bdf0c756a369fc65987d04d5867a525e2e2248d))
* **npm:** update dependencies ([34c5d68](https://github.com/JamieMason/syncpack/commit/34c5d68194e7134305422f84a05d4774f812ef08))
* **output:** edit log output and colours ([3623c41](https://github.com/JamieMason/syncpack/commit/3623c41cb8bd16c4cd9186199140905847722b50))
* **workspace:** find missed mismatches against workspace versions ([25c1836](https://github.com/JamieMason/syncpack/commit/25c18363ebacbd5870e14d234e68cfb570ce913e)), closes [#66](https://github.com/JamieMason/syncpack/issues/66)


### Features

* **eol:** detect line endings when writing ([7e61f5c](https://github.com/JamieMason/syncpack/commit/7e61f5cd6edbaab48cfe89b356bee1ac6bb4d442)), closes [#76](https://github.com/JamieMason/syncpack/issues/76)
* **output:** better explain mismatch reasons ([45e0cf1](https://github.com/JamieMason/syncpack/commit/45e0cf141337f692909b72de3edaf52b86f1ec42)), closes [#65](https://github.com/JamieMason/syncpack/issues/65) [#77](https://github.com/JamieMason/syncpack/issues/77) [#79](https://github.com/JamieMason/syncpack/issues/79)



# [8.0.0](https://github.com/JamieMason/syncpack/compare/7.2.2...8.0.0) (2022-05-31)


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": "8.0.0",
"version": "8.2.4",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit c6db878

Please sign in to comment.