Skip to content

Commit 69e95b1

Browse files
Release 96.0.0 (#3583)
1 parent 6e10739 commit 69e95b1

File tree

3 files changed

+12
-3
lines changed

3 files changed

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

packages/transaction-controller/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [18.2.0]
10+
### Added
11+
- Add the `customNonceValue` property to the transaction metadata ([#3579](https://github.com/MetaMask/core/pull/3579))
12+
13+
### Changed
14+
- Update transaction metadata after approval if the approval result includes the `value.txMeta` property ([#3579](https://github.com/MetaMask/core/pull/3579))
15+
- Add `type` property to all incoming transactions ([#3579](https://github.com/MetaMask/core/pull/3579))
16+
917
## [18.1.0]
1018
### Added
1119
- Add `cancelMultiplier` and `speedUpMultiplier` constructor arguments to optionally override the default multipliers of `1.5` and `1.1` respectively ([#2678](https://github.com/MetaMask/core/pull/2678))
@@ -319,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
319327

320328
All changes listed after this point were applied to this package following the monorepo conversion.
321329

322-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
330+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
331+
[18.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
323332
[18.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
324333
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
325334
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/transaction-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/transaction-controller",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)