diff --git a/packages/pass-style/CHANGELOG.md b/packages/pass-style/CHANGELOG.md index a9f1e52a44..469bed345c 100644 --- a/packages/pass-style/CHANGELOG.md +++ b/packages/pass-style/CHANGELOG.md @@ -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/pass-style@1.4.4...@endo/pass-style@2.0.0) (2024-10-22) +## [1.4.5](https://github.com/endojs/endo/compare/@endo/pass-style@1.4.4...@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/pass-style@1.4.3...@endo/pass-style@1.4.4) (2024-10-10) **Note:** Version bump only for package @endo/pass-style diff --git a/packages/pass-style/package.json b/packages/pass-style/package.json index 578a797852..196fb2711d 100644 --- a/packages/pass-style/package.json +++ b/packages/pass-style/package.json @@ -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", diff --git a/packages/patterns/CHANGELOG.md b/packages/patterns/CHANGELOG.md index 7e50eeae9c..bf34fd413a 100644 --- a/packages/patterns/CHANGELOG.md +++ b/packages/patterns/CHANGELOG.md @@ -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/patterns@1.4.4...@endo/patterns@2.0.0) (2024-10-22) +## [1.4.5](https://github.com/endojs/endo/compare/@endo/patterns@1.4.4...@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/patterns@1.4.3...@endo/patterns@1.4.4) (2024-10-10) **Note:** Version bump only for package @endo/patterns diff --git a/packages/patterns/package.json b/packages/patterns/package.json index 8370355c78..f1f64ad2d4 100644 --- a/packages/patterns/package.json +++ b/packages/patterns/package.json @@ -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",