From a8365a44d6fab09cfe6cadb3f2f159d4bdafb124 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Mar 2022 16:21:23 +0000 Subject: [PATCH 1/3] 27.1.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f31d21766..e496119dadd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [27.1.1] +### Uncategorized +- Move new keystone package to dependencies ([#757](https://github.com/MetaMask/controllers/pull/757)) + ## [27.1.0] ### Added - Now the `KeyringController` supports the `QRKeyring` from `@keystonehq/metamask-airgapped-keyring`. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, `setAccountLabel` from the `PreferencesController`, should be passed to the `KeyringController` to enable this new functionality. ([#685](https://github.com/MetaMask/controllers/pull/685)) @@ -533,7 +537,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove shapeshift controller (#209) -[Unreleased]: https://github.com/MetaMask/controllers/compare/v27.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v27.1.1...HEAD +[27.1.1]: https://github.com/MetaMask/controllers/compare/v27.1.0...v27.1.1 [27.1.0]: https://github.com/MetaMask/controllers/compare/v27.0.0...v27.1.0 [27.0.0]: https://github.com/MetaMask/controllers/compare/v26.0.0...v27.0.0 [26.0.0]: https://github.com/MetaMask/controllers/compare/v25.1.0...v26.0.0 diff --git a/package.json b/package.json index 027f1f4e0e7..be875774fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "27.1.0", + "version": "27.1.1", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask", From 80da52dafdb8e00098063fb7f5810509b9e8bf2d Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 30 Mar 2022 10:22:37 -0600 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e496119dadd..cecd88485e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [27.1.1] -### Uncategorized -- Move new keystone package to dependencies ([#757](https://github.com/MetaMask/controllers/pull/757)) +### Fixed +- Move `@keystonehq/metamask-airgapped-keyring` to dependencies, fixing an accidental breaking change in [27.1.0] ([#757](https://github.com/MetaMask/controllers/pull/757)) ## [27.1.0] ### Added - Now the `KeyringController` supports the `QRKeyring` from `@keystonehq/metamask-airgapped-keyring`. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, `setAccountLabel` from the `PreferencesController`, should be passed to the `KeyringController` to enable this new functionality. ([#685](https://github.com/MetaMask/controllers/pull/685)) + - **UPDATE:** This is an accidental breaking change. Consumers are encouraged to upgrade to [27.1.1]. ### Changed - Bump `eth-phishing-detect` version from 1.1.14 to 1.1.16 ([#742](https://github.com/MetaMask/controllers/pull/742)) From 659a9aefd344fed10a9a5eedeebdd4e6142fd9ed Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 30 Mar 2022 10:34:42 -0600 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecd88485e4..17f5bd15d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [27.1.1] ### Fixed -- Move `@keystonehq/metamask-airgapped-keyring` to dependencies, fixing an accidental breaking change in [27.1.0] ([#757](https://github.com/MetaMask/controllers/pull/757)) +- Move `@keystonehq/metamask-airgapped-keyring` to dependencies ([#757](https://github.com/MetaMask/controllers/pull/757)) -## [27.1.0] +## [27.1.0] [DEPRECATED] ### Added - Now the `KeyringController` supports the `QRKeyring` from `@keystonehq/metamask-airgapped-keyring`. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, `setAccountLabel` from the `PreferencesController`, should be passed to the `KeyringController` to enable this new functionality. ([#685](https://github.com/MetaMask/controllers/pull/685)) - - **UPDATE:** This is an accidental breaking change. Consumers are encouraged to upgrade to [27.1.1]. + - **UPDATE:** This is broken. Consumers are encouraged to upgrade to [27.1.1]. ### Changed - Bump `eth-phishing-detect` version from 1.1.14 to 1.1.16 ([#742](https://github.com/MetaMask/controllers/pull/742))