@metamask-previews/transaction-controller 35.1.0-preview-12fc043b → 35.1.1-preview-21d139ea

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [35.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Upgrade TypeScript version from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584))
15
+
16
+ ### Fixed
17
+
18
+ - Fix gaps in transaction validation and async error logging ([#4596](https://github.com/MetaMask/core/pull/4596))
19
+ - Upgrade `@metamask/nonce-tracker` from v5 to v6 ([#4591](https://github.com/MetaMask/core/pull/4591))
20
+
10
21
  ## [35.1.0]
11
22
 
12
23
  ### Added
@@ -948,7 +959,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
948
959
 
949
960
  All changes listed after this point were applied to this package following the monorepo conversion.
950
961
 
951
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.1.0...HEAD
962
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.1.1...HEAD
963
+ [35.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.1.0...@metamask/transaction-controller@35.1.1
952
964
  [35.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.0.1...@metamask/transaction-controller@35.1.0
953
965
  [35.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.0.0...@metamask/transaction-controller@35.0.1
954
966
  [35.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@34.0.0...@metamask/transaction-controller@35.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "35.1.0-preview-12fc043b",
3
+ "version": "35.1.1-preview-21d139ea",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -66,7 +66,7 @@
66
66
  "@metamask/accounts-controller": "^18.0.0",
67
67
  "@metamask/approval-controller": "^7.0.2",
68
68
  "@metamask/auto-changelog": "^3.4.4",
69
- "@metamask/eth-json-rpc-provider": "^4.1.2",
69
+ "@metamask/eth-json-rpc-provider": "^4.1.3",
70
70
  "@metamask/ethjs-provider-http": "^0.3.0",
71
71
  "@metamask/gas-fee-controller": "^19.0.1",
72
72
  "@metamask/keyring-api": "^8.1.0",