Skip to content

Commit cc67c2f

Browse files
committed
chore(release): 9.7.4
1 parent e666c67 commit cc67c2f

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [9.7.4](https://github.com/JamieMason/syncpack/compare/9.3.2...9.7.4) (2023-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **indent:** use value from config file ([aa31244](https://github.com/JamieMason/syncpack/commit/aa312448156c6814213502e5f98c2671d7a166a8))
7+
* **npm:** update dependencies ([558d177](https://github.com/JamieMason/syncpack/commit/558d177026ca89606b534f3ce37958b80faa7b1a))
8+
9+
10+
### Features
11+
12+
* **engines:** increase node from 10 to 14 ([603f058](https://github.com/JamieMason/syncpack/commit/603f0587a62d6d452c01bc24ec23827bc2fb582b))
13+
* **groups:** handle long and multi-line labels ([ecc58ff](https://github.com/JamieMason/syncpack/commit/ecc58fff645f9639f003934c109bc5d17af7b3d6))
14+
* **semver:** recognise ^6, >=5 etc as valid ([be637f0](https://github.com/JamieMason/syncpack/commit/be637f0349018b2b3d5f204613a4af187c8f7aa0)), closes [#122](https://github.com/JamieMason/syncpack/issues/122)
15+
* **versionGroups:** add optional snapTo property ([fd0edb6](https://github.com/JamieMason/syncpack/commit/fd0edb6a25ec14aefdaf72f796bbe5d3c22d3692)), closes [#87](https://github.com/JamieMason/syncpack/issues/87)
16+
17+
18+
### Performance Improvements
19+
20+
* **imports:** skip barrel files where possible ([1ee2776](https://github.com/JamieMason/syncpack/commit/1ee2776b86c3ded344e9a34dd009efd5a879c48d))
21+
22+
23+
124
## [9.3.2](https://github.com/JamieMason/syncpack/compare/9.1.2...9.3.2) (2023-02-17)
225

326

DEPENDENCIES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ npm test
3838

3939
## Dev Dependencies
4040

41+
- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14.
4142
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
4243
- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for glob
4344
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces",
4-
"version": "9.3.2",
4+
"version": "9.7.4",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)