Skip to content

Commit 2f5655f

Browse files
committed
chore(release): 14.0.0-alpha.31
1 parent a9a9899 commit 2f5655f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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-alpha.31](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.30...14.0.0-alpha.31)
8+
9+
- feat(npm): use trusted publishing (attempt 2) [`a9a9899`](https://github.com/JamieMason/syncpack/commit/a9a9899624c5dc1e824529cad6825f7771436dc7)
10+
- chore(npm): set repository [`ffec8f8`](https://github.com/JamieMason/syncpack/commit/ffec8f8d5e7df95c1124850341f63382e6fe9cf8)
11+
712
#### [14.0.0-alpha.30](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.29...14.0.0-alpha.30)
813

14+
> 6 December 2025
15+
916
- chore(github): run ci checks on each target environment [`6bc598f`](https://github.com/JamieMason/syncpack/commit/6bc598ff139e040038ef2d65289ed20b401ced14)
17+
- chore(release): 14.0.0-alpha.30 [`0f6932c`](https://github.com/JamieMason/syncpack/commit/0f6932c3b5f68d39947a5a7ae8b5809c5e8d3348)
1018
- 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)
1219

1320
#### [14.0.0-alpha.29](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.28...14.0.0-alpha.29)
1421

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.30"
3+
version = "14.0.0-alpha.31"
44
authors = ["Jamie Mason <[email protected]>"]
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.30",
4+
"version": "14.0.0-alpha.31",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)