Skip to content

Commit e42e43c

Browse files
committed
chore(release): 14.0.0-alpha.3
1 parent 87975b7 commit e42e43c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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.3](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.2...14.0.0-alpha.3)
8+
9+
- feat(groups): allow many deps to be treated as one [`#204`](https://github.com/JamieMason/syncpack/issues/204)
10+
- fix(cli): change approach to locating rcfile [`#253`](https://github.com/JamieMason/syncpack/issues/253)
11+
- chore(fixtures): update fluid-framework config [`700a4c8`](https://github.com/JamieMason/syncpack/commit/700a4c868af49e09e8ca635684c3a66887d012ac)
12+
- 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)
14+
715
#### [14.0.0-alpha.2](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...14.0.0-alpha.2)
816

17+
> 4 February 2025
18+
919
- fix(npm): update dependencies [`98203c5`](https://github.com/JamieMason/syncpack/commit/98203c5d2c1d276342f27f29f4dd012d594b3c13)
1020
- fix(cargo): update dependencies [`e328418`](https://github.com/JamieMason/syncpack/commit/e328418cab18bd5b972e3a59a83f3a4bbeec66e3)
11-
- chore(format): add biome config for IDE [`bc8a88c`](https://github.com/JamieMason/syncpack/commit/bc8a88c59b66f18c205b41ddd0fcdefb58f249bb)
21+
- chore(release): 14.0.0-alpha.2 [`99dee8c`](https://github.com/JamieMason/syncpack/commit/99dee8c63130a6849ccdc56c6cd51fb8f34b6bd2)
1222

1323
#### [14.0.0-alpha.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.0...14.0.0-alpha.1)
1424

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.2",
4+
"version": "14.0.0-alpha.3",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)