Skip to content

Commit 786be6d

Browse files
committed
chore(release): 14.0.0-alpha.10
1 parent ed01989 commit 786be6d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.10](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.9...14.0.0-alpha.10)
8+
9+
- fix(core): read rcfile correctly on windows [`#262`](https://github.com/JamieMason/syncpack/issues/262)
10+
711
#### [14.0.0-alpha.9](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.8...14.0.0-alpha.9)
812

13+
> 10 February 2025
14+
915
- fix(groups): fix regression to #204 in 52930896 [`ca44802`](https://github.com/JamieMason/syncpack/commit/ca448023cd88b6b9ae5b41aa00ecd100224b3867)
16+
- chore(release): 14.0.0-alpha.9 [`3b7354e`](https://github.com/JamieMason/syncpack/commit/3b7354ec4bae9304d8324aafc3017a8e5dec96c3)
1017

1118
#### [14.0.0-alpha.8](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.7...14.0.0-alpha.8)
1219

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.9"
3+
version = "14.0.0-alpha.10"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://jamiemason.github.io/syncpack"

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.9",
4+
"version": "14.0.0-alpha.10",
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)