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 104.0.0. See the changelogs
for more details.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Release-only changes: version bumps, changelog entries, and a
dependency range update with no runtime code modifications.
>
> **Overview**
> Bumps the monorepo release version to `104.0.0` and publishes new
package versions for `@metamask/eth-hd-keyring` (`14.1.0`) and
`@metamask/eth-money-keyring` (`2.0.3`).
>
> Updates changelogs to reflect the new releases, and updates
`@metamask/eth-money-keyring` to depend on
`@metamask/eth-hd-keyring@^14.1.0` (with corresponding `yarn.lock`
changes).
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
02f9626. 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-eth-hd/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
+
## [14.1.0]
11
+
10
12
### Added
11
13
12
14
- Expose same getters in `HdKeyring` (v2 keyring wrapper from `/v2`) ([#529](https://github.com/MetaMask/accounts/pull/529))
@@ -280,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280
282
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`.
281
283
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
0 commit comments