Skip to content

Commit 54480e8

Browse files
authored
release: 82.0.0 (#435)
## Description This is the release candidate for version 82.0.0. See the changelogs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Prepares the 82.0.0 release and publishes `@metamask/hw-wallet-sdk` v0.1.0. > > - Bumps monorepo version to `82.0.0` > - Releases `@metamask/hw-wallet-sdk@0.1.0` with hardware, BLE, and mobile error mappings and a custom hardware error > - Updates `CHANGELOG.md` with release section and compare links > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 60e5261. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a9207ca commit 54480e8

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-monorepo",
3-
"version": "81.0.0",
3+
"version": "82.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/hw-wallet-sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0]
11+
1012
### Added
1113

1214
- Add hardware related error mappings and custom hardware error ([#421](https://github.com/MetaMask/accounts/pull/421))
1315
- 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))
1416

15-
[Unreleased]: https://github.com/MetaMask/accounts/
17+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.1.0...HEAD
18+
[0.1.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/hw-wallet-sdk@0.1.0

packages/hw-wallet-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/hw-wallet-sdk",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "MetaMask Hardware Device SDK",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)