Skip to content

Commit fff7209

Browse files
committed
chore(release): 14.0.0-alpha.28
1 parent 024d845 commit fff7209

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +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.28](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.27...14.0.0-alpha.28)
8+
9+
- fix(cli): completely ignore instances not matching cli filters [`#308`](https://github.com/JamieMason/syncpack/issues/308)
10+
- fix(npm): update dependencies [`024d845`](https://github.com/JamieMason/syncpack/commit/024d8455a3789240d321706d7d6a6bcefacf26d1)
11+
- fix(cargo): update dependencies [`c2c928e`](https://github.com/JamieMason/syncpack/commit/c2c928ed32eff14842a420df7c8fc6be381d9b9d)
12+
- chore(scripts): update benchmarking scripts [`9ab3119`](https://github.com/JamieMason/syncpack/commit/9ab31192f3d7b3e2aa62ae1a4af7dd64e71cc229)
13+
714
#### [14.0.0-alpha.27](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.26...14.0.0-alpha.27)
815

16+
> 12 November 2025
17+
918
- feat(core): support catalog: specifiers [`#258`](https://github.com/JamieMason/syncpack/issues/258)
1019
- fix(cargo): update dependencies [`1c6c937`](https://github.com/JamieMason/syncpack/commit/1c6c937741eec6ba8caeb038542d0e2aeb30b87e)
20+
- chore(release): 14.0.0-alpha.27 [`0e0706c`](https://github.com/JamieMason/syncpack/commit/0e0706c22501534a6ad403864edd29976214ea36)
1121
- docs(readme): add links to guides [`a39e87c`](https://github.com/JamieMason/syncpack/commit/a39e87c7a15fec8c1c7fdff5eb6669165f291511)
1222

1323
#### [14.0.0-alpha.26](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.25...14.0.0-alpha.26)

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