Skip to content

Commit f960517

Browse files
committed
chore(release): 14.0.0-alpha.13
1 parent 236a7d1 commit f960517

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.13](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.12...14.0.0-alpha.13)
8+
9+
- feat(update): support updating @jsr/** dependencies [`#249`](https://github.com/JamieMason/syncpack/issues/249)
10+
- docs(site): continue updating docs for v14 [`71f927b`](https://github.com/JamieMason/syncpack/commit/71f927b960c7aada7c5e6550ba36b56cdc73a320)
11+
- fix(npm): update dependencies [`6655910`](https://github.com/JamieMason/syncpack/commit/6655910765a280f2655b9bd9dcb58d2068594e53)
12+
- fix(npm): update dependencies [`e695d13`](https://github.com/JamieMason/syncpack/commit/e695d1300ab00ed506e78f10912360fc1c523528)
13+
714
#### [14.0.0-alpha.12](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.11...14.0.0-alpha.12)
815

16+
> 5 May 2025
17+
918
- feat(cli): rewrite list command [`32c5568`](https://github.com/JamieMason/syncpack/commit/32c5568b2bc9dbcef20c30b90f85f162962c08c9)
1019
- chore(github): move v14 to main branch [`4c1bb73`](https://github.com/JamieMason/syncpack/commit/4c1bb731ed18e593c4f6cf9707eb8c4492a9fe43)
1120
- feat(cli): summarise status codes in each dependency [`25b7823`](https://github.com/JamieMason/syncpack/commit/25b78239e68a5acb43cc88a4cfaf0c756ca75cd9)

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