Skip to content

Commit a2ccd28

Browse files
committed
chore(release): 14.0.0-alpha.18
1 parent a51fe77 commit a2ccd28

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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.18](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.17...14.0.0-alpha.18)
8+
9+
- feat(json): add command to output instances as json [`#197`](https://github.com/JamieMason/syncpack/issues/197)
10+
- docs(site): add examples to each command page [`83d333e`](https://github.com/JamieMason/syncpack/commit/83d333ecb23634062b3137e20201237677c7f818)
11+
- fix(npm): update dependencies [`a51fe77`](https://github.com/JamieMason/syncpack/commit/a51fe77713948526654faf6fd80f334869e3afb0)
12+
- fix(cargo): update dependencies [`30e848d`](https://github.com/JamieMason/syncpack/commit/30e848ddc3165b8a4dd32467271f8125235f9257)
13+
714
#### [14.0.0-alpha.17](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.16...14.0.0-alpha.17)
815

16+
> 29 June 2025
17+
918
- refactor(core): apply clippy fixes [`3d470fc`](https://github.com/JamieMason/syncpack/commit/3d470fcb2f50924637a9521e5630c084c4f646f2)
19+
- chore(release): 14.0.0-alpha.17 [`209c3f4`](https://github.com/JamieMason/syncpack/commit/209c3f4e4a85fa31c1100fc6bfff3066cceb085d)
1020
- fix(cargo): update dependencies [`3611f16`](https://github.com/JamieMason/syncpack/commit/3611f16249a248acf6f89acb82e276ec0345def8)
11-
- fix(cli): fix regression in filtering cli options [`320d0f2`](https://github.com/JamieMason/syncpack/commit/320d0f20933dab316a358ab845571c31830e2b8c)
1221

1322
#### [14.0.0-alpha.16](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.15...14.0.0-alpha.16)
1423

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