Skip to content

Commit f3dadbe

Browse files
Release 698.0.0 (#7257)
Minor release of `@metamask/transaction-pay-controller`. Patch release of `@metamask/transaction-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes `@metamask/[email protected]` and patches `@metamask/[email protected]`, updating dependents to `^62.3.1` and bumping monorepo to `698.0.0`. > > - **Transaction Controller (`@metamask/[email protected]`)** > - Fix: fail required transactions on init for approved/signed txs; include `isExternalSign` when fetching gas fee tokens. > - **Transaction Pay Controller (`@metamask/[email protected]`)** > - Added: `relayDisabledGasStationChains` feature flag to disable gas station per source chain (Relay strategy). > - Dependency bumps: `@metamask/assets-controllers@^92`, `@metamask/bridge(-status)-controller@^63.2.0/^63.1.0`, `@metamask/transaction-controller@^62.3.1`. > - **Ecosystem updates** > - Bump `@metamask/transaction-controller` dependency to `^62.3.1` across packages (`assets-controllers`, `bridge-controller`, `bridge-status-controller`, `eip-5792-middleware`, `gator-permissions-controller`, `network-enablement-controller`, `phishing-controller`, `shield-controller`, `subscription-controller`, `user-operation-controller`, etc.). > - Root `package.json` version -> `698.0.0`; `yarn.lock` updated. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3530f32. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9e773c7 commit f3dadbe

File tree

27 files changed

+62
-39
lines changed

27 files changed

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

packages/assets-controllers/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/transaction-controller` from `^62.3.0` to `^62.3.1` ([#7257](https://github.com/MetaMask/core/pull/7257))
13+
1014
## [92.0.0]
1115

1216
### Added

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@metamask/snaps-controllers": "^14.0.1",
7979
"@metamask/snaps-sdk": "^9.0.0",
8080
"@metamask/snaps-utils": "^11.0.0",
81-
"@metamask/transaction-controller": "^62.3.0",
81+
"@metamask/transaction-controller": "^62.3.1",
8282
"@metamask/utils": "^11.8.1",
8383
"@types/bn.js": "^5.1.5",
8484
"@types/uuid": "^8.3.0",

packages/bridge-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/transaction-controller` from `^62.3.0` to `^62.3.1` ([#7257](https://github.com/MetaMask/core/pull/7257))
1213
- Bump `@metamask/assets-controllers` from `^91.0.0` to `^92.0.0` ([#7253](https://github.com/MetaMask/core/pull/7253))
1314

1415
### Fixed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@metamask/polling-controller": "^16.0.0",
6767
"@metamask/remote-feature-flag-controller": "^2.0.1",
6868
"@metamask/snaps-controllers": "^14.0.1",
69-
"@metamask/transaction-controller": "^62.3.0",
69+
"@metamask/transaction-controller": "^62.3.1",
7070
"@metamask/utils": "^11.8.1",
7171
"bignumber.js": "^9.1.2",
7272
"reselect": "^5.1.1",

packages/bridge-status-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/transaction-controller` from `^62.3.0` to `^62.3.1` ([#7257](https://github.com/MetaMask/core/pull/7257))
13+
1014
## [63.1.0]
1115

1216
### Changed

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/polling-controller": "^16.0.0",
5858
"@metamask/snaps-controllers": "^14.0.1",
5959
"@metamask/superstruct": "^3.1.0",
60-
"@metamask/transaction-controller": "^62.3.0",
60+
"@metamask/transaction-controller": "^62.3.1",
6161
"@metamask/utils": "^11.8.1",
6262
"bignumber.js": "^9.1.2",
6363
"uuid": "^8.3.2"

packages/earn-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@metamask/auto-changelog": "^3.4.4",
64-
"@metamask/transaction-controller": "^62.3.0",
64+
"@metamask/transaction-controller": "^62.3.1",
6565
"@ts-bridge/cli": "^0.6.4",
6666
"@types/jest": "^27.4.1",
6767
"deepmerge": "^4.2.2",

packages/eip-5792-middleware/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/transaction-controller` from `^61.3.0` to `^62.3.0` ([#7007](https://github.com/MetaMask/core/pull/7007), [#7126](https://github.com/MetaMask/core/pull/7126), [#7153](https://github.com/MetaMask/core/pull/7153), [#7202](https://github.com/MetaMask/core/pull/7202), [#7215](https://github.com/MetaMask/core/pull/7202), [#7220](https://github.com/MetaMask/core/pull/7220), [#7236](https://github.com/MetaMask/core/pull/7236))
12+
- Bump `@metamask/transaction-controller` from `^61.3.0` to `^62.3.1` ([#7007](https://github.com/MetaMask/core/pull/7007), [#7126](https://github.com/MetaMask/core/pull/7126), [#7153](https://github.com/MetaMask/core/pull/7153), [#7202](https://github.com/MetaMask/core/pull/7202), [#7215](https://github.com/MetaMask/core/pull/7202), [#7220](https://github.com/MetaMask/core/pull/7220), [#7236](https://github.com/MetaMask/core/pull/7236), [#7257](https://github.com/MetaMask/core/pull/7257))
1313

1414
## [2.0.0]
1515

packages/eip-5792-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@metamask/messenger": "^0.3.0",
5252
"@metamask/superstruct": "^3.1.0",
53-
"@metamask/transaction-controller": "^62.3.0",
53+
"@metamask/transaction-controller": "^62.3.1",
5454
"@metamask/utils": "^11.8.1",
5555
"lodash": "^4.17.21",
5656
"uuid": "^8.3.2"

0 commit comments

Comments
 (0)