Skip to content

Commit fa850c1

Browse files
authored
Release/769.0.0 (#7739)
## Explanation Release @metamask/[email protected] <!-- 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] > Publishes `@metamask/[email protected]` and updates dependent packages. > > - Release `[email protected]` (changelog: bump `@metamask/transaction-controller` to `^62.10.0`; fix `erc20-token-revocation` terms validation) > - Update `@metamask/signature-controller` to depend on `@metamask/gator-permissions-controller@^1.1.1` and reflect in changelog > - Bump monorepo version to `769.0.0` and refresh `yarn.lock` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f5935ce. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5e8de48 commit fa850c1

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
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": "768.0.0",
3+
"version": "769.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+
## [1.1.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/transaction-controller` from `^62.9.2` to `^62.10.0` ([#7737](https://github.com/MetaMask/core/pull/7737))
@@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142144

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

145-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
147+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
148+
[1.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
146149
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
147150
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
148151
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

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

packages/signature-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/keyring-controller` from `^25.0.0` to `^25.1.0` ([#7713](https://github.com/MetaMask/core/pull/7713))
13-
- Bump `@metamask/gator-permissions-controller` from `^1.0.0` to `^1.1.0` ([#7682](https://github.com/MetaMask/core/pull/7682))
13+
- Bump `@metamask/gator-permissions-controller` from `^1.0.0` to `^1.1.1` ([#7682](https://github.com/MetaMask/core/pull/7682), [#7739](https://github.com/MetaMask/core/pull/7739))
1414

1515
## [39.0.1]
1616

packages/signature-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@metamask/base-controller": "^9.0.0",
5454
"@metamask/controller-utils": "^11.18.0",
5555
"@metamask/eth-sig-util": "^8.2.0",
56-
"@metamask/gator-permissions-controller": "^1.1.0",
56+
"@metamask/gator-permissions-controller": "^1.1.1",
5757
"@metamask/keyring-controller": "^25.1.0",
5858
"@metamask/logging-controller": "^7.0.1",
5959
"@metamask/messenger": "^0.3.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,7 +3806,7 @@ __metadata:
38063806
languageName: unknown
38073807
linkType: soft
38083808

3809-
"@metamask/gator-permissions-controller@npm:^1.1.0, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller":
3809+
"@metamask/gator-permissions-controller@npm:^1.1.1, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller":
38103810
version: 0.0.0-use.local
38113811
resolution: "@metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller"
38123812
dependencies:
@@ -4860,7 +4860,7 @@ __metadata:
48604860
"@metamask/base-controller": "npm:^9.0.0"
48614861
"@metamask/controller-utils": "npm:^11.18.0"
48624862
"@metamask/eth-sig-util": "npm:^8.2.0"
4863-
"@metamask/gator-permissions-controller": "npm:^1.1.0"
4863+
"@metamask/gator-permissions-controller": "npm:^1.1.1"
48644864
"@metamask/keyring-controller": "npm:^25.1.0"
48654865
"@metamask/logging-controller": "npm:^7.0.1"
48664866
"@metamask/messenger": "npm:^0.3.0"

0 commit comments

Comments
 (0)