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 103.0.0. See the changelogs
for more details.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> This PR only updates package versions, changelogs, and lockfile
entries; it does not change runtime code. Risk is limited to
release/publishing correctness and downstream impact from the newly
versioned breaking changes.
>
> **Overview**
> Bumps the monorepo version to `103.0.0` and publishes new package
versions: `@metamask/keyring-internal-api@11.0.0`,
`@metamask/keyring-internal-snap-client@10.0.2`, and
`@metamask/eth-snap-keyring@22.0.0`.
>
> Updates changelogs to reflect the release notes (including the
**breaking** removal of `InternalAccount.metadata.snap.{enabled,name}`)
and updates dependent package ranges/`yarn.lock` to consume
`@metamask/keyring-internal-api@^11.0.0` and
`@metamask/keyring-internal-snap-client@^10.0.2`.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
689927e. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/keyring-snap-bridge/CHANGELOG.md
+6-1Lines changed: 6 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
+
## [22.0.0]
11
+
10
12
### Added
11
13
12
14
-**BREAKING:** Re-add `snapId` as part of the callbacks (`SnapKeyringCallbacks`) when building `SnapKeyring` v2 keyrings ([#520](https://github.com/MetaMask/accounts/pull/520))
@@ -16,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
18
17
19
-**BREAKING:** No longer use `snapId` as constructor parameter for `SnapKeyring` (v2) ([#519](https://github.com/MetaMask/accounts/pull/519))
18
20
- The `snapId` is now passed and bound to the keyring upon the first `deserialize` call, to better integrate with `KeyringController` keyrings lifecyle and keyring builders.
21
+
- Bump `@metamask/keyring-internal-api` from `^10.1.1` to `^11.0.0` ([#528](https://github.com/MetaMask/accounts/pull/528))
22
+
- Bump `@metamask/keyring-internal-snap-client` from `^10.0.1` to `^10.0.2` ([#528](https://github.com/MetaMask/accounts/pull/528))
19
23
20
24
### Removed
21
25
@@ -702,7 +706,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments