Skip to content

Commit 40c150a

Browse files
committed
chore(release): 14.0.0-alpha.33
1 parent 34d9810 commit 40c150a

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.33](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.32...14.0.0-alpha.33)
8+
9+
- fix(core): ensure ignored paths are not visited [`#311`](https://github.com/JamieMason/syncpack/issues/311)
10+
- chore(npm): update dependencies [`1666fe6`](https://github.com/JamieMason/syncpack/commit/1666fe64cade248099d8f6db0853edd18509d19a)
11+
- fix(cargo): update dependencies [`8ae1cc7`](https://github.com/JamieMason/syncpack/commit/8ae1cc79b3900cf4658d25fb673942c0a2eedb24)
12+
- chore(core): fix clippy warnings [`ad9f0ab`](https://github.com/JamieMason/syncpack/commit/ad9f0ab8dcf14a5b168e4796785c85caadc03f96)
13+
714
#### [14.0.0-alpha.32](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.31...14.0.0-alpha.32)
815

16+
> 7 December 2025
17+
918
- feat(npm): add 2 musl build targets [`#289`](https://github.com/JamieMason/syncpack/issues/289)
1019
- fix(pnpm): support PnP [`#297`](https://github.com/JamieMason/syncpack/issues/297)
1120
- fix(npm): update dependencies [`2d23393`](https://github.com/JamieMason/syncpack/commit/2d23393228256addf4691b2d2421649b70545b9f)

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