Skip to content

Commit cd7dddf

Browse files
committed
chore(release): 14.0.0-alpha.32
1 parent a2494a6 commit cd7dddf

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.32](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.31...14.0.0-alpha.32)
8+
9+
- feat(npm): add 2 musl build targets [`#289`](https://github.com/JamieMason/syncpack/issues/289)
10+
- fix(pnpm): support PnP [`#297`](https://github.com/JamieMason/syncpack/issues/297)
11+
- fix(npm): update dependencies [`2d23393`](https://github.com/JamieMason/syncpack/commit/2d23393228256addf4691b2d2421649b70545b9f)
12+
- perf(core): optimise pattern matching [`8582812`](https://github.com/JamieMason/syncpack/commit/8582812c2c265e037014b3eb6795e70f829df457)
13+
- fix(cargo): update dependencies [`28f1b8a`](https://github.com/JamieMason/syncpack/commit/28f1b8a6cef52cf37879179746c55a039d8db228)
14+
715
#### [14.0.0-alpha.31](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.30...14.0.0-alpha.31)
816

17+
> 6 December 2025
18+
19+
- chore(release): 14.0.0-alpha.31 [`2f5655f`](https://github.com/JamieMason/syncpack/commit/2f5655fd0afbdb115ed1e2b292e95581fb53d38b)
920
- feat(npm): use trusted publishing (attempt 2) [`a9a9899`](https://github.com/JamieMason/syncpack/commit/a9a9899624c5dc1e824529cad6825f7771436dc7)
1021
- chore(npm): set repository [`ffec8f8`](https://github.com/JamieMason/syncpack/commit/ffec8f8d5e7df95c1124850341f63382e6fe9cf8)
1122

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.31"
3+
version = "14.0.0-alpha.32"
44
authors = ["Jamie Mason <[email protected]>"]
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.31",
4+
"version": "14.0.0-alpha.32",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)