diff --git a/CHANGELOG.md b/CHANGELOG.md index bee6bbec..95f59dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,40 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [13.0.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...13.0.1) +#### [13.0.2](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.4...13.0.2) +- fix(core): do not remove empty objects [`#223`](https://github.com/JamieMason/syncpack/issues/223) - fix(types): allow additional customTypes properties [`#255`](https://github.com/JamieMason/syncpack/issues/255) - fix(npm): update dependencies [`fee1f06`](https://github.com/JamieMason/syncpack/commit/fee1f067026a0657ce9ac5dd4e73ee9ba9299b03) - chore(zed): update biome settings [`7a9cb38`](https://github.com/JamieMason/syncpack/commit/7a9cb388854e036c412ecb8fcd86b9488712f7ee) -- chore(scripts): workaround import asserts support [`ed41ee5`](https://github.com/JamieMason/syncpack/commit/ed41ee51ba0202041330d678d79613d33aa630e7) +- chore(release): 13.0.1 [`6803d14`](https://github.com/JamieMason/syncpack/commit/6803d145f4b69abbb76c1c1b5436c705ca8fef64) + +#### [14.0.0-alpha.4](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.3...14.0.0-alpha.4) + +> 5 February 2025 + +- feat(pnpm): consider workspace protocol valid by default [`#252`](https://github.com/JamieMason/syncpack/issues/252) +- test(pinned): add test case for 87975b7a [`64aa8bf`](https://github.com/JamieMason/syncpack/commit/64aa8bf4f50e643f500d27997f043d936d5dabe6) +- chore(release): 14.0.0-alpha.4 [`a5a997a`](https://github.com/JamieMason/syncpack/commit/a5a997ac901c4a695c009f20e828bf4797a4a969) +- feat(cli): reveal invalid instances by default [`315cf3c`](https://github.com/JamieMason/syncpack/commit/315cf3c5c1025261d6d89eead21bb1fbd4998635) + +#### [14.0.0-alpha.3](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.2...14.0.0-alpha.3) + +> 5 February 2025 + +- feat(groups): allow many deps to be treated as one [`#204`](https://github.com/JamieMason/syncpack/issues/204) +- fix(cli): change approach to locating rcfile [`#253`](https://github.com/JamieMason/syncpack/issues/253) +- chore(fixtures): update fluid-framework config [`700a4c8`](https://github.com/JamieMason/syncpack/commit/700a4c868af49e09e8ca635684c3a66887d012ac) +- fix(pinned): workspace:* was wrongly marked as pin mismatch [`87975b7`](https://github.com/JamieMason/syncpack/commit/87975b7a9688588a775bb5169adff4954ee554ad) +- chore(release): 14.0.0-alpha.3 [`e42e43c`](https://github.com/JamieMason/syncpack/commit/e42e43c22fe1ed3da5540989f3086a1eb750bdb2) + +#### [14.0.0-alpha.2](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...14.0.0-alpha.2) + +> 4 February 2025 + +- fix(npm): update dependencies [`98203c5`](https://github.com/JamieMason/syncpack/commit/98203c5d2c1d276342f27f29f4dd012d594b3c13) +- fix(cargo): update dependencies [`e328418`](https://github.com/JamieMason/syncpack/commit/e328418cab18bd5b972e3a59a83f3a4bbeec66e3) +- chore(release): 14.0.0-alpha.2 [`99dee8c`](https://github.com/JamieMason/syncpack/commit/99dee8c63130a6849ccdc56c6cd51fb8f34b6bd2) #### [14.0.0-alpha.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.0...14.0.0-alpha.1) @@ -17,13 +45,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8) -#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.0...14.0.0-alpha.0) +#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.1...14.0.0-alpha.0) > 1 November 2024 - chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865) - feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc) + +#### [13.0.1](https://github.com/JamieMason/syncpack/compare/13.0.0...13.0.1) + +> 2 February 2025 + +- fix(types): allow additional customTypes properties [`#255`](https://github.com/JamieMason/syncpack/issues/255) - chore(site): update dependencies [`32847a2`](https://github.com/JamieMason/syncpack/commit/32847a27a972f6741f8185c5f8f2e25ac824a977) +- fix(npm): update dependencies [`fee1f06`](https://github.com/JamieMason/syncpack/commit/fee1f067026a0657ce9ac5dd4e73ee9ba9299b03) +- chore(github): add issue form templates [`35dea02`](https://github.com/JamieMason/syncpack/commit/35dea02dd20d7a04009826766ce1c19e544be66c) ### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0) diff --git a/package.json b/package.json index aa5ed729..7853690a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "13.0.1", + "version": "13.0.2", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",