Skip to content

Commit 9604bef

Browse files
committed
chore(release): 14.0.0-alpha.23
1 parent 00afd9d commit 9604bef

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.23](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.22...14.0.0-alpha.23)
8+
9+
- revert(github): revert actions update [`00afd9d`](https://github.com/JamieMason/syncpack/commit/00afd9dbf324b11839c183a2a76619c735aa4601)
10+
711
#### [14.0.0-alpha.22](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.21...14.0.0-alpha.22)
812

13+
> 29 September 2025
14+
915
- chore(npm): update dev dependencies [`3205b5e`](https://github.com/JamieMason/syncpack/commit/3205b5e14a86084abf94c99646a1bf29765770a4)
1016
- feat(groups): add sameMinor policy [`1b1d5cb`](https://github.com/JamieMason/syncpack/commit/1b1d5cb31029a0f94666d85131e8d5cc1b113830)
1117
- style(github): format issue templates [`e385739`](https://github.com/JamieMason/syncpack/commit/e385739c9e8ea42ab95dbdc68eae5745ff2d2b51)

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