Skip to content

Commit 855a752

Browse files
zone-liveMajorLiftmcmirelegobeat
authored
Release 82.0.0 (#1803)
Co-authored-by: Jongsun Suh <[email protected]> Co-authored-by: Elliot Winkler <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent 0fd4b39 commit 855a752

File tree

38 files changed

+244
-105
lines changed

38 files changed

+244
-105
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "81.0.0",
3+
"version": "82.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/accounts-controller/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Changed
11+
- **BREAKING:** Bump dependency on `@metamask/eth-snap-keyring` to ^1.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
12+
- **BREAKING:** Bump dependency on `@metamask/keyring-api` to ^1.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
13+
- **BREAKING:** Bump dependency on `@metamask/snaps-utils` to ^3.0.0 ([#1735](https://github.com/MetaMask/core/pull/1735))
14+
- Bump dependency and peer dependency on `@metamask/keyring-controller` to ^8.0.3
15+
916
## [2.0.2]
1017
### Changed
1118
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
@@ -27,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2734
### Added
2835
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
2936

30-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
37+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
38+
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3139
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3240
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3341
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/accounts-controller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@metamask/auto-changelog": "^3.1.0",
44-
"@metamask/keyring-controller": "^8.0.2",
44+
"@metamask/keyring-controller": "^8.0.3",
4545
"@metamask/snaps-controllers": "^3.0.0",
4646
"@types/jest": "^27.4.1",
4747
"@types/readable-stream": "^2.3.0",
@@ -52,7 +52,7 @@
5252
"typescript": "~4.8.4"
5353
},
5454
"peerDependencies": {
55-
"@metamask/keyring-controller": "^8.0.2"
55+
"@metamask/keyring-controller": "^8.0.3"
5656
},
5757
"engines": {
5858
"node": ">=16.0.0"

packages/announcement-controller/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.3]
10+
### Changed
11+
- Bump dependency on `@metamask/base-controller` to ^3.2.3 ([#1747](https://github.com/MetaMask/core/pull/1747))
12+
913
## [4.0.2]
1014
### Changed
1115
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6165

6266
All changes listed after this point were applied to this package following the monorepo conversion.
6367

64-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
68+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
69+
[4.0.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
6570
[4.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
6671
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
6772
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/announcement-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/announcement-controller",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Manages in-app announcements",
55
"keywords": [
66
"MetaMask",

packages/approval-controller/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.1]
10+
### Changed
11+
- Bump dependency on `@metamask/rpc-errors` to ^6.1.0 ([#1653](https://github.com/MetaMask/core/pull/1653))
12+
913
## [4.0.0]
1014
### Changed
1115
- **BREAKING:** Move `eth-rpc-errors@^4.0.2` dependency to `@metamask/rpc-errors@^6.0.2` ([#1743](https://github.com/MetaMask/core/pull/1743))
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286

8387
All changes listed after this point were applied to this package following the monorepo conversion.
8488

85-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
89+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
90+
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8691
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8792
[3.5.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8893
[3.5.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/approval-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/approval-controller",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Manages requests that require user approval",
55
"keywords": [
66
"MetaMask",

packages/assets-controllers/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [16.0.0]
10+
### Added
11+
- Add way to start and stop different polling sessions for the same network client ID by providing extra scoping data ([#1776](https://github.com/MetaMask/core/pull/1776))
12+
- Add optional second argument to `stopPollingByPollingToken` (formerly `stopPollingByNetworkClientId`)
13+
- Add optional second argument to `onPollingCompleteByNetworkClientId`
14+
15+
### Changed
16+
- **BREAKING:** Bump dependency and peer dependency on `@metamask/network-controller` to ^15.0.0
17+
- **BREAKING:** Make `executePoll` in TokenListController private ([#1810](https://github.com/MetaMask/core/pull/1810))
18+
- **BREAKING:** Update TokenListController to rename `stopPollingByNetworkClientId` to `stopPollingByPollingToken` ([#1810](https://github.com/MetaMask/core/pull/1810))
19+
- Add missing dependency on `@metamask/polling-controller` ([#1831](https://github.com/MetaMask/core/pull/1831))
20+
- Bump dependency and peer dependency on `@metamask/approval-controller` to ^4.0.1
21+
- Bump dependency and peer dependency on `@metamask/preferences-controller` to ^4.4.3
22+
923
## [15.0.0]
1024
### Changed
1125
- **BREAKING**: `NftController` now expects `getNetworkClientById` in constructor options ([#1698](https://github.com/MetaMask/core/pull/1698))
@@ -320,7 +334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320334
### Changed
321335
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
322336
323-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
337+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
338+
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
324339
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
325340
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
326341
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -34,15 +34,15 @@
3434
"@ethersproject/contracts": "^5.7.0",
3535
"@ethersproject/providers": "^5.7.0",
3636
"@metamask/abi-utils": "^2.0.2",
37-
"@metamask/approval-controller": "^4.0.0",
37+
"@metamask/approval-controller": "^4.0.1",
3838
"@metamask/base-controller": "^3.2.3",
3939
"@metamask/contract-metadata": "^2.3.1",
4040
"@metamask/controller-utils": "^5.0.2",
4141
"@metamask/eth-query": "^3.0.1",
4242
"@metamask/metamask-eth-abis": "3.0.0",
43-
"@metamask/network-controller": "^14.0.0",
44-
"@metamask/polling-controller": "^0.1.0",
45-
"@metamask/preferences-controller": "^4.4.2",
43+
"@metamask/network-controller": "^15.0.0",
44+
"@metamask/polling-controller": "^0.2.0",
45+
"@metamask/preferences-controller": "^4.4.3",
4646
"@metamask/rpc-errors": "^6.1.0",
4747
"@metamask/utils": "^8.1.0",
4848
"@types/uuid": "^8.3.0",
@@ -69,9 +69,9 @@
6969
"typescript": "~4.8.4"
7070
},
7171
"peerDependencies": {
72-
"@metamask/approval-controller": "^4.0.0",
73-
"@metamask/network-controller": "^14.0.0",
74-
"@metamask/preferences-controller": "^4.4.2"
72+
"@metamask/approval-controller": "^4.0.1",
73+
"@metamask/network-controller": "^15.0.0",
74+
"@metamask/preferences-controller": "^4.4.3"
7575
},
7676
"engines": {
7777
"node": ">=16.0.0"

packages/composable-controller/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.3]
10+
### Changed
11+
- Bump dependency on `@metamask/base-controller` to ^3.2.3 ([#1747](https://github.com/MetaMask/core/pull/1747))
12+
913
## [3.0.2]
1014
### Changed
1115
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
@@ -41,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4145

4246
All changes listed after this point were applied to this package following the monorepo conversion.
4347

44-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
48+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
49+
[3.0.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
4550
[3.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
4651
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
4752
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/composable-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/composable-controller",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Consolidates the state from multiple controllers into one",
55
"keywords": [
66
"MetaMask",

packages/ens-controller/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.0.0]
10+
### Changed
11+
- **BREAKING:** Bump dependency and peer dependency on `@metamask/network-controller` to ^15.0.0
12+
913
## [5.0.2]
1014
### Changed
1115
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
1216
- Bump dependency on `@metamask/base-controller` to ^3.2.3
1317
- Bump dependency on `@metamask/controller-utils` to ^5.0.2
1418
- Bump dependency and peer dependency on `@metamask/network-controller` to ^14.0.0
1519

16-
1720
## [5.0.1]
1821
### Changed
1922
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
@@ -78,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7881

7982
All changes listed after this point were applied to this package following the monorepo conversion.
8083

81-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
84+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
85+
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8286
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8387
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8488
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/ens-controller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/ens-controller",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Maps ENS names to their resolved addresses by chain id",
55
"keywords": [
66
"MetaMask",
@@ -32,7 +32,7 @@
3232
"@ethersproject/providers": "^5.7.0",
3333
"@metamask/base-controller": "^3.2.3",
3434
"@metamask/controller-utils": "^5.0.2",
35-
"@metamask/network-controller": "^14.0.0",
35+
"@metamask/network-controller": "^15.0.0",
3636
"@metamask/utils": "^8.1.0",
3737
"ethereum-ens-network-map": "^1.0.2",
3838
"punycode": "^2.1.1"
@@ -48,7 +48,7 @@
4848
"typescript": "~4.8.4"
4949
},
5050
"peerDependencies": {
51-
"@metamask/network-controller": "^14.0.0"
51+
"@metamask/network-controller": "^15.0.0"
5252
},
5353
"engines": {
5454
"node": ">=16.0.0"

packages/gas-fee-controller/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Added
11+
- Add way to start and stop different polling sessions for the same network client ID by providing extra scoping data ([#1776](https://github.com/MetaMask/core/pull/1776))
12+
- Add optional second argument to `stopPollingByPollingToken` (formerly `stopPollingByNetworkClientId`)
13+
- Add optional second argument to `onPollingCompleteByNetworkClientId`
14+
15+
### Changed
16+
- **BREAKING:** Make `executePoll` private ([#1810](https://github.com/MetaMask/core/pull/1810))
17+
- **BREAKING:** Rename `stopPollingByNetworkClientId` to `stopPollingByPollingToken` ([#1810](https://github.com/MetaMask/core/pull/1810))
18+
- **BREAKING:** Bump dependency and peer dependency on `@metamask/network-controller` to ^15.0.0
19+
- **BREAKING:** Bump dependency on `@metamask/polling-controller` to ^0.2.0
20+
921
## [8.0.0]
1022
### Added
1123
- Add optional `gasFeeEstimatesByChainId` property to GasFeeController state ([#1673](https://github.com/MetaMask/core/pull/1673)
@@ -98,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98110

99111
All changes listed after this point were applied to this package following the monorepo conversion.
100112

101-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
113+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
114+
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
102115
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
103116
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
104117
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/gas-fee-controller/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/gas-fee-controller",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",
55
"keywords": [
66
"MetaMask",
@@ -32,8 +32,8 @@
3232
"@metamask/base-controller": "^3.2.3",
3333
"@metamask/controller-utils": "^5.0.2",
3434
"@metamask/eth-query": "^3.0.1",
35-
"@metamask/network-controller": "^14.0.0",
36-
"@metamask/polling-controller": "^0.1.0",
35+
"@metamask/network-controller": "^15.0.0",
36+
"@metamask/polling-controller": "^0.2.0",
3737
"@metamask/utils": "^8.1.0",
3838
"@types/uuid": "^8.3.0",
3939
"ethereumjs-util": "^7.0.10",
@@ -56,7 +56,7 @@
5656
"typescript": "~4.8.4"
5757
},
5858
"peerDependencies": {
59-
"@metamask/network-controller": "^14.0.0"
59+
"@metamask/network-controller": "^15.0.0"
6060
},
6161
"engines": {
6262
"node": ">=16.0.0"

packages/keyring-controller/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.0.3]
10+
### Changed
11+
- `signTransaction` now accepts an optional `opts: Record<string, unknown>` argument to support `signTransaction` from `Keyring` type ([#1789](https://github.com/MetaMask/core/pull/1789))
12+
- Bump dependency and peer dependency on `@metamask/preferences-controller` to ^4.4.3
13+
914
## [8.0.2]
1015
### Changed
1116
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639))
@@ -213,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213218

214219
All changes listed after this point were applied to this package following the monorepo conversion.
215220

216-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
221+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
222+
[8.0.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
217223
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
218224
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
219225
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/keyring-controller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-controller",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Stores identities seen in the wallet and manages interactions such as signing",
55
"keywords": [
66
"MetaMask",
@@ -33,7 +33,7 @@
3333
"@metamask/base-controller": "^3.2.3",
3434
"@metamask/eth-keyring-controller": "^13.0.1",
3535
"@metamask/message-manager": "^7.3.5",
36-
"@metamask/preferences-controller": "^4.4.2",
36+
"@metamask/preferences-controller": "^4.4.3",
3737
"@metamask/utils": "^8.1.0",
3838
"async-mutex": "^0.2.6",
3939
"ethereumjs-util": "^7.0.10",
@@ -58,7 +58,7 @@
5858
"uuid": "^8.3.2"
5959
},
6060
"peerDependencies": {
61-
"@metamask/preferences-controller": "^4.4.2"
61+
"@metamask/preferences-controller": "^4.4.3"
6262
},
6363
"engines": {
6464
"node": ">=16.0.0"

packages/logging-controller/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.4]
10+
### Changed
11+
- Bump dependency on `@metamask/base-controller` to ^3.2.3 ([#1747](https://github.com/MetaMask/core/pull/1747))
12+
- Bump dependency on `@metamask/controller-utils` to ^5.0.2 ([#1747](https://github.com/MetaMask/core/pull/1747))
13+
914
## [1.0.3]
1015
### Changed
1116
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
@@ -24,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2429
- Initial Release
2530
- Add logging controller ([#1089](https://github.com/MetaMask/core.git/pull/1089))
2631

27-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
32+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
33+
[1.0.4]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
2834
[1.0.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
2935
[1.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3036
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

0 commit comments

Comments
 (0)