Skip to content

Commit 67c1229

Browse files
committed
chore(release): 14.0.0-alpha.25
1 parent 3001bed commit 67c1229

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.25](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.24...14.0.0-alpha.25)
8+
9+
- fix(core): normalise windows backslashes [`#126`](https://github.com/JamieMason/syncpack/issues/126)
10+
- fix(core): handle specifiers like =9.0.0 [`#239`](https://github.com/JamieMason/syncpack/issues/239)
11+
- feat(config): default format[Bugs|Repository] to false [`#306`](https://github.com/JamieMason/syncpack/issues/306)
12+
- fix(config): auto enable custom types [`#307`](https://github.com/JamieMason/syncpack/issues/307)
13+
- fix(update): skip deprecated versions [`#292`](https://github.com/JamieMason/syncpack/issues/292)
14+
- fix(core): compare unresolved workspace: specifiers [`20319d7`](https://github.com/JamieMason/syncpack/commit/20319d7f0df32dd37f31d7e8cddb06d97dd76703)
15+
- chore(github): update macos images [`3001bed`](https://github.com/JamieMason/syncpack/commit/3001bedcbc1fa23c9aec1397feeec5d4f9589023)
16+
717
#### [14.0.0-alpha.24](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.23...14.0.0-alpha.24)
818

19+
> 4 November 2025
20+
921
- feat(core): support bunx when available [`#305`](https://github.com/JamieMason/syncpack/issues/305)
1022
- refactor(core): remove local_version from specifier [`dd8cf64`](https://github.com/JamieMason/syncpack/commit/dd8cf64e7dfb2779dfd90e7f5ae6dc22b4804e3e)
1123
- chore(ai): add internal context docs [`1e02b23`](https://github.com/JamieMason/syncpack/commit/1e02b23e00241f1fc6b62de7adbd54b674f943fd)

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