Skip to content

Commit 5c20fe6

Browse files
committed
Update Release 50.0.0
1 parent 062f669 commit 5c20fe6

5 files changed

Lines changed: 43 additions & 51 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": "49.0.0",
3+
"version": "50.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-eth-ledger-bridge/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.0.4]
11+
1012
### Uncategorized
1113

1214
- feat(keyring-eth-ledger-bridge): enhance error handling for Ledger signing operations ([#294](https://github.com/MetaMask/accounts.git/pull/294))
@@ -328,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
328330

329331
- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))
330332

331-
[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.3...HEAD
333+
[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.4...HEAD
334+
[11.0.4]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.3...@metamask/eth-ledger-bridge-keyring@11.0.4
332335
[11.0.3]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.2...@metamask/eth-ledger-bridge-keyring@11.0.3
333336
[11.0.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.1...@metamask/eth-ledger-bridge-keyring@11.0.2
334337
[11.0.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-ledger-bridge-keyring@11.0.0...@metamask/eth-ledger-bridge-keyring@11.0.1

packages/keyring-eth-ledger-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-ledger-bridge-keyring",
3-
"version": "11.0.3",
3+
"version": "11.0.4",
44
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
55
"keywords": [
66
"ethereum",

packages/keyring-eth-trezor/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- chore: update `@trezor/connect-web` ([#241](https://github.com/MetaMask/accounts.git/pull/241))
13-
- revert: chore: bump trezor/connect-web (#234) ([#234](https://github.com/MetaMask/accounts.git/pull/234))
14-
- chore: bump trezor/connect-web ([#234](https://github.com/MetaMask/accounts.git/pull/234))
15-
1610
### Changed
1711

1812
- **BREAKING:** The method signature for `signTypedData` has been changed ([#224](https://github.com/MetaMask/accounts/pull/224))
@@ -213,26 +207,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213207

214208
- Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88))
215209

216-
[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@8.0.0...HEAD
217-
[8.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0
218-
[7.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0
219-
[6.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1
220-
[6.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0
221-
[6.0.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2
222-
[6.0.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1
223-
[6.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0
224-
[5.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0
225-
[4.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0
226-
[3.1.3]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3
227-
[3.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2
228-
[3.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1
229-
[3.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0
230-
[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0
231-
[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0
232-
[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0
233-
[1.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0
234-
[0.10.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0
235-
[0.9.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1
236-
[0.9.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0
237-
[0.8.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0
238-
[0.7.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/eth-trezor-keyring@0.7.0
210+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@8.0.0...HEAD
211+
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0
212+
[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0
213+
[6.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1
214+
[6.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0
215+
[6.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2
216+
[6.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1
217+
[6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0
218+
[5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0
219+
[4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0
220+
[3.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3
221+
[3.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2
222+
[3.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1
223+
[3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0
224+
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0
225+
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0
226+
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0
227+
[1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0
228+
[0.10.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0
229+
[0.9.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1
230+
[0.9.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0
231+
[0.8.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0
232+
[0.7.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/eth-trezor-keyring@0.7.0

packages/keyring-utils/CHANGELOG.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- feat: bitcoin account types ([#284](https://github.com/MetaMask/accounts.git/pull/284))
13-
- fix!: `Keyring.signTypedData` accepts types for V1 ([#224](https://github.com/MetaMask/accounts.git/pull/224))
14-
1510
## [3.0.0]
1611

1712
### Changed
@@ -104,17 +99,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10499
- This new version fixes a bug with CJS re-exports.
105100
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
106101

107-
[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@3.0.0...HEAD
108-
[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0
109-
[2.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1
110-
[2.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0
111-
[2.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0
112-
[2.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2
113-
[2.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1
114-
[2.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0
115-
[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0
116-
[1.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1
117-
[1.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0
118-
[1.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0
119-
[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0
120-
[1.0.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/keyring-utils@1.0.0
102+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.0.0...HEAD
103+
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0
104+
[2.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1
105+
[2.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0
106+
[2.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0
107+
[2.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2
108+
[2.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1
109+
[2.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0
110+
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0
111+
[1.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1
112+
[1.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0
113+
[1.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0
114+
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0
115+
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-utils@1.0.0

0 commit comments

Comments
 (0)