From 96a45afce1cddf356c3f55e11f621b44b7cb4606 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Tue, 12 Nov 2024 11:44:52 +0100 Subject: [PATCH] release: 10.0.0 (#94) ## Description This is the release candidate for version 10.0.0. See the changelogs for more details. --- package.json | 2 +- packages/keyring-api/CHANGELOG.md | 9 ++++++++- packages/keyring-api/package.json | 2 +- packages/keyring-snap-bridge/CHANGELOG.md | 9 ++++++++- packages/keyring-snap-bridge/package.json | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f83e1d32..4f4caeab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-monorepo", - "version": "9.0.0", + "version": "10.0.0", "private": true, "description": "Monorepo for MetaMask accounts related packages", "repository": { diff --git a/packages/keyring-api/CHANGELOG.md b/packages/keyring-api/CHANGELOG.md index 7a9b7b0a..af8e5801 100644 --- a/packages/keyring-api/CHANGELOG.md +++ b/packages/keyring-api/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.1.0] + +### Added + +- Add `solana:data-account` account support ([#93](https://github.com/MetaMask/accounts/pull/93)) + ## [10.0.0] ### Changed @@ -425,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap. - Helper functions to create keyring handler in the snap. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@10.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@10.1.0...HEAD +[10.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@10.0.0...@metamask/keyring-api@10.1.0 [10.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@9.0.0...@metamask/keyring-api@10.0.0 [9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.3...@metamask/keyring-api@9.0.0 [8.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...@metamask/keyring-api@8.1.3 diff --git a/packages/keyring-api/package.json b/packages/keyring-api/package.json index 72c3dfbc..2ea14977 100644 --- a/packages/keyring-api/package.json +++ b/packages/keyring-api/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "10.0.0", + "version": "10.1.0", "description": "MetaMask Keyring API", "keywords": [ "metamask", diff --git a/packages/keyring-snap-bridge/CHANGELOG.md b/packages/keyring-snap-bridge/CHANGELOG.md index 30c04196..a76e2583 100644 --- a/packages/keyring-snap-bridge/CHANGELOG.md +++ b/packages/keyring-snap-bridge/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.1] + +### Fixed + +- Do not lower address for non-EVM accounts during account creation ([#90](https://github.com/MetaMask/accounts/pull/90)) + ## [5.0.0] ### Changed @@ -361,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@5.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@5.0.1...HEAD +[5.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@5.0.0...@metamask/eth-snap-keyring@5.0.1 [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.4.0...@metamask/eth-snap-keyring@5.0.0 [4.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.6...@metamask/eth-snap-keyring@4.4.0 [4.3.6]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.5...@metamask/eth-snap-keyring@4.3.6 diff --git a/packages/keyring-snap-bridge/package.json b/packages/keyring-snap-bridge/package.json index e476ce94..2125bb44 100644 --- a/packages/keyring-snap-bridge/package.json +++ b/packages/keyring-snap-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "5.0.0", + "version": "5.0.1", "description": "Snaps keyring bridge.", "repository": { "type": "git",