Skip to content

Commit a82df88

Browse files
Revert "Release 257.0.0 (#4969)"
This reverts commit 704d3ce.
1 parent 216374b commit a82df88

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "257.0.0",
3+
"version": "256.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/transaction-controller/CHANGELOG.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [40.1.0]
11-
12-
### Added
13-
14-
- Add `firstTimeInteraction` to transaction meta ([#4895](https://github.com/MetaMask/core/pull/4895))
15-
- This is a boolean value that indicates whether the transaction is the first time the user has interacted with it.
16-
- Add `isFirstTimeInteractionEnabled` callback constructor option ([#4895](https://github.com/MetaMask/core/pull/4895))
17-
- This is a function that returns a boolean value indicating whether the first time interaction check should be enabled.
18-
1910
## [40.0.0]
2011

2112
### Changed
@@ -1142,8 +1133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11421133
11431134
All changes listed after this point were applied to this package following the monorepo conversion.
11441135
1145-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1146-
[40.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
1136+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
11471137
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
11481138
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
11491139
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/transaction-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/transaction-controller",
3-
"version": "40.1.0",
3+
"version": "40.0.0",
44
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
55
"keywords": [
66
"MetaMask",

packages/user-operation-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@metamask/gas-fee-controller": "^22.0.1",
6767
"@metamask/keyring-controller": "^19.0.0",
6868
"@metamask/network-controller": "^22.0.2",
69-
"@metamask/transaction-controller": "^40.1.0",
69+
"@metamask/transaction-controller": "^40.0.0",
7070
"@types/jest": "^27.4.1",
7171
"deepmerge": "^4.2.2",
7272
"jest": "^27.5.1",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3664,7 +3664,7 @@ __metadata:
36643664
languageName: node
36653665
linkType: hard
36663666

3667-
"@metamask/transaction-controller@npm:^40.1.0, @metamask/transaction-controller@workspace:packages/transaction-controller":
3667+
"@metamask/transaction-controller@npm:^40.0.0, @metamask/transaction-controller@workspace:packages/transaction-controller":
36683668
version: 0.0.0-use.local
36693669
resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller"
36703670
dependencies:
@@ -3731,7 +3731,7 @@ __metadata:
37313731
"@metamask/polling-controller": "npm:^12.0.1"
37323732
"@metamask/rpc-errors": "npm:^7.0.1"
37333733
"@metamask/superstruct": "npm:^3.1.0"
3734-
"@metamask/transaction-controller": "npm:^40.1.0"
3734+
"@metamask/transaction-controller": "npm:^40.0.0"
37353735
"@metamask/utils": "npm:^10.0.0"
37363736
"@types/jest": "npm:^27.4.1"
37373737
bn.js: "npm:^5.2.1"

0 commit comments

Comments
 (0)