Skip to content

Commit cf20c9c

Browse files
committed
chore(release): 14.0.0-alpha.15
1 parent 6c10b57 commit cf20c9c

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

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.15](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.14...14.0.0-alpha.15)
8+
9+
- fix(schema): ensure typescript types and json schema are up to date [`#281`](https://github.com/JamieMason/syncpack/issues/281)
10+
- fix(config): improve logging and error handling when discovering rcfile [`e469284`](https://github.com/JamieMason/syncpack/commit/e46928498f8953b91374b208528fdfa2d0c3010d)
11+
- fix(cargo): update dependencies [`d9d8467`](https://github.com/JamieMason/syncpack/commit/d9d84670ea711b91a6c60effab5a984b366aeb74)
12+
- chore(npm): update dev dependencies [`b7f14e4`](https://github.com/JamieMason/syncpack/commit/b7f14e46895a01d4ec37a09ac572724cd2864e74)
13+
714
#### [14.0.0-alpha.14](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.13...14.0.0-alpha.14)
815

16+
> 15 June 2025
17+
918
- perf(config): migrate cosmiconfig to rust and tsx [`#282`](https://github.com/JamieMason/syncpack/issues/282)
1019
- test(core): refactor to use a TestBuilder [`5e58309`](https://github.com/JamieMason/syncpack/commit/5e58309f0752c6d3ea1ea1a054055f755fb4dba9)
1120
- fix(npm): update dependencies [`9192ed6`](https://github.com/JamieMason/syncpack/commit/9192ed6ed86cb9b9a27f00c7852c4863df41ccf4)

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.14"
3+
version = "14.0.0-alpha.15"
44
authors = ["Jamie Mason <[email protected]>"]
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.14",
4+
"version": "14.0.0-alpha.15",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)