Skip to content

Commit 9755b8a

Browse files
committed
chore(release): 14.0.0-alpha.36
1 parent 16031b6 commit 9755b8a

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,16 +4,25 @@ 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)
7+
#### [14.0.0-alpha.36](https://github.com/JamieMason/syncpack/compare/14.0.0-canary.1...14.0.0-alpha.36)
88

9-
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.34...14.0.0-canary.1)
9+
- feat(rcfile): skip npx etc entirely [`16031b6`](https://github.com/JamieMason/syncpack/commit/16031b671801a8ffdcbc0de58871797d82af5f98)
10+
- chore(release): 14.0.0-alpha.35 [`eacc0cf`](https://github.com/JamieMason/syncpack/commit/eacc0cf7d20d0572bade2898e677e81431991afe)
11+
12+
#### [14.0.0-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.35...14.0.0-canary.1)
1013

1114
> 10 January 2026
1215
13-
- fix(config): use pnpm dlx in pnpm projects [`#310`](https://github.com/JamieMason/syncpack/issues/310)
1416
- feat(npm): trial removing node entry file [`a2600ba`](https://github.com/JamieMason/syncpack/commit/a2600ba010108ff879d542d64032f7ace814305f)
1517
- chore(release): 14.0.0-canary.1 [`9b8a28d`](https://github.com/JamieMason/syncpack/commit/9b8a28d59f30ebc9b17be1e9a6526b047140f0a0)
1618

19+
#### [14.0.0-alpha.35](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.34...14.0.0-alpha.35)
20+
21+
> 10 January 2026
22+
23+
- fix(config): use pnpm dlx in pnpm projects [`#310`](https://github.com/JamieMason/syncpack/issues/310)
24+
- chore(release): 14.0.0-alpha.35 [`eacc0cf`](https://github.com/JamieMason/syncpack/commit/eacc0cf7d20d0572bade2898e677e81431991afe)
25+
1726
#### [14.0.0-alpha.34](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.33...14.0.0-alpha.34)
1827

1928
> 28 December 2025

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