Skip to content

Commit 9b8a28d

Browse files
committed
chore(release): 14.0.0-canary.1
1 parent a2600ba commit 9b8a28d

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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-canary.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.34...14.0.0-canary.1)
8+
9+
- fix(config): use pnpm dlx in pnpm projects [`#310`](https://github.com/JamieMason/syncpack/issues/310)
10+
- feat(npm): trial removing node entry file [`a2600ba`](https://github.com/JamieMason/syncpack/commit/a2600ba010108ff879d542d64032f7ace814305f)
11+
712
#### [14.0.0-alpha.34](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.33...14.0.0-alpha.34)
813

14+
> 28 December 2025
15+
916
- fix(core): ensure source globs apply correctly [`#312`](https://github.com/JamieMason/syncpack/issues/312) [`#311`](https://github.com/JamieMason/syncpack/issues/311)
1017
- test(core): reproduce issue #311 [`b22c443`](https://github.com/JamieMason/syncpack/commit/b22c44351efed411fb64b1b53803a027889ee2ea)
18+
- chore(release): 14.0.0-alpha.34 [`688f267`](https://github.com/JamieMason/syncpack/commit/688f2679a637f8a14e21409fe0f88a400faaab15)
1119

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

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-canary.0"
3+
version = "14.0.0-canary.1"
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-canary.0",
4+
"version": "14.0.0-canary.1",
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)