From e57edc473c0a9d6224707f5230f21a60573a27ca Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 22 Jan 2024 23:43:14 +0800 Subject: [PATCH] chore: update change log --- packages/keyring-controller/CHANGELOG.md | 4 ++-- packages/signature-controller/CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index cfb7b7738f2..6e01305cd26 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] ### Changed - Bump @metamask/eth-keyring-controller from 17.0.0 to 17.0.1 ([#3805](https://github.com/MetaMask/core/pull/3805)) -- ***Breaking*** Bump `@metamask/keyring-api` to ^3.0.0 ([#3747](https://github.com/MetaMask/core/pull/3747)) +- **BREAKING** Bump `@metamask/keyring-api` to ^3.0.0 ([#3747](https://github.com/MetaMask/core/pull/3747)) - Add methods to support ERC-4337 accounts ([#3602](https://github.com/MetaMask/core/pull/3602)) -- refactor: Update `@metamask/utils` and use `createDeferredPromise` from utils ([#3769](https://github.com/MetaMask/core/pull/3769)) +- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769)) ### Fixed - Fix custody keyring name ([#3803](https://github.com/MetaMask/core/pull/3803)) diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 66e1e03232c..938dd9fe729 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.0.0] ### Changed - **BREAKING** Bump `@metamask/keyring-controller` to ^13.0.0 -- Update `@metamask/utils` and use `createDeferredPromise` from utils ([#3769](https://github.com/MetaMask/core/pull/3769)) +- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769)) ### Fixed - Fix `stateChange` subscriptions with selectors ([#3702](https://github.com/MetaMask/core/pull/3702))