Skip to content

Commit 3227bd5

Browse files
mikespositoGudahtt
andauthored
Release 147.0.0 (#4234)
See changelogs for details --------- Co-authored-by: Mark Stacey <[email protected]>
1 parent 109ebe0 commit 3227bd5

File tree

34 files changed

+245
-108
lines changed

34 files changed

+245
-108
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "146.0.0",
3+
"version": "147.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -54,8 +54,8 @@
5454
"@metamask/eslint-config-jest": "^12.1.0",
5555
"@metamask/eslint-config-nodejs": "^12.1.0",
5656
"@metamask/eslint-config-typescript": "^12.1.0",
57-
"@metamask/eth-json-rpc-provider": "^3.0.1",
58-
"@metamask/json-rpc-engine": "^8.0.1",
57+
"@metamask/eth-json-rpc-provider": "^3.0.2",
58+
"@metamask/json-rpc-engine": "^8.0.2",
5959
"@metamask/utils": "^8.3.0",
6060
"@types/jest": "^27.4.1",
6161
"@types/node": "^16.18.54",

packages/accounts-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [14.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING** Bump `@metamask/keyring-controller` peer dependency to ^16.0.0 ([#4234](https://github.com/MetaMask/core/pull/4234))
15+
- Bump `@metamask/keyring-api` to 6.0.0, `@metamask/eth-snap-keyring` to 4.0.0 and snap dependencies ([#4193](https://github.com/MetaMask/core/pull/4193))
16+
- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232))
17+
1018
## [13.0.0]
1119

1220
### Changed
@@ -163,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163171

164172
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
165173

166-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
174+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
175+
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
167176
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
168177
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
169178
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/accounts-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@metamask/auto-changelog": "^3.4.4",
58-
"@metamask/keyring-controller": "^15.0.0",
58+
"@metamask/keyring-controller": "^16.0.0",
5959
"@metamask/snaps-controllers": "^7.0.1",
6060
"@types/jest": "^27.4.1",
6161
"@types/readable-stream": "^2.3.0",
@@ -66,7 +66,7 @@
6666
"typescript": "~4.9.5"
6767
},
6868
"peerDependencies": {
69-
"@metamask/keyring-controller": "^15.0.0",
69+
"@metamask/keyring-controller": "^16.0.0",
7070
"@metamask/snaps-controllers": "^7.0.1"
7171
},
7272
"engines": {

packages/approval-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.0.2]
11+
12+
### Changed
13+
14+
- Bump TypeScript version to `~4.9.5` ([#4084](https://github.com/MetaMask/core/pull/4084))
15+
- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232))
16+
1017
## [6.0.1]
1118

1219
### Fixed
@@ -186,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186193

187194
All changes listed after this point were applied to this package following the monorepo conversion.
188195

189-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
196+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
197+
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
190198
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
191199
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
192200
[5.1.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/approval-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/approval-controller",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Manages requests that require user approval",
55
"keywords": [
66
"MetaMask",

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [29.0.0]
11+
12+
### Added
13+
14+
- Add token detection on 7 more networks ([#4184](https://github.com/MetaMask/core/pull/4184))
15+
- New supported networks are: cronos, celo, gnosis, fantom, polygon_zkevm, moonbeam, and moonriver
16+
17+
### Changed
18+
19+
- **BREAKING** Changed `NftDetectionController` constructor `options` argument ([#4178](https://github.com/MetaMask/core/pull/4178))
20+
- Added `options.disabled` and `options.selectedAddress` properties
21+
- **BREAKING** Bump `@metamask/keyring-controller` peer dependency to ^16.0.0 ([#4234](https://github.com/MetaMask/core/pull/4234))
22+
- **BREAKING** Bump `@metamask/accounts-controller` peer dependency to ^14.0.0 ([#4234](https://github.com/MetaMask/core/pull/4234))
23+
- **BREAKING** Bump `@metamask/preferences-controller` peer dependency to ^11.0.0 ([#4234](https://github.com/MetaMask/core/pull/4234))
24+
- Bump `@metamask/keyring-api` to `^6.0.0` ([#4193](https://github.com/MetaMask/core/pull/4193))
25+
- Lower number of tokens returned by API calls ([#4207](https://github.com/MetaMask/core/pull/4207))
26+
- Limit changed from `200` to `50`
27+
- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232))
28+
- Bump `@metamask/approval-controller` to `^6.0.2` ([#4234](https://github.com/MetaMask/core/pull/4234))
29+
- Bump `@metamask/polling-controller` to `^6.0.2` ([#4234](https://github.com/MetaMask/core/pull/4234))
30+
1031
## [28.0.0]
1132

1233
### Added
@@ -752,7 +773,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
752773
753774
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
754775
755-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
776+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
777+
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
756778
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
757779
[27.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
758780
[27.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "28.0.0",
3+
"version": "29.0.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -47,17 +47,17 @@
4747
"@ethersproject/contracts": "^5.7.0",
4848
"@ethersproject/providers": "^5.7.0",
4949
"@metamask/abi-utils": "^2.0.2",
50-
"@metamask/accounts-controller": "^13.0.0",
51-
"@metamask/approval-controller": "^6.0.1",
50+
"@metamask/accounts-controller": "^14.0.0",
51+
"@metamask/approval-controller": "^6.0.2",
5252
"@metamask/base-controller": "^5.0.2",
5353
"@metamask/contract-metadata": "^2.4.0",
5454
"@metamask/controller-utils": "^9.1.0",
5555
"@metamask/eth-query": "^4.0.0",
56-
"@metamask/keyring-controller": "^15.0.0",
56+
"@metamask/keyring-controller": "^16.0.0",
5757
"@metamask/metamask-eth-abis": "^3.1.1",
5858
"@metamask/network-controller": "^18.1.0",
59-
"@metamask/polling-controller": "^6.0.1",
60-
"@metamask/preferences-controller": "^10.0.0",
59+
"@metamask/polling-controller": "^6.0.2",
60+
"@metamask/preferences-controller": "^11.0.0",
6161
"@metamask/rpc-errors": "^6.2.1",
6262
"@metamask/utils": "^8.3.0",
6363
"@types/bn.js": "^5.1.5",
@@ -88,11 +88,11 @@
8888
"typescript": "~4.9.5"
8989
},
9090
"peerDependencies": {
91-
"@metamask/accounts-controller": "^13.0.0",
91+
"@metamask/accounts-controller": "^14.0.0",
9292
"@metamask/approval-controller": "^6.0.0",
93-
"@metamask/keyring-controller": "^15.0.0",
93+
"@metamask/keyring-controller": "^16.0.0",
9494
"@metamask/network-controller": "^18.0.0",
95-
"@metamask/preferences-controller": "^10.0.0"
95+
"@metamask/preferences-controller": "^11.0.0"
9696
},
9797
"engines": {
9898
"node": ">=16.0.0"

packages/composable-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@metamask/auto-changelog": "^3.4.4",
48-
"@metamask/json-rpc-engine": "^8.0.1",
48+
"@metamask/json-rpc-engine": "^8.0.2",
4949
"@types/jest": "^27.4.1",
5050
"deepmerge": "^4.2.2",
5151
"immer": "^9.0.6",

packages/eth-json-rpc-provider/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.2]
11+
12+
### Changed
13+
14+
- Bump TypeScript version to `~4.9.5` ([#4084](https://github.com/MetaMask/core/pull/4084))
15+
- Bump `@metamask/json-rpc-engine` to `^8.0.2` ([#4234](https://github.com/MetaMask/core/pull/4234))
16+
1017
## [3.0.1]
1118

1219
### Fixed
@@ -93,7 +100,8 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement
93100

94101
- Initial release, including `providerFromEngine` and `providerFromMiddleware`.
95102

96-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
103+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
104+
[3.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
97105
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
98106
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
99107
[2.3.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/eth-json-rpc-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-json-rpc-provider",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware",
55
"keywords": [
66
"MetaMask",
@@ -46,7 +46,7 @@
4646
"test:watch": "jest --watch"
4747
},
4848
"dependencies": {
49-
"@metamask/json-rpc-engine": "^8.0.1",
49+
"@metamask/json-rpc-engine": "^8.0.2",
5050
"@metamask/safe-event-emitter": "^3.0.0",
5151
"@metamask/utils": "^8.3.0"
5252
},

0 commit comments

Comments
 (0)