From e50acd50021b6d57334bd15b652bf4237d096f9e Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 13 Jul 2023 15:19:04 -0600 Subject: [PATCH] Revert "Release/66.0.0 (#7)" This reverts commit 4e46cffe9238256732001d4a2bf1e27d8d38dd9d. --- package.json | 2 +- packages/controller-utils/CHANGELOG.md | 15 +-------------- packages/controller-utils/package.json | 2 +- packages/keyring-controller/CHANGELOG.md | 15 +-------------- packages/keyring-controller/package.json | 2 +- packages/message-manager/CHANGELOG.md | 15 +-------------- packages/message-manager/package.json | 2 +- packages/network-controller/CHANGELOG.md | 15 +-------------- packages/network-controller/package.json | 2 +- packages/transaction-controller/CHANGELOG.md | 16 +--------------- packages/transaction-controller/package.json | 2 +- 11 files changed, 11 insertions(+), 77 deletions(-) diff --git a/package.json b/package.json index ba1cc504af..4622285109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "66.0.0", + "version": "65.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index e5dfd4f170..2812a74b04 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -6,18 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [5.0.0] -### Uncategorized -- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423)) - ## [4.1.0] ### Added - Add approval types for result pages ([#1442](https://github.com/MetaMask/core/pull/1442)) @@ -132,8 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...HEAD -[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.1.0...@metamask/controller-utils@5.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.1.0...HEAD [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.0.1...@metamask/controller-utils@4.1.0 [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.0.0...@metamask/controller-utils@4.0.1 [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.4.0...@metamask/controller-utils@4.0.0 diff --git a/packages/controller-utils/package.json b/packages/controller-utils/package.json index 5adda24945..2008fc1b07 100644 --- a/packages/controller-utils/package.json +++ b/packages/controller-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controller-utils", - "version": "5.0.0", + "version": "4.1.0", "description": "Data and convenience functions shared by multiple packages", "keywords": [ "MetaMask", diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index 3a469bdb0d..c179c54278 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -6,18 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [7.0.0] -### Uncategorized -- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- deps: bump eth-sig-util to latest ([#1483](https://github.com/MetaMask/core/pull/1483)) - ## [6.0.0] ### Added - Add messenger events `KeyringController:lock` and `KeyringController:unlock`, emitted when the inner EthKeyringController is locked/unlocked ([#1378](https://github.com/MetaMask/core/pull/1378)) @@ -131,8 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.0.0...HEAD -[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@6.0.0...@metamask/keyring-controller@7.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@6.0.0...HEAD [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@5.1.0...@metamask/keyring-controller@6.0.0 [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@5.0.0...@metamask/keyring-controller@5.1.0 [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@4.0.0...@metamask/keyring-controller@5.0.0 diff --git a/packages/keyring-controller/package.json b/packages/keyring-controller/package.json index f737226bd6..92719c4f36 100644 --- a/packages/keyring-controller/package.json +++ b/packages/keyring-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-controller", - "version": "7.0.0", + "version": "6.0.0", "description": "Stores identities seen in the wallet and manages interactions such as signing", "keywords": [ "MetaMask", diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index d8b09580d6..a1babd82cb 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -6,18 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [8.0.0] -### Uncategorized -- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- deps: bump eth-sig-util to latest ([#1483](https://github.com/MetaMask/core/pull/1483)) - ## [7.0.2] ### Fixed - Avoid race condition when creating typed messages ([#1467](https://github.com/MetaMask/core/pull/1467)) @@ -100,8 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@8.0.0...HEAD -[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.2...@metamask/message-manager@8.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.2...HEAD [7.0.2]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.1...@metamask/message-manager@7.0.2 [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@7.0.0...@metamask/message-manager@7.0.1 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@6.0.0...@metamask/message-manager@7.0.0 diff --git a/packages/message-manager/package.json b/packages/message-manager/package.json index 2a881b181a..1af7c3b03d 100644 --- a/packages/message-manager/package.json +++ b/packages/message-manager/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/message-manager", - "version": "8.0.0", + "version": "7.0.2", "description": "Stores and manages interactions with signing requests", "keywords": [ "MetaMask", diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index b7361b03b4..5a072b79e9 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -6,18 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [11.0.0] -### Uncategorized -- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423)) - ## [10.3.0] ### Added - Add `getNetworkClientsById` method ([#1439](https://github.com/MetaMask/core/pull/1439)) @@ -212,8 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@11.0.0...HEAD -[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.3.0...@metamask/network-controller@11.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.3.0...HEAD [10.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.2.0...@metamask/network-controller@10.3.0 [10.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.1.0...@metamask/network-controller@10.2.0 [10.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@10.0.0...@metamask/network-controller@10.1.0 diff --git a/packages/network-controller/package.json b/packages/network-controller/package.json index acc00d21dc..d30f9af614 100644 --- a/packages/network-controller/package.json +++ b/packages/network-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/network-controller", - "version": "11.0.0", + "version": "10.3.0", "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", "keywords": [ "MetaMask", diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 3763b8ede4..1683a4b8a4 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -6,19 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [8.0.0] -### Uncategorized -- Revert "Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Release/66.0.0 ([#6](https://github.com/MetaMask/core/pull/6)) -- Revert "Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Release/66.0.0 ([#5](https://github.com/MetaMask/core/pull/5)) -- Revert "Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Release/66.0.0 ([#4](https://github.com/MetaMask/core/pull/4)) -- Revert "Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- Release/66.0.0 ([#3](https://github.com/MetaMask/core/pull/3)) -- feat: add linea networks support ([#1423](https://github.com/MetaMask/core/pull/1423)) -- Refactor TransactionController unit tests ([#1444](https://github.com/MetaMask/core/pull/1444)) - ## [7.0.0] ### Changed - **BREAKING**: Change the approveTransaction and cancelTransaction methods to private ([#1435](https://github.com/MetaMask/core/pull/1435)) @@ -97,8 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@8.0.0...HEAD -[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@7.0.0...@metamask/transaction-controller@8.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@7.0.0...HEAD [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@6.1.0...@metamask/transaction-controller@7.0.0 [6.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@6.0.0...@metamask/transaction-controller@6.1.0 [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@5.0.0...@metamask/transaction-controller@6.0.0 diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index 3345010d5b..f4769c57da 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-controller", - "version": "8.0.0", + "version": "7.0.0", "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation", "keywords": [ "MetaMask",