Skip to content

Commit 96b0a0b

Browse files
Merge branch 'main' into feat/7618_analytics_privacy_controller
2 parents 59e2701 + 9749c4b commit 96b0a0b

File tree

12 files changed

+38
-19
lines changed

12 files changed

+38
-19
lines changed

package.json

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

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

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

88
## [Unreleased]
99

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

1214
- Support for `wallet_getSupportedExecutionPermissions` and `wallet_getGrantedExecutionPermissions` RPC methods ([#7603](https://github.com/MetaMask/core/pull/7603))
1315

1416
### Changed
1517

1618
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
19+
- **BREAKING:** Changed `wallet_requestExecutionPermissions` to comply with 7715 spec revisions.
1720

1821
## [22.0.1]
1922

@@ -61,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6164
- See [`MetaMask/eth-json-rpc-middleware`](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
6265
for the original changelog.
6366

64-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.1...HEAD
67+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.0.0...HEAD
68+
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.1...@metamask/eth-json-rpc-middleware@23.0.0
6569
[22.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.0...@metamask/eth-json-rpc-middleware@22.0.1
6670
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@21.0.0...@metamask/eth-json-rpc-middleware@22.0.0
6771
[21.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eth-json-rpc-middleware@21.0.0

packages/eth-json-rpc-middleware/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-json-rpc-middleware",
3-
"version": "22.0.1",
3+
"version": "23.0.0",
44
"description": "Ethereum-related json-rpc-engine middleware",
55
"keywords": [
66
"MetaMask",

packages/gator-permissions-controller/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+
## [1.0.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/snaps-controllers` from `^14.0.1` to `^17.2.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
@@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121123

122124
- Initial release ([#6033](https://github.com/MetaMask/core/pull/6033))
123125

124-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@0.8.0...HEAD
126+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@1.0.0...HEAD
127+
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@0.8.0...@metamask/gator-permissions-controller@1.0.0
125128
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@0.7.0...@metamask/gator-permissions-controller@0.8.0
126129
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@0.6.0...@metamask/gator-permissions-controller@0.7.0
127130
[0.6.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@0.5.0...@metamask/gator-permissions-controller@0.6.0

packages/gator-permissions-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/gator-permissions-controller",
3-
"version": "0.8.0",
3+
"version": "1.0.0",
44
"description": "Controller for managing gator permissions with profile sync integration",
55
"keywords": [
66
"MetaMask",

packages/network-controller/CHANGELOG.md

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

1010
### Changed
1111

12+
- Bump `@metamask/eth-json-rpc-middleware` from `^22.0.1` to `^23.0.0` ([#7634](https://github.com/MetaMask/core/pull/7634))
1213
- **BREAKING:** NetworkController now requires `ConnectivityController:getState` action handler to be registered on the messenger ([#7627](https://github.com/MetaMask/core/pull/7627))
1314
- The `NetworkController` now depends on the `ConnectivityController` to prevent retries and suppress events when the user is offline.
1415
- When offline, `NetworkController:rpcEndpointUnavailable` and `NetworkController:rpcEndpointDegraded` events are suppressed since retries don't occur and circuit breakers don't trigger.

packages/network-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@metamask/controller-utils": "^11.18.0",
5454
"@metamask/eth-block-tracker": "^15.0.0",
5555
"@metamask/eth-json-rpc-infura": "^10.3.0",
56-
"@metamask/eth-json-rpc-middleware": "^22.0.1",
56+
"@metamask/eth-json-rpc-middleware": "^23.0.0",
5757
"@metamask/eth-json-rpc-provider": "^6.0.0",
5858
"@metamask/eth-query": "^4.0.0",
5959
"@metamask/json-rpc-engine": "^10.2.0",

packages/shield-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.0.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
13-
- Bump `@metamask/signature-controller` from `^38.0.0` to `^38.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
15+
- **BREAKING:** Bump `@metamask/signature-controller` from `^38.0.0` to `^39.0.0` ([#7604](https://github.com/MetaMask/core/pull/7604), [#7634](https://github.com/MetaMask/core/pull/7634))
16+
- When passing a signature request to `checkSignatureCoverage`, the `decodedPermission` property of the request has a different shape. See changelog for `@metamask/gator-permissions-controller` 1.0.0 for more.
1417
- Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.9.1` ([#7596](https://github.com/MetaMask/core/pull/7596), [#7602](https://github.com/MetaMask/core/pull/7602), [#7604](https://github.com/MetaMask/core/pull/7604))
1518

1619
## [4.1.0]
@@ -187,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187190

188191
- Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
189192

190-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...HEAD
193+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.0...HEAD
194+
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...@metamask/shield-controller@5.0.0
191195
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.0.0...@metamask/shield-controller@4.1.0
192196
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.1.0...@metamask/shield-controller@4.0.0
193197
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.0.0...@metamask/shield-controller@3.1.0

packages/shield-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/shield-controller",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Controller handling shield transaction coverage logic",
55
"keywords": [
66
"MetaMask",
@@ -51,7 +51,7 @@
5151
"@metamask/base-controller": "^9.0.0",
5252
"@metamask/controller-utils": "^11.18.0",
5353
"@metamask/messenger": "^0.3.0",
54-
"@metamask/signature-controller": "^38.0.1",
54+
"@metamask/signature-controller": "^39.0.0",
5555
"@metamask/transaction-controller": "^62.9.1",
5656
"@metamask/utils": "^11.9.0",
5757
"cockatiel": "^3.1.2"

packages/signature-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [39.0.0]
11+
12+
### Changed
13+
14+
- Bump `@metamask/gator-permissions-controller` from `0.8.0` to `1.0.0` ([#7634](https://github.com/MetaMask/core/pull/7634))
15+
1016
## [38.0.1]
1117

1218
### Changed
@@ -648,7 +654,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
648654

649655
- Initial release ([#1214](https://github.com/MetaMask/core/pull/1214))
650656

651-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.1...HEAD
657+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.0.0...HEAD
658+
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.1...@metamask/signature-controller@39.0.0
652659
[38.0.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.0...@metamask/signature-controller@38.0.1
653660
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@37.0.0...@metamask/signature-controller@38.0.0
654661
[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@36.0.0...@metamask/signature-controller@37.0.0

0 commit comments

Comments
 (0)