Skip to content

Commit 99dee8c

Browse files
committed
chore(release): 14.0.0-alpha.2
1 parent f3ada96 commit 99dee8c

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,37 @@ 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-
#### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)
7+
#### [14.0.0-alpha.2](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...14.0.0-alpha.2)
8+
9+
- fix(npm): update dependencies [`98203c5`](https://github.com/JamieMason/syncpack/commit/98203c5d2c1d276342f27f29f4dd012d594b3c13)
10+
- 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)
12+
13+
#### [14.0.0-alpha.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.0...14.0.0-alpha.1)
14+
15+
> 1 November 2024
16+
17+
- chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8)
18+
19+
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.1...14.0.0-alpha.0)
20+
21+
> 1 November 2024
22+
23+
- chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865)
24+
- feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc)
25+
26+
#### [13.0.1](https://github.com/JamieMason/syncpack/compare/13.0.0...13.0.1)
27+
28+
> 2 February 2025
29+
30+
- fix(types): allow additional customTypes properties [`#255`](https://github.com/JamieMason/syncpack/issues/255)
31+
- chore(site): update dependencies [`32847a2`](https://github.com/JamieMason/syncpack/commit/32847a27a972f6741f8185c5f8f2e25ac824a977)
32+
- fix(npm): update dependencies [`fee1f06`](https://github.com/JamieMason/syncpack/commit/fee1f067026a0657ce9ac5dd4e73ee9ba9299b03)
33+
- chore(github): add issue form templates [`35dea02`](https://github.com/JamieMason/syncpack/commit/35dea02dd20d7a04009826766ce1c19e544be66c)
34+
35+
### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)
36+
37+
> 25 August 2024
838
939
- docs(site): update schema example to reference node_modules [`#240`](https://github.com/JamieMason/syncpack/issues/240)
1040
- **Breaking change:** fix(engines): ensure correct required node version [`#237`](https://github.com/JamieMason/syncpack/issues/237)

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