Skip to content

Commit 0b4c7d5

Browse files
committed
chore(release): 14.0.0-alpha.5
1 parent c1472bf commit 0b4c7d5

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ 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.5](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.4...14.0.0-alpha.5)
8+
9+
- feat(core): ignore missing snapTo dependencies by default [`#173`](https://github.com/JamieMason/syncpack/issues/173)
10+
711
#### [14.0.0-alpha.4](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.3...14.0.0-alpha.4)
812

13+
> 5 February 2025
14+
915
- feat(pnpm): consider workspace protocol valid by default [`#252`](https://github.com/JamieMason/syncpack/issues/252)
1016
- test(pinned): add test case for 87975b7a [`64aa8bf`](https://github.com/JamieMason/syncpack/commit/64aa8bf4f50e643f500d27997f043d936d5dabe6)
17+
- chore(release): 14.0.0-alpha.4 [`a5a997a`](https://github.com/JamieMason/syncpack/commit/a5a997ac901c4a695c009f20e828bf4797a4a969)
1118
- 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)
1319

1420
#### [14.0.0-alpha.3](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.2...14.0.0-alpha.3)
1521

@@ -35,13 +41,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3541
3642
- chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8)
3743

38-
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.1...14.0.0-alpha.0)
44+
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.2...14.0.0-alpha.0)
3945

4046
> 1 November 2024
4147
4248
- chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865)
4349
- feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc)
4450

51+
#### [13.0.2](https://github.com/JamieMason/syncpack/compare/13.0.1...13.0.2)
52+
53+
> 5 February 2025
54+
55+
- fix(core): do not remove empty objects [`#223`](https://github.com/JamieMason/syncpack/issues/223)
56+
- chore(release): 13.0.2 [`8d0b012`](https://github.com/JamieMason/syncpack/commit/8d0b0128a9feeb20560f78376c4c8756e963681f)
57+
- chore(git): ignore files from v14 branch [`6a0a875`](https://github.com/JamieMason/syncpack/commit/6a0a875b371bf1f8dd18050cbf0c40cba0161177)
58+
- docs(readme): update link to alpha channel [`5c80af7`](https://github.com/JamieMason/syncpack/commit/5c80af7709360f1f8ef1ee6fcdd722abd9c9944e)
59+
4560
#### [13.0.1](https://github.com/JamieMason/syncpack/compare/13.0.0...13.0.1)
4661

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