Skip to content

Commit 0f6932c

Browse files
committed
chore(release): 14.0.0-alpha.30
1 parent bbb761d commit 0f6932c

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.30](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.29...14.0.0-alpha.30)
8+
9+
- chore(github): run ci checks on each target environment [`6bc598f`](https://github.com/JamieMason/syncpack/commit/6bc598ff139e040038ef2d65289ed20b401ced14)
10+
- chore(github): use node@24 [`beeab2e`](https://github.com/JamieMason/syncpack/commit/beeab2e86c9c97eb12fb91010ff0c8c756021e86)
11+
- chore(github): switch to macos-15 [`b780516`](https://github.com/JamieMason/syncpack/commit/b7805167236c3c0545004a9abd872645441c78b5)
12+
713
#### [14.0.0-alpha.29](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.28...14.0.0-alpha.29)
814

15+
> 25 November 2025
16+
917
- feat(core): add support for link: specifiers [`#293`](https://github.com/JamieMason/syncpack/issues/293)
1018
- perf(core): remove unused code [`ace7f79`](https://github.com/JamieMason/syncpack/commit/ace7f79bc6a5d0a47423b7727d988f37450a2107)
1119
- chore(npm): update dev dependencies [`b3a59d1`](https://github.com/JamieMason/syncpack/commit/b3a59d12f6eb3955b16806dd5906048ee3418a2a)

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