-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(patterns,pass-style): Recouple accidental 2.0.0 releases under …
…1.x train (#2604) In #2602, we inadvertently bumped the major versions for patterns and pass-style (while manually intervening in Lerna’s release process to avoid a major version bump for marshal) In this change, we retroactively resume the 1.x train for these two packages.
- Loading branch information
Showing
4 changed files
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/pass-style@2.0.0) (2024-10-22) | ||
## [1.4.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/pass-style@1.4.5) (2024-10-22) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **marshal:** Update compareRank to terminate comparability at the first remotable (#2597) | ||
**Also erroneously published as 2.0.0** | ||
|
||
### Bug Fixes | ||
|
||
* **marshal:** Update compareRank to terminate comparability at the first remotable ([#2597](https://github.com/endojs/endo/issues/2597)) ([1dea84d](https://github.com/endojs/endo/commit/1dea84d316eb412d864042ffb08b4b6420092a7c)), closes [#2588](https://github.com/endojs/endo/issues/2588) | ||
|
||
|
||
|
||
### [1.4.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/pass-style | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/patterns@2.0.0) (2024-10-22) | ||
## [1.4.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/patterns@1.4.5) (2024-10-22) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **marshal:** Update compareRank to terminate comparability at the first remotable (#2597) | ||
**Also erroneously published as 2.0.0** | ||
|
||
### Bug Fixes | ||
|
||
* **marshal:** Update compareRank to terminate comparability at the first remotable ([#2597](https://github.com/endojs/endo/issues/2597)) ([1dea84d](https://github.com/endojs/endo/commit/1dea84d316eb412d864042ffb08b4b6420092a7c)), closes [#2588](https://github.com/endojs/endo/issues/2588) | ||
|
||
|
||
|
||
### [1.4.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/patterns | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters