Skip to content

Commit a5a997a

Browse files
committed
chore(release): 14.0.0-alpha.4
1 parent 079b811 commit a5a997a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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.4](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.3...14.0.0-alpha.4)
8+
9+
- feat(pnpm): consider workspace protocol valid by default [`#252`](https://github.com/JamieMason/syncpack/issues/252)
10+
- test(pinned): add test case for 87975b7a [`64aa8bf`](https://github.com/JamieMason/syncpack/commit/64aa8bf4f50e643f500d27997f043d936d5dabe6)
11+
- feat(cli): reveal invalid instances by default [`315cf3c`](https://github.com/JamieMason/syncpack/commit/315cf3c5c1025261d6d89eead21bb1fbd4998635)
12+
- fix(cargo): update syncpack version in cargo.toml [`e06c640`](https://github.com/JamieMason/syncpack/commit/e06c6400caaa71ac59dab354a53899cf120faca0)
13+
714
#### [14.0.0-alpha.3](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.2...14.0.0-alpha.3)
815

16+
> 5 February 2025
17+
918
- feat(groups): allow many deps to be treated as one [`#204`](https://github.com/JamieMason/syncpack/issues/204)
1019
- fix(cli): change approach to locating rcfile [`#253`](https://github.com/JamieMason/syncpack/issues/253)
1120
- chore(fixtures): update fluid-framework config [`700a4c8`](https://github.com/JamieMason/syncpack/commit/700a4c868af49e09e8ca635684c3a66887d012ac)
1221
- fix(pinned): workspace:* was wrongly marked as pin mismatch [`87975b7`](https://github.com/JamieMason/syncpack/commit/87975b7a9688588a775bb5169adff4954ee554ad)
13-
- fix(types): allow additional customTypes properties [`a969095`](https://github.com/JamieMason/syncpack/commit/a969095a6551e5134da71a76c310622369b348b5)
22+
- chore(release): 14.0.0-alpha.3 [`e42e43c`](https://github.com/JamieMason/syncpack/commit/e42e43c22fe1ed3da5540989f3086a1eb750bdb2)
1423

1524
#### [14.0.0-alpha.2](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...14.0.0-alpha.2)
1625

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