Skip to content

Commit

Permalink
chore(release): 9.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 19, 2023
1 parent e666c67 commit cc67c2f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [9.7.4](https://github.com/JamieMason/syncpack/compare/9.3.2...9.7.4) (2023-02-19)


### Bug Fixes

* **indent:** use value from config file ([aa31244](https://github.com/JamieMason/syncpack/commit/aa312448156c6814213502e5f98c2671d7a166a8))
* **npm:** update dependencies ([558d177](https://github.com/JamieMason/syncpack/commit/558d177026ca89606b534f3ce37958b80faa7b1a))


### Features

* **engines:** increase node from 10 to 14 ([603f058](https://github.com/JamieMason/syncpack/commit/603f0587a62d6d452c01bc24ec23827bc2fb582b))
* **groups:** handle long and multi-line labels ([ecc58ff](https://github.com/JamieMason/syncpack/commit/ecc58fff645f9639f003934c109bc5d17af7b3d6))
* **semver:** recognise ^6, >=5 etc as valid ([be637f0](https://github.com/JamieMason/syncpack/commit/be637f0349018b2b3d5f204613a4af187c8f7aa0)), closes [#122](https://github.com/JamieMason/syncpack/issues/122)
* **versionGroups:** add optional snapTo property ([fd0edb6](https://github.com/JamieMason/syncpack/commit/fd0edb6a25ec14aefdaf72f796bbe5d3c22d3692)), closes [#87](https://github.com/JamieMason/syncpack/issues/87)


### Performance Improvements

* **imports:** skip barrel files where possible ([1ee2776](https://github.com/JamieMason/syncpack/commit/1ee2776b86c3ded344e9a34dd009efd5a879c48d))



## [9.3.2](https://github.com/JamieMason/syncpack/compare/9.1.2...9.3.2) (2023-02-17)


Expand Down
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ npm test

## Dev Dependencies

- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14.
- [@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
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": "9.3.2",
"version": "9.7.4",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit cc67c2f

Please sign in to comment.