Skip to content

Commit f66936d

Browse files
committed
chore(release): 14.0.0-alpha.39
1 parent 8b1eaa0 commit f66936d

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

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

99
- fix(core): resolve semverGroup / highestSemver conflict [`#314`](https://github.com/JamieMason/syncpack/issues/314)
1010
- chore(site): generate open graph images [`0a96bcd`](https://github.com/JamieMason/syncpack/commit/0a96bcd055793590538a1d403768cee4625bbac9)
1111
- chore(npm): update dev dependencies [`dc52144`](https://github.com/JamieMason/syncpack/commit/dc5214448cf24cdf0b4a54baa63ef155ecb04d75)
1212
- feat(rcfile): exit on deprecated or hallucinated config [`ed5cc51`](https://github.com/JamieMason/syncpack/commit/ed5cc51ec42c9424dc7a1fbe59ff8d693357f07f)
1313

14-
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.37...14.0.0-canary.1)
14+
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.38...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.38](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.37...14.0.0-alpha.38)
22+
23+
> 27 January 2026
24+
25+
- fix(core): resolve semverGroup / highestSemver conflict [`#314`](https://github.com/JamieMason/syncpack/issues/314)
26+
- chore(site): generate open graph images [`0a96bcd`](https://github.com/JamieMason/syncpack/commit/0a96bcd055793590538a1d403768cee4625bbac9)
27+
- chore(release): 14.0.0-alpha.38 [`581d261`](https://github.com/JamieMason/syncpack/commit/581d2619c7df1779b8f5a699beb8a91af9e4e8e0)
28+
- chore(site): switch rybbit for google analytics [`6f06c5d`](https://github.com/JamieMason/syncpack/commit/6f06c5dbcb1fd36dfe7359018102ee90f1fa93cb)
29+
2130
#### [14.0.0-alpha.37](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.36...14.0.0-alpha.37)
2231

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