@metamask-previews/user-operation-controller 19.0.0-preview-09dff6fd → 20.0.0-preview-aef155f6

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [20.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/transaction-controller` peer dependency from `^40.1.0` to `^41.0.0` ([#4982](https://github.com/MetaMask/core/pull/4982))
15
+
10
16
  ## [19.0.0]
11
17
 
12
18
  ### Changed
@@ -275,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
275
281
 
276
282
  - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
277
283
 
278
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@19.0.0...HEAD
284
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@20.0.0...HEAD
285
+ [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@19.0.0...@metamask/user-operation-controller@20.0.0
279
286
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@18.0.0...@metamask/user-operation-controller@19.0.0
280
287
  [18.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@17.0.0...@metamask/user-operation-controller@18.0.0
281
288
  [17.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@16.0.0...@metamask/user-operation-controller@17.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "19.0.0-preview-09dff6fd",
3
+ "version": "20.0.0-preview-aef155f6",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -66,7 +66,7 @@
66
66
  "@metamask/gas-fee-controller": "^22.0.1",
67
67
  "@metamask/keyring-controller": "^19.0.0",
68
68
  "@metamask/network-controller": "^22.0.2",
69
- "@metamask/transaction-controller": "^40.1.0",
69
+ "@metamask/transaction-controller": "^41.0.0",
70
70
  "@types/jest": "^27.4.1",
71
71
  "deepmerge": "^4.2.2",
72
72
  "jest": "^27.5.1",
@@ -80,7 +80,7 @@
80
80
  "@metamask/gas-fee-controller": "^22.0.0",
81
81
  "@metamask/keyring-controller": "^19.0.0",
82
82
  "@metamask/network-controller": "^22.0.0",
83
- "@metamask/transaction-controller": "^40.0.0"
83
+ "@metamask/transaction-controller": "^41.0.0"
84
84
  },
85
85
  "engines": {
86
86
  "node": "^18.18 || >=20"