Skip to content

Commit d718496

Browse files
committed
chore(release): 14.0.0-alpha.11
1 parent b20bd04 commit d718496

5 files changed

Lines changed: 26 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.11](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.10...14.0.0-alpha.11)
8+
9+
- feat(cli): tidy output and improve consistency [`#263`](https://github.com/JamieMason/syncpack/issues/263)
10+
- feat(update): rewrite syncpack update for v14 [`#276`](https://github.com/JamieMason/syncpack/issues/276) [`#210`](https://github.com/JamieMason/syncpack/issues/210) [`#196`](https://github.com/JamieMason/syncpack/issues/196) [`#190`](https://github.com/JamieMason/syncpack/issues/190) [`#175`](https://github.com/JamieMason/syncpack/issues/175)
11+
- chore(docs): update readme [`980d6ef`](https://github.com/JamieMason/syncpack/commit/980d6ef566409606b2371d028309d18d7ca94d92)
12+
- refactor(core): remove deprecated instance props [`9c58443`](https://github.com/JamieMason/syncpack/commit/9c584439429ac8156fc7af07d5f3cb4787e8ff30)
13+
- feat(cli): add a 'none' option to --show [`6776a78`](https://github.com/JamieMason/syncpack/commit/6776a780514b3702b698c660803269a1279930e8)
14+
715
#### [14.0.0-alpha.10](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.9...14.0.0-alpha.10)
816

17+
> 11 February 2025
18+
919
- fix(core): read rcfile correctly on windows [`#262`](https://github.com/JamieMason/syncpack/issues/262)
20+
- chore(release): 14.0.0-alpha.10 [`786be6d`](https://github.com/JamieMason/syncpack/commit/786be6d67fcec16aca51ba2a64bccdf8f4e23eb7)
1021

1122
#### [14.0.0-alpha.9](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.8...14.0.0-alpha.9)
1223

@@ -84,13 +95,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8495
8596
- chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8)
8697

87-
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.2...14.0.0-alpha.0)
98+
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.3...14.0.0-alpha.0)
8899

89100
> 1 November 2024
90101
91102
- chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865)
92103
- feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc)
93104

105+
#### [13.0.3](https://github.com/JamieMason/syncpack/compare/13.0.2...13.0.3)
106+
107+
> 9 March 2025
108+
109+
- fix(npm): use caret versions internally [`#259`](https://github.com/JamieMason/syncpack/issues/259)
110+
- fix(npm): update dependencies [`611b49c`](https://github.com/JamieMason/syncpack/commit/611b49c0f2982ace8065c1d05201917798fa83bc)
111+
- chore(release): 13.0.3 [`476a849`](https://github.com/JamieMason/syncpack/commit/476a849bc4e1e715bb6ad7bd193ee0629cf6eb7e)
112+
- chore(scripts): fix node engines checker [`c10db2f`](https://github.com/JamieMason/syncpack/commit/c10db2f80d9edc9ec5c776d285abf3ca68696899)
113+
94114
#### [13.0.2](https://github.com/JamieMason/syncpack/compare/13.0.1...13.0.2)
95115

96116
> 5 February 2025

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