Skip to content

Commit d71b7ad

Browse files
committed
chore(release): 14.0.0-alpha.19
1 parent 99cdf35 commit d71b7ad

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.19](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.18...14.0.0-alpha.19)
8+
9+
- fix(npm): update dependencies [`a7096b3`](https://github.com/JamieMason/syncpack/commit/a7096b3eade13a3043a32ba11de6d3abc5015b37)
10+
- perf(cargo): remove openssl dependency [`99cdf35`](https://github.com/JamieMason/syncpack/commit/99cdf35046339b1e5702bfa3cf63c6e0e0cc9b36)
11+
- perf(core): optimise version specifier parsing [`86c0fa7`](https://github.com/JamieMason/syncpack/commit/86c0fa7d114bbfd6028d939e18e42ac621a69343)
12+
713
#### [14.0.0-alpha.18](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.17...14.0.0-alpha.18)
814

15+
> 5 July 2025
16+
917
- feat(json): add command to output instances as json [`#197`](https://github.com/JamieMason/syncpack/issues/197)
1018
- docs(site): add examples to each command page [`83d333e`](https://github.com/JamieMason/syncpack/commit/83d333ecb23634062b3137e20201237677c7f818)
1119
- fix(npm): update dependencies [`a51fe77`](https://github.com/JamieMason/syncpack/commit/a51fe77713948526654faf6fd80f334869e3afb0)

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