Skip to content

Commit 209c3f4

Browse files
committed
chore(release): 14.0.0-alpha.17
1 parent 320d0f2 commit 209c3f4

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

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.17](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.16...14.0.0-alpha.17)
8+
9+
- refactor(core): apply clippy fixes [`3d470fc`](https://github.com/JamieMason/syncpack/commit/3d470fcb2f50924637a9521e5630c084c4f646f2)
10+
- 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)
12+
713
#### [14.0.0-alpha.16](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.15...14.0.0-alpha.16)
814

15+
> 22 June 2025
16+
917
- perf(core): optimise assigning instances to groups [`8074cc7`](https://github.com/JamieMason/syncpack/commit/8074cc77090eee4a93574bef6868a123e78da788)
1018
- chore(bench): add benchmarks [`eb45470`](https://github.com/JamieMason/syncpack/commit/eb45470f96aa802c3b6b7682584fbb1fd4e1a21b)
1119
- refactor(rcfile): use thiserror, improve names [`72af712`](https://github.com/JamieMason/syncpack/commit/72af712b1d806641520e65ff876ef4314e09da76)

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