Skip to content

Commit

Permalink
chore(patterns,pass-style): Recouple accidental 2.0.0 releases under …
Browse files Browse the repository at this point in the history
…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
kriskowal authored Oct 22, 2024
2 parents bd9dc83 + 5cdb873 commit c8ac43b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
9 changes: 2 additions & 7 deletions packages/pass-style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/pass-style/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@endo/pass-style",
"version": "2.0.0",
"description": "pass-style: defines the taxonomy of Passable objects.",
"version": "1.4.5",
"description": "Defines the taxonomy of Passable objects.",
"keywords": [],
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
9 changes: 2 additions & 7 deletions packages/patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@endo/patterns",
"version": "2.0.0",
"description": "Description forthcoming.",
"version": "1.4.5",
"description": "Pattern matching for Passable objects, expressed as Passable data",
"keywords": [],
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down

0 comments on commit c8ac43b

Please sign in to comment.