Skip to content

Commit d47e748

Browse files
committed
chore(release): 14.0.0-alpha.41
1 parent 1700ed9 commit d47e748

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,28 @@ 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.40](https://github.com/JamieMason/syncpack/compare/14.0.0-canary.1...14.0.0-alpha.40)
7+
#### [14.0.0-alpha.41](https://github.com/JamieMason/syncpack/compare/14.0.0-canary.1...14.0.0-alpha.41)
88

99
- fix(core): resolve semverGroup / highestSemver conflict [`#314`](https://github.com/JamieMason/syncpack/issues/314)
10+
- chore(ai): migrate reference material to skills [`aa8912b`](https://github.com/JamieMason/syncpack/commit/aa8912b4dbb483a13490ed2d4c760abc94c656b1)
11+
- style(format): format source [`1e2e5f4`](https://github.com/JamieMason/syncpack/commit/1e2e5f43b71acff0334a02286473c1388dfd6b6c)
1012
- chore(site): generate open graph images [`0a96bcd`](https://github.com/JamieMason/syncpack/commit/0a96bcd055793590538a1d403768cee4625bbac9)
11-
- chore(npm): update dev dependencies [`dc52144`](https://github.com/JamieMason/syncpack/commit/dc5214448cf24cdf0b4a54baa63ef155ecb04d75)
12-
- feat(cli): print migration guides for deprecated commands [`1e1b904`](https://github.com/JamieMason/syncpack/commit/1e1b904d5fe5d03e2670572cf2af86fe2f17d2f2)
1313

14-
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.39...14.0.0-canary.1)
14+
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.40...14.0.0-canary.1)
1515

1616
> 10 January 2026
1717
1818
- feat(npm): trial removing node entry file [`a2600ba`](https://github.com/JamieMason/syncpack/commit/a2600ba010108ff879d542d64032f7ace814305f)
1919
- chore(release): 14.0.0-canary.1 [`9b8a28d`](https://github.com/JamieMason/syncpack/commit/9b8a28d59f30ebc9b17be1e9a6526b047140f0a0)
2020

21+
#### [14.0.0-alpha.40](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.39...14.0.0-alpha.40)
22+
23+
> 30 January 2026
24+
25+
- feat(cli): print migration guides for deprecated commands [`1e1b904`](https://github.com/JamieMason/syncpack/commit/1e1b904d5fe5d03e2670572cf2af86fe2f17d2f2)
26+
- chore(npm): update dev dependencies [`14fc1da`](https://github.com/JamieMason/syncpack/commit/14fc1dadb02fead6cc3c0ac753272fe9c35c34ec)
27+
- fix(cargo): update dependencies [`1bf8f04`](https://github.com/JamieMason/syncpack/commit/1bf8f0400878149450fee2360a36b85b69f3250c)
28+
2129
#### [14.0.0-alpha.39](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.38...14.0.0-alpha.39)
2230

2331
> 28 January 2026

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.40"
3+
version = "14.0.0-alpha.41"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
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.40",
4+
"version": "14.0.0-alpha.41",
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)