Skip to content

Commit 558518d

Browse files
authored
Release/993.0.0 (#8855)
## Explanation Releases @metamask/gator-permissions-controller@4.2.0 <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping: only version/changelog updates and dependency bumps, with no functional code changes in this diff. > > **Overview** > Bumps the monorepo version to `993.0.0` and releases `@metamask/gator-permissions-controller` `4.2.0` (changelog finalized and package version updated). > > Updates `@metamask/signature-controller` to depend on `@metamask/gator-permissions-controller@^4.2.0` and records the bump in its changelog, with corresponding `yarn.lock` updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e1cb120. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 53b6881 commit 558518d

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

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

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+
## [4.2.0]
11+
1012
### Added
1113

1214
- Add `token-approval-revocation` execution permission type decoding ([#8823](https://github.com/MetaMask/core/pull/8823))
@@ -254,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
254256

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

257-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.1.2...HEAD
259+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.0...HEAD
260+
[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.1.2...@metamask/gator-permissions-controller@4.2.0
258261
[4.1.2]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.1.1...@metamask/gator-permissions-controller@4.1.2
259262
[4.1.1]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.1.0...@metamask/gator-permissions-controller@4.1.1
260263
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.0.0...@metamask/gator-permissions-controller@4.1.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": "4.1.2",
3+
"version": "4.2.0",
44
"description": "Controller for managing gator permissions with profile sync integration",
55
"keywords": [
66
"Ethereum",

packages/signature-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/gator-permissions-controller` from `^4.1.2` to `^4.2.0` ([#8855](https://github.com/MetaMask/core/pull/8855))
13+
1014
## [39.2.2]
1115

1216
### Changed

packages/signature-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@metamask/base-controller": "^9.1.0",
5959
"@metamask/controller-utils": "^12.1.0",
6060
"@metamask/eth-sig-util": "^8.2.0",
61-
"@metamask/gator-permissions-controller": "^4.1.2",
61+
"@metamask/gator-permissions-controller": "^4.2.0",
6262
"@metamask/keyring-controller": "^25.5.0",
6363
"@metamask/logging-controller": "^8.0.2",
6464
"@metamask/messenger": "^1.2.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,7 @@ __metadata:
41224122
languageName: unknown
41234123
linkType: soft
41244124

4125-
"@metamask/gator-permissions-controller@npm:^4.1.2, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller":
4125+
"@metamask/gator-permissions-controller@npm:^4.2.0, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller":
41264126
version: 0.0.0-use.local
41274127
resolution: "@metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller"
41284128
dependencies:
@@ -5430,7 +5430,7 @@ __metadata:
54305430
"@metamask/base-controller": "npm:^9.1.0"
54315431
"@metamask/controller-utils": "npm:^12.1.0"
54325432
"@metamask/eth-sig-util": "npm:^8.2.0"
5433-
"@metamask/gator-permissions-controller": "npm:^4.1.2"
5433+
"@metamask/gator-permissions-controller": "npm:^4.2.0"
54345434
"@metamask/keyring-controller": "npm:^25.5.0"
54355435
"@metamask/logging-controller": "npm:^8.0.2"
54365436
"@metamask/messenger": "npm:^1.2.0"

0 commit comments

Comments
 (0)