Skip to content

Commit 11952c5

Browse files
OGPoyrazmcmire
authored andcommitted
Release 257.0.0
1 parent a82df88 commit 11952c5

File tree

5 files changed

+16
-6
lines changed

5 files changed

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

packages/transaction-controller/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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+
1019
## [40.0.0]
1120

1221
### Changed
@@ -1133,7 +1142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11331142
11341143
All changes listed after this point were applied to this package following the monorepo conversion.
11351144
1136-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
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]
11371147
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
11381148
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
11391149
[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.0.0",
3+
"version": "40.1.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.0.0",
69+
"@metamask/transaction-controller": "^40.1.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.0.0, @metamask/transaction-controller@workspace:packages/transaction-controller":
3667+
"@metamask/transaction-controller@npm:^40.1.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.0.0"
3734+
"@metamask/transaction-controller": "npm:^40.1.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)