Skip to content

Commit 0e0706c

Browse files
committed
chore(release): 14.0.0-alpha.27
1 parent 1c6c937 commit 0e0706c

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.27](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.26...14.0.0-alpha.27)
8+
9+
- feat(core): support catalog: specifiers [`#258`](https://github.com/JamieMason/syncpack/issues/258)
10+
- fix(cargo): update dependencies [`1c6c937`](https://github.com/JamieMason/syncpack/commit/1c6c937741eec6ba8caeb038542d0e2aeb30b87e)
11+
- docs(readme): add links to guides [`a39e87c`](https://github.com/JamieMason/syncpack/commit/a39e87c7a15fec8c1c7fdff5eb6669165f291511)
12+
713
#### [14.0.0-alpha.26](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.25...14.0.0-alpha.26)
814

15+
> 9 November 2025
16+
917
- chore(docs): update .cursorrules [`75fedae`](https://github.com/JamieMason/syncpack/commit/75fedaeba3df1560f3bcfe3581ea2ee5ca9e90e1)
1018
- docs(site): add v14 migration guide [`436f945`](https://github.com/JamieMason/syncpack/commit/436f945890fb0d251b8079f8a0bec5f74ce56c90)
1119
- feat(config): warn on deprecated values [`f5e91d7`](https://github.com/JamieMason/syncpack/commit/f5e91d78f701b480996d02eb2ff596cd93c103d9)

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