Skip to content

Commit dad276c

Browse files
committed
chore(release): 14.0.0-alpha.12
1 parent 3510267 commit dad276c

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.12](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.11...14.0.0-alpha.12)
8+
9+
- feat(cli): rewrite list command [`32c5568`](https://github.com/JamieMason/syncpack/commit/32c5568b2bc9dbcef20c30b90f85f162962c08c9)
10+
- chore(github): move v14 to main branch [`4c1bb73`](https://github.com/JamieMason/syncpack/commit/4c1bb731ed18e593c4f6cf9707eb8c4492a9fe43)
11+
- feat(cli): summarise status codes in each dependency [`25b7823`](https://github.com/JamieMason/syncpack/commit/25b78239e68a5acb43cc88a4cfaf0c756ca75cd9)
12+
713
#### [14.0.0-alpha.11](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.10...14.0.0-alpha.11)
814

15+
> 27 April 2025
16+
917
- feat(cli): tidy output and improve consistency [`#263`](https://github.com/JamieMason/syncpack/issues/263)
1018
- feat(update): rewrite syncpack update for v14 [`#276`](https://github.com/JamieMason/syncpack/issues/276) [`#210`](https://github.com/JamieMason/syncpack/issues/210) [`#196`](https://github.com/JamieMason/syncpack/issues/196) [`#190`](https://github.com/JamieMason/syncpack/issues/190) [`#175`](https://github.com/JamieMason/syncpack/issues/175)
1119
- docs(readme): update readme for v14 alpha [`b7ff348`](https://github.com/JamieMason/syncpack/commit/b7ff34875ea311072aa2215f7bd5e4d7a81e7cbd)
@@ -95,13 +103,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
95103
96104
- chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8)
97105

98-
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.3...14.0.0-alpha.0)
106+
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.4...14.0.0-alpha.0)
99107

100108
> 1 November 2024
101109
102110
- chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865)
103111
- feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc)
104112

113+
#### [13.0.4](https://github.com/JamieMason/syncpack/compare/13.0.3...13.0.4)
114+
115+
> 27 April 2025
116+
117+
- fix(npm): drop deprecated @effect/schema dependency [`#278`](https://github.com/JamieMason/syncpack/issues/278)
118+
- docs(site): add missing closing quote in example [`#277`](https://github.com/JamieMason/syncpack/issues/277)
119+
- chore(release): 13.0.4 [`808a5a9`](https://github.com/JamieMason/syncpack/commit/808a5a91365971b804dec43c4069c6b81b74caad)
120+
- chore(github): move to 13.x.x branch [`9199058`](https://github.com/JamieMason/syncpack/commit/91990580b4fc76a8e1dd4d48939354da99cfb854)
121+
- chore(pnpm): bump version in ci [`a357240`](https://github.com/JamieMason/syncpack/commit/a3572407882db90bb209946b87a09ae25e972bc7)
122+
105123
#### [13.0.3](https://github.com/JamieMason/syncpack/compare/13.0.2...13.0.3)
106124

107125
> 9 March 2025

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