Skip to content

Commit 1bb0b81

Browse files
committed
chore(release): 14.0.0-alpha.21
1 parent 365b3ea commit 1bb0b81

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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.21](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.20...14.0.0-alpha.21)
8+
9+
- fix(update): exclude unpublished versions [`#299`](https://github.com/JamieMason/syncpack/issues/299)
10+
- docs(core): add contributing.md [`365b3ea`](https://github.com/JamieMason/syncpack/commit/365b3ea23f9b8cab3b0d69691647515f85c27c0c)
11+
- chore(npm): update dev dependencies [`8bcf8ce`](https://github.com/JamieMason/syncpack/commit/8bcf8ce9496a6af8128b78370a929ed872fa9808)
12+
- refactor(cli): add comments, change order [`791bbd6`](https://github.com/JamieMason/syncpack/commit/791bbd62d7abf7924748474462e5597f30bf74d6)
13+
714
#### [14.0.0-alpha.20](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.19...14.0.0-alpha.20)
815

16+
> 11 September 2025
17+
918
- fix(npm): update dependencies [`6a10f00`](https://github.com/JamieMason/syncpack/commit/6a10f0022c2ce0355050bf6db69e01242baf97c6)
1019
- perf(core): remove icu dependency [`c6d48b5`](https://github.com/JamieMason/syncpack/commit/c6d48b5908284ee9fc0a55a6d377e53805fe2eb0)
1120
- fix(cargo): update dependencies [`4d6c836`](https://github.com/JamieMason/syncpack/commit/4d6c8362a7fef264a1b19e061a7a136250374a65)

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.20"
3+
version = "14.0.0-alpha.21"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://jamiemason.github.io/syncpack"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.20",
4+
"version": "14.0.0-alpha.21",
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)