@metamask-previews/user-operation-controller 20.0.1-preview-16ba2ba → 21.0.0-preview-5eef594d

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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [21.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/transaction-controller` peer dependency from `^41.1.0` to `^42.0.0` ([#5032](https://github.com/MetaMask/core/pull/5032))
15
+ - Bump `@metamask/eth-block-tracker` from to `^11.0.2` to `^11.0.3` ([#5025](https://github.com/MetaMask/core/pull/5025))
16
+
10
17
  ## [20.0.1]
11
18
 
12
19
  ### Changed
@@ -300,7 +307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300
307
 
301
308
  - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
302
309
 
303
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@20.0.1...HEAD
310
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@21.0.0...HEAD
311
+ [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@20.0.1...@metamask/user-operation-controller@21.0.0
304
312
  [20.0.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@20.0.0...@metamask/user-operation-controller@20.0.1
305
313
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@19.0.0...@metamask/user-operation-controller@20.0.0
306
314
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@18.0.0...@metamask/user-operation-controller@19.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "20.0.1-preview-16ba2ba",
3
+ "version": "21.0.0-preview-5eef594d",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -67,7 +67,7 @@
67
67
  "@metamask/gas-fee-controller": "^22.0.2",
68
68
  "@metamask/keyring-controller": "^19.0.1",
69
69
  "@metamask/network-controller": "^22.1.0",
70
- "@metamask/transaction-controller": "^41.1.0",
70
+ "@metamask/transaction-controller": "^42.0.0",
71
71
  "@types/jest": "^27.4.1",
72
72
  "deepmerge": "^4.2.2",
73
73
  "jest": "^27.5.1",
@@ -82,7 +82,7 @@
82
82
  "@metamask/gas-fee-controller": "^22.0.0",
83
83
  "@metamask/keyring-controller": "^19.0.0",
84
84
  "@metamask/network-controller": "^22.0.0",
85
- "@metamask/transaction-controller": "^41.0.0"
85
+ "@metamask/transaction-controller": "^42.0.0"
86
86
  },
87
87
  "engines": {
88
88
  "node": "^18.18 || >=20"