Skip to content

Commit 9195f31

Browse files
committed
chore(release): 14.0.0-alpha.24
1 parent 98c0bf3 commit 9195f31

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ 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.24](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.23...14.0.0-alpha.24)
8+
9+
- feat(core): support bunx when available [`#305`](https://github.com/JamieMason/syncpack/issues/305)
10+
- refactor(core): remove local_version from specifier [`dd8cf64`](https://github.com/JamieMason/syncpack/commit/dd8cf64e7dfb2779dfd90e7f5ae6dc22b4804e3e)
11+
- chore(ai): add internal context docs [`1e02b23`](https://github.com/JamieMason/syncpack/commit/1e02b23e00241f1fc6b62de7adbd54b674f943fd)
12+
- fix(cargo): update dependencies [`cfe3f36`](https://github.com/JamieMason/syncpack/commit/cfe3f364c0ef27706fcc6e15b8fcc533df8301dc)
13+
714
#### [14.0.0-alpha.23](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.22...14.0.0-alpha.23)
815

16+
> 29 September 2025
17+
918
- revert(github): revert actions update [`00afd9d`](https://github.com/JamieMason/syncpack/commit/00afd9dbf324b11839c183a2a76619c735aa4601)
19+
- chore(release): 14.0.0-alpha.23 [`9604bef`](https://github.com/JamieMason/syncpack/commit/9604bef82c08fb321e8c7e54dea3dd77263c746a)
1020

1121
#### [14.0.0-alpha.22](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.21...14.0.0-alpha.22)
1222

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