@metamask-previews/transaction-controller 62.9.2-preview-3fd5e61f → 62.10.0-preview-e09bf49f

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 +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [62.10.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add support for enhanced transaction history retrieval via WebSocket events ([#7689](https://github.com/MetaMask/core/pull/7689))
@@ -2104,7 +2106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2104
2106
 
2105
2107
  All changes listed after this point were applied to this package following the monorepo conversion.
2106
2108
 
2107
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.2...HEAD
2109
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.10.0...HEAD
2110
+ [62.10.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.2...@metamask/transaction-controller@62.10.0
2108
2111
  [62.9.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.1...@metamask/transaction-controller@62.9.2
2109
2112
  [62.9.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.0...@metamask/transaction-controller@62.9.1
2110
2113
  [62.9.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.8.0...@metamask/transaction-controller@62.9.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "62.9.2-preview-3fd5e61f",
3
+ "version": "62.10.0-preview-e09bf49f",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",