You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This is the release candidate for version 86.0.0. See the changelogs for
more details.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> This is a release/versioning PR (package.json + changelog updates)
with no runtime code changes; risk is mainly around publishing the
intended versions and accurately reflecting breaking bumps.
>
> **Overview**
> Prepares the `86.0.0` release by bumping the root monorepo version and
publishing new versions of several packages (`@metamask/keyring-api`,
`@metamask/eth-snap-keyring`, `@metamask/keyring-internal-*`,
`@metamask/keyring-snap-*`, `@metamask/keyring-utils`,
`@metamask/hw-wallet-sdk`, `@metamask/eth-ledger-bridge-keyring`).
>
> Updates package changelogs to cut new release sections and adjust
compare links, including **breaking-version bumps** for
`@metamask/keyring-internal-api`,
`@metamask/keyring-internal-snap-client`, and
`@metamask/eth-snap-keyring`, plus release notes covering new
`createAccounts` APIs and standardized hardware-wallet error handling
integration.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
0f6f355. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/hw-wallet-sdk/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.4.0]
11
+
10
12
### Added
11
13
12
14
- Add `ErrorMapping` type ([#446](https://github.com/MetaMask/accounts/pull/446))
@@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
35
- Add hardware related error mappings and custom hardware error ([#421](https://github.com/MetaMask/accounts/pull/421))
34
36
- Add BLE and mobile error mappings with new error codes for Bluetooth permissions, connection states, and mobile support ([#433](https://github.com/MetaMask/accounts/pull/433))
@@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
24
- Add `AccountCreationType.Custom` and `CreateAccountCustomOptions` for custom account creation flows.
23
25
- Add `EthKeyringWrapper` abstract class for Ethereum-based `KeyringV2` implementations ([#404](https://github.com/MetaMask/accounts/pull/404))
24
26
- Provides common Ethereum signing method routing (`submitRequest`) for all Ethereum-based keyrings.
25
-
- Add `KeyringWrapper` base class to adapt legacy keyrings to `KeyringV2` ([#398](https://github.com/MetaMask/accounts/pull/398)), ([#410](https://github.com/MetaMask/accounts/pull/410))
27
+
- Add `KeyringWrapper` base class to adapt legacy keyrings to `KeyringV2` ([#398](https://github.com/MetaMask/accounts/pull/398)),([#402](https://github.com/MetaMask/accounts/pull/402)), ([#409](https://github.com/MetaMask/accounts/pull/409)), ([#410](https://github.com/MetaMask/accounts/pull/410))
26
28
27
29
### Changed
28
30
@@ -682,7 +684,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682
684
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
683
685
- Helper functions to create keyring handler in the snap.
Copy file name to clipboardExpand all lines: packages/keyring-internal-snap-client/CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [9.0.0]
11
+
10
12
### Changed
11
13
12
-
- Bump `@metamask/snaps-controllers` from `^14.0.1` to `^18.0.0` ([#422](https://github.com/MetaMask/accounts/pull/422), [#461](https://github.com/MetaMask/accounts/pull/461))
13
-
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.4.0` ([#422](https://github.com/MetaMask/accounts/pull/422), [#461](https://github.com/MetaMask/accounts/pull/461))
14
-
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^12.1.0` ([#422](https://github.com/MetaMask/accounts/pull/422), [#461](https://github.com/MetaMask/accounts/pull/461))
14
+
-**BREAKING:** Bump `@metamask/keyring-internal-api` from `^9.1.2` to `^10.0.0` ([#460](https://github.com/MetaMask/accounts/pull/460))
15
+
- Bump `@metamask/keyring-api` from `^21.2.0` to `^21.4.0` ([#460](https://github.com/MetaMask/accounts/pull/460))
16
+
- Bump `@metamask/snaps-controllers` from `^14.0.1` to `^18.0.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#424](https://github.com/MetaMask/accounts/pull/424)), ([#461](https://github.com/MetaMask/accounts/pull/461))
17
+
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.4.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#461](https://github.com/MetaMask/accounts/pull/461))
18
+
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^12.1.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#461](https://github.com/MetaMask/accounts/pull/461))
15
19
16
20
### Removed
17
21
@@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
175
- This new version fixes a bug with CJS re-exports.
0 commit comments