Skip to content

Commit 66affc3

Browse files
committed
chore(release): 14.0.0-alpha.8
1 parent 22887a1 commit 66affc3

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ 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.8](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.7...14.0.0-alpha.8)
8+
9+
- feat(config): add svelte to default sortExports [`#251`](https://github.com/JamieMason/syncpack/issues/251)
10+
- chore(npm): use caret versions internally [`22887a1`](https://github.com/JamieMason/syncpack/commit/22887a1338b9cd91ec3bd798f8fbbe53a63f245b)
11+
- fix(cli): read --dry-run option correctly [`865edaf`](https://github.com/JamieMason/syncpack/commit/865edafebf90b31373af3f499b8a03b964ebfe26)
12+
713
#### [14.0.0-alpha.7](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.6...14.0.0-alpha.7)
814

15+
> 9 February 2025
16+
917
- feat(config): exit 1 when a dependency type is not found [`#234`](https://github.com/JamieMason/syncpack/issues/234)
1018
- feat(cli): improve readability of lint output [`df4e08c`](https://github.com/JamieMason/syncpack/commit/df4e08ca40c331f028a2ef23b638db14d7a31166)
1119
- feat(cli): add --dry-run option [`86505a0`](https://github.com/JamieMason/syncpack/commit/86505a0dcac14394a957285463f56b42d07486ee)
20+
- chore(release): 14.0.0-alpha.7 [`93064f2`](https://github.com/JamieMason/syncpack/commit/93064f21461d67d48d21e433a31d8421c1928303)
1221

1322
#### [14.0.0-alpha.6](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.5...14.0.0-alpha.6)
1423

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.7"
3+
version = "14.0.0-alpha.8"
44
authors = ["Jamie Mason <[email protected]>"]
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.7",
4+
"version": "14.0.0-alpha.8",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)