You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Explanation
First release for the `@metamask/gator-permissions-controller` (0.4.0).
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Release `@metamask/gator-permissions-controller` 0.4.0 with revocation
features/fixes and update `@metamask/signature-controller` to depend on
it; bump monorepo to 661.0.0.
>
> - **Packages**:
> - **`@metamask/[email protected]`**:
> - Add `submitRevocation` action and expose pending revocations in
state.
> - Fix build by adding/bumping `@ts-bridge/cli`.
> - **`@metamask/signature-controller`**:
> - Update dev/peer dependency on
`@metamask/gator-permissions-controller` to `^0.4.0`.
> - **Repo**:
> - Bump root `package.json` version to `661.0.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
1389c68. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/gator-permissions-controller/CHANGELOG.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.4.0]
11
+
10
12
### Added
11
13
12
-
- Add `submitRevocation` action to submit permission revocations through the gator permissions provider snap
13
-
- Add `addPendingRevocation` action to queue revocations until transaction confirmation
14
-
- Expose list of pending revocations in state
14
+
-**BREAKING:** Expose list of pending revocations in state ([#7055](https://github.com/MetaMask/core/pull/7055))
15
+
- Add `pendingRevocations` property to state
16
+
- Add `pendingRevocations` getter to controller, which accesses the same property in state
17
+
-**BREAKING:** The GatorPermissionsController messenger must allow `TransactionController:transactionConfirmed`, `TransactionController:transactionFailed`, and `TransactionController:transactionDropped` events ([#6713](https://github.com/MetaMask/core/pull/6713))
18
+
- Add `submitRevocation` and `addPendingRevocation` methods to GatorPermissionsController ([#6713](https://github.com/MetaMask/core/pull/6713))
19
+
- These are also available as actions (`GatorPermissionsController:submitRevocation` and `GatorPermissionsController:addPendingRevocation`)
20
+
21
+
### Changed
22
+
23
+
-**BREAKING:** Add `@metamask/transaction-controller` as peer dependency ([#7058](https://github.com/MetaMask/core/pull/7058))
15
24
16
25
## [0.3.0]
17
26
@@ -58,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: packages/signature-controller/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [36.0.0]
11
+
12
+
### Changed
13
+
14
+
-**BREAKING:** Bump peer dependency `@metamask/gator-permissions-controller` from `^0.3.0` to `^0.4.0` ([#7057](https://github.com/MetaMask/core/pull/7057))
15
+
10
16
## [35.0.0]
11
17
12
18
### Changed
@@ -604,7 +610,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments