Skip to content

Commit 49527d2

Browse files
committed
chore(release): 14.0.0-alpha.29
1 parent e0e47e4 commit 49527d2

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.29](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.28...14.0.0-alpha.29)
8+
9+
- feat(core): add support for link: specifiers [`#293`](https://github.com/JamieMason/syncpack/issues/293)
10+
- perf(core): remove unused code [`ace7f79`](https://github.com/JamieMason/syncpack/commit/ace7f79bc6a5d0a47423b7727d988f37450a2107)
11+
- chore(npm): update dev dependencies [`b3a59d1`](https://github.com/JamieMason/syncpack/commit/b3a59d12f6eb3955b16806dd5906048ee3418a2a)
12+
- fix(cargo): update dependencies [`0e425fa`](https://github.com/JamieMason/syncpack/commit/0e425fa0b75b595a5885eb6b0de989364b2f7da0)
13+
714
#### [14.0.0-alpha.28](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.27...14.0.0-alpha.28)
815

16+
> 23 November 2025
17+
918
- fix(cli): completely ignore instances not matching cli filters [`#308`](https://github.com/JamieMason/syncpack/issues/308)
1019
- fix(npm): update dependencies [`024d845`](https://github.com/JamieMason/syncpack/commit/024d8455a3789240d321706d7d6a6bcefacf26d1)
1120
- fix(cargo): update dependencies [`c2c928e`](https://github.com/JamieMason/syncpack/commit/c2c928ed32eff14842a420df7c8fc6be381d9b9d)

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.28"
3+
version = "14.0.0-alpha.29"
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.28",
4+
"version": "14.0.0-alpha.29",
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)