Skip to content

Commit bc53ef6

Browse files
Release 736.0.0 (#7559)
## Explanation Minor release for `@metamask/permission-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Releases a minor update centered on `@metamask/permission-controller` and aligns dependents. > > - Publish `@metamask/[email protected]` with new `PermissionController:getCaveat` action; update changelog links > - Bump `@metamask/permission-controller` to `^12.2.0` across `assets-controllers`, `chain-agnostic-permission`, `eip1193-permission-middleware`, `multichain-api-middleware`, and `selected-network-controller`; refresh `yarn.lock` > - Set monorepo `version` to `736.0.0` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 285ab78. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ff3a778 commit bc53ef6

File tree

14 files changed

+22
-14
lines changed

14 files changed

+22
-14
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": "735.0.0",
3+
"version": "736.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
2121
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
2222
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
23+
- Bump `@metamask/permission-controller` from `^12.1.1` to `^12.2.0` ([#7559](https://github.com/MetaMask/core/pull/7559))
2324
- **BREAKING:** `AccountTrackerController` now requires `KeyringController:getState` action and `KeyringController:lock` event in addition to existing allowed actions and events ([#7492](https://github.com/MetaMask/core/pull/7492))
2425
- Added `#isLocked` property to track keyring lock state, initialized from `KeyringController:getState`
2526
- Added `isActive` getter that returns `true` when keyring is unlocked and user is onboarded

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@metamask/metamask-eth-abis": "^3.1.1",
7070
"@metamask/multichain-account-service": "^4.1.0",
7171
"@metamask/network-controller": "^27.1.0",
72-
"@metamask/permission-controller": "^12.1.1",
72+
"@metamask/permission-controller": "^12.2.0",
7373
"@metamask/phishing-controller": "^16.1.0",
7474
"@metamask/polling-controller": "^16.0.0",
7575
"@metamask/preferences-controller": "^22.0.0",

packages/chain-agnostic-permission/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
1717
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
1818
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
19+
- Bump `@metamask/permission-controller` from `^12.1.1` to `^12.2.0` ([#7559](https://github.com/MetaMask/core/pull/7559))
1920

2021
## [1.3.0]
2122

packages/chain-agnostic-permission/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@metamask/api-specs": "^0.14.0",
5252
"@metamask/controller-utils": "^11.17.0",
5353
"@metamask/network-controller": "^27.1.0",
54-
"@metamask/permission-controller": "^12.1.1",
54+
"@metamask/permission-controller": "^12.2.0",
5555
"@metamask/rpc-errors": "^7.0.2",
5656
"@metamask/utils": "^11.9.0",
5757
"lodash": "^4.17.21"

packages/eip1193-permission-middleware/CHANGELOG.md

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

1212
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
1313
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
14+
- Bump `@metamask/permission-controller` from `^12.1.1` to `^12.2.0` ([#7559](https://github.com/MetaMask/core/pull/7559))
1415

1516
## [1.0.3]
1617

packages/eip1193-permission-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@metamask/chain-agnostic-permission": "^1.3.0",
5252
"@metamask/controller-utils": "^11.17.0",
5353
"@metamask/json-rpc-engine": "^10.2.0",
54-
"@metamask/permission-controller": "^12.1.1",
54+
"@metamask/permission-controller": "^12.2.0",
5555
"@metamask/utils": "^11.9.0",
5656
"lodash": "^4.17.21"
5757
},

packages/multichain-api-middleware/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
1313
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
1414
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
15+
- Bump `@metamask/permission-controller` from `^12.1.1` to `^12.2.0` ([#7559](https://github.com/MetaMask/core/pull/7559))
1516

1617
## [1.2.5]
1718

packages/multichain-api-middleware/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.17.0",
5454
"@metamask/json-rpc-engine": "^10.2.0",
5555
"@metamask/network-controller": "^27.1.0",
56-
"@metamask/permission-controller": "^12.1.1",
56+
"@metamask/permission-controller": "^12.2.0",
5757
"@metamask/rpc-errors": "^7.0.2",
5858
"@metamask/utils": "^11.9.0",
5959
"@open-rpc/meta-schema": "^1.14.6",

packages/permission-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+
## [12.2.0]
11+
1012
### Added
1113

1214
- Add `PermissionController:getCaveat` action ([#7303](https://github.com/MetaMask/core/pull/7303))
@@ -387,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
387389

388390
All changes listed after this point were applied to this package following the monorepo conversion.
389391

390-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
392+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
393+
[12.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
391394
[12.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
392395
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
393396
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

0 commit comments

Comments
 (0)