Skip to content

Commit 3b7354e

Browse files
committed
chore(release): 14.0.0-alpha.9
1 parent ca44802 commit 3b7354e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [14.0.0-alpha.9](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.8...14.0.0-alpha.9)
8+
9+
- fix(groups): fix regression to #204 in 52930896 [`ca44802`](https://github.com/JamieMason/syncpack/commit/ca448023cd88b6b9ae5b41aa00ecd100224b3867)
10+
711
#### [14.0.0-alpha.8](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.7...14.0.0-alpha.8)
812

13+
> 10 February 2025
14+
915
- feat(config): add svelte to default sortExports [`#251`](https://github.com/JamieMason/syncpack/issues/251)
1016
- chore(npm): use caret versions internally [`22887a1`](https://github.com/JamieMason/syncpack/commit/22887a1338b9cd91ec3bd798f8fbbe53a63f245b)
17+
- chore(release): 14.0.0-alpha.8 [`66affc3`](https://github.com/JamieMason/syncpack/commit/66affc326710af2547984ed59e2e688d22bb1a3b)
1118
- fix(cli): read --dry-run option correctly [`865edaf`](https://github.com/JamieMason/syncpack/commit/865edafebf90b31373af3f499b8a03b964ebfe26)
1219

1320
#### [14.0.0-alpha.7](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.6...14.0.0-alpha.7)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack"
3-
version = "14.0.0-alpha.8"
3+
version = "14.0.0-alpha.9"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://jamiemason.github.io/syncpack"

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": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "14.0.0-alpha.8",
4+
"version": "14.0.0-alpha.9",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)