File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated 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
Original file line number Diff line number Diff line change 11[package ]
22name = " syncpack"
3- version = " 14.0.0-alpha.5 "
3+ version = " 14.0.0-alpha.6 "
44authors = [" Jamie Mason <jamie@foldleft.io>" ]
55edition = " 2021"
66homepage = " https://jamiemason.github.io/syncpack"
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments