From 7833bf52b81aaa57136740a110b41ed3df3d858b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Oct 2023 10:58:09 +0000 Subject: [PATCH 1/3] 14.0.1 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020b4fef..ceecc29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.0.1] +### Uncategorized +- Bump @metamask/eth-simple-keyring from 6.0.0 to 6.0.1 ([#288](https://github.com/MetaMask/KeyringController/pull/288)) +- Bump @metamask/auto-changelog from 3.4.0 to 3.4.1 ([#289](https://github.com/MetaMask/KeyringController/pull/289)) +- Bump @metamask/utils from 8.1.0 to 8.2.0 ([#286](https://github.com/MetaMask/KeyringController/pull/286)) +- Bump react-devtools-core from 4.28.0 to 4.28.4 ([#284](https://github.com/MetaMask/KeyringController/pull/284)) +- Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 ([#283](https://github.com/MetaMask/KeyringController/pull/283)) +- fix: await account removal ([#280](https://github.com/MetaMask/KeyringController/pull/280)) +- Bump postcss from 8.4.23 to 8.4.31 ([#282](https://github.com/MetaMask/KeyringController/pull/282)) +- Bump @metamask/scure-bip39 from 2.1.0 to 2.1.1 ([#281](https://github.com/MetaMask/KeyringController/pull/281)) + ## [14.0.0] ### Changed - **BREAKING:** Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#269](https://github.com/MetaMask/KeyringController/pull/269)) @@ -164,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77)) -[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...HEAD +[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1 [14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0 [13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1 [13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0 diff --git a/package.json b/package.json index c1221c60..784a680b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-keyring-controller", - "version": "14.0.0", + "version": "14.0.1", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", "keywords": [ "ethereum", From 29f6c88a4398d3775847380e3f4bfcb213713e6d Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 24 Oct 2023 11:01:20 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceecc29b..7b1268ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [14.0.1] -### Uncategorized -- Bump @metamask/eth-simple-keyring from 6.0.0 to 6.0.1 ([#288](https://github.com/MetaMask/KeyringController/pull/288)) -- Bump @metamask/auto-changelog from 3.4.0 to 3.4.1 ([#289](https://github.com/MetaMask/KeyringController/pull/289)) -- Bump @metamask/utils from 8.1.0 to 8.2.0 ([#286](https://github.com/MetaMask/KeyringController/pull/286)) -- Bump react-devtools-core from 4.28.0 to 4.28.4 ([#284](https://github.com/MetaMask/KeyringController/pull/284)) -- Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 ([#283](https://github.com/MetaMask/KeyringController/pull/283)) -- fix: await account removal ([#280](https://github.com/MetaMask/KeyringController/pull/280)) -- Bump postcss from 8.4.23 to 8.4.31 ([#282](https://github.com/MetaMask/KeyringController/pull/282)) -- Bump @metamask/scure-bip39 from 2.1.0 to 2.1.1 ([#281](https://github.com/MetaMask/KeyringController/pull/281)) +### Fixed +- Await account removal ([#280](https://github.com/MetaMask/KeyringController/pull/280)) +- Bump `@metamask/eth-simple-keyring` from `^6.0.0` to `^6.0.1` ([#287](https://github.com/MetaMask/KeyringController/pull/287)) ## [14.0.0] ### Changed From a229dee5dede35eedd5c0366c833346af3b40dee Mon Sep 17 00:00:00 2001 From: legobeat <109787230+legobeat@users.noreply.github.com> Date: Wed, 8 Nov 2023 07:54:47 +0900 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Elliot Winkler --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1268ff..226d5e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.0.1] ### Fixed -- Await account removal ([#280](https://github.com/MetaMask/KeyringController/pull/280)) +- Fix `removeAccount` to await the account removal in order to account for Snaps keyrings ([#280](https://github.com/MetaMask/KeyringController/pull/280)) - Bump `@metamask/eth-simple-keyring` from `^6.0.0` to `^6.0.1` ([#287](https://github.com/MetaMask/KeyringController/pull/287)) ## [14.0.0]