Skip to content

Commit 581d261

Browse files
committed
chore(release): 14.0.0-alpha.38
1 parent 593e1c8 commit 581d261

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.md

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

9+
- fix(core): resolve semverGroup / highestSemver conflict [`#314`](https://github.com/JamieMason/syncpack/issues/314)
10+
- chore(site): generate open graph images [`0a96bcd`](https://github.com/JamieMason/syncpack/commit/0a96bcd055793590538a1d403768cee4625bbac9)
911
- chore(npm): update dev dependencies [`dc52144`](https://github.com/JamieMason/syncpack/commit/dc5214448cf24cdf0b4a54baa63ef155ecb04d75)
1012
- feat(rcfile): exit on deprecated or hallucinated config [`ed5cc51`](https://github.com/JamieMason/syncpack/commit/ed5cc51ec42c9424dc7a1fbe59ff8d693357f07f)
11-
- feat(rcfile): skip npx etc entirely [`16031b6`](https://github.com/JamieMason/syncpack/commit/16031b671801a8ffdcbc0de58871797d82af5f98)
1213

13-
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.36...14.0.0-canary.1)
14+
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.37...14.0.0-canary.1)
1415

1516
> 10 January 2026
1617
1718
- feat(npm): trial removing node entry file [`a2600ba`](https://github.com/JamieMason/syncpack/commit/a2600ba010108ff879d542d64032f7ace814305f)
1819
- chore(release): 14.0.0-canary.1 [`9b8a28d`](https://github.com/JamieMason/syncpack/commit/9b8a28d59f30ebc9b17be1e9a6526b047140f0a0)
1920

21+
#### [14.0.0-alpha.37](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.36...14.0.0-alpha.37)
22+
23+
> 11 January 2026
24+
25+
- chore(npm): update dev dependencies [`dc52144`](https://github.com/JamieMason/syncpack/commit/dc5214448cf24cdf0b4a54baa63ef155ecb04d75)
26+
- feat(rcfile): exit on deprecated or hallucinated config [`ed5cc51`](https://github.com/JamieMason/syncpack/commit/ed5cc51ec42c9424dc7a1fbe59ff8d693357f07f)
27+
- fix(cargo): update dependencies [`229618e`](https://github.com/JamieMason/syncpack/commit/229618e8edefa78f0d97985b15135b431ed90c52)
28+
2029
#### [14.0.0-alpha.36](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.35...14.0.0-alpha.36)
2130

2231
> 11 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.37"
3+
version = "14.0.0-alpha.38"
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.37",
4+
"version": "14.0.0-alpha.38",
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)