Skip to content

Commit d3dab62

Browse files
committed
chore(release): 14.0.0-alpha.6
1 parent 7ac8847 commit d3dab62

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ 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.6](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.5...14.0.0-alpha.6)
8+
9+
- feat(core): update semver in git urls, aliases etc [`#213`](https://github.com/JamieMason/syncpack/issues/213)
10+
- feat(core): write a new specifier parser [`#261`](https://github.com/JamieMason/syncpack/issues/261)
11+
- fix(core): workaround package.json files with no name [`#261`](https://github.com/JamieMason/syncpack/issues/261)
12+
- refactor(core): remove unused code [`49ade02`](https://github.com/JamieMason/syncpack/commit/49ade02d77402d52391d7cc2089a16ff32691429)
13+
- refactor(specifier): change method visibilities [`4af3b33`](https://github.com/JamieMason/syncpack/commit/4af3b339168fe6da1b9c6903e56019563842f654)
14+
- fix(core): fix cli filters regression in 2340ea9a [`7ac8847`](https://github.com/JamieMason/syncpack/commit/7ac8847571f29031b50dbcab6a62d1feb8783ad2)
15+
716
#### [14.0.0-alpha.5](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.4...14.0.0-alpha.5)
817

18+
> 5 February 2025
19+
920
- feat(core): ignore missing snapTo dependencies by default [`#173`](https://github.com/JamieMason/syncpack/issues/173)
21+
- chore(release): 14.0.0-alpha.5 [`0b4c7d5`](https://github.com/JamieMason/syncpack/commit/0b4c7d549df90c376d2bb5fe8cb0a17ed365971f)
1022

1123
#### [14.0.0-alpha.4](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.3...14.0.0-alpha.4)
1224

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