Skip to content

Commit

Permalink
chore(release): 14.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 5, 2025
1 parent 079b811 commit a5a997a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ 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).

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

- 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)
- feat(cli): reveal invalid instances by default [`315cf3c`](https://github.com/JamieMason/syncpack/commit/315cf3c5c1025261d6d89eead21bb1fbd4998635)
- fix(cargo): update syncpack version in cargo.toml [`e06c640`](https://github.com/JamieMason/syncpack/commit/e06c6400caaa71ac59dab354a53899cf120faca0)

#### [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)
- fix(types): allow additional customTypes properties [`a969095`](https://github.com/JamieMason/syncpack/commit/a969095a6551e5134da71a76c310622369b348b5)
- 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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncpack"
version = "14.0.0-alpha.3"
version = "14.0.0-alpha.4"
authors = ["Jamie Mason <[email protected]>"]
edition = "2021"
homepage = "https://jamiemason.github.io/syncpack"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "14.0.0-alpha.3",
"version": "14.0.0-alpha.4",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/syncpack/issues",
"contributors": [
Expand Down

0 comments on commit a5a997a

Please sign in to comment.