Skip to content

Commit eacc0cf

Browse files
committed
chore(release): 14.0.0-alpha.35
1 parent 350fbb1 commit eacc0cf

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@ 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.35](https://github.com/JamieMason/syncpack/compare/14.0.0-canary.1...14.0.0-alpha.35)
8+
9+
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.34...14.0.0-canary.1)
10+
11+
> 10 January 2026
12+
13+
- fix(config): use pnpm dlx in pnpm projects [`#310`](https://github.com/JamieMason/syncpack/issues/310)
14+
- feat(npm): trial removing node entry file [`a2600ba`](https://github.com/JamieMason/syncpack/commit/a2600ba010108ff879d542d64032f7ace814305f)
15+
- chore(release): 14.0.0-canary.1 [`9b8a28d`](https://github.com/JamieMason/syncpack/commit/9b8a28d59f30ebc9b17be1e9a6526b047140f0a0)
16+
717
#### [14.0.0-alpha.34](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.33...14.0.0-alpha.34)
818

19+
> 28 December 2025
20+
921
- fix(core): ensure source globs apply correctly [`#312`](https://github.com/JamieMason/syncpack/issues/312) [`#311`](https://github.com/JamieMason/syncpack/issues/311)
1022
- test(core): reproduce issue #311 [`b22c443`](https://github.com/JamieMason/syncpack/commit/b22c44351efed411fb64b1b53803a027889ee2ea)
23+
- chore(release): 14.0.0-alpha.34 [`688f267`](https://github.com/JamieMason/syncpack/commit/688f2679a637f8a14e21409fe0f88a400faaab15)
1124

1225
#### [14.0.0-alpha.33](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.32...14.0.0-alpha.33)
1326

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