@metamask-previews/subscription-controller 6.0.1-preview-6cb7e4bcf → 6.0.2-preview-3685bfb

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 +2 -2
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
+ ## [6.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/transaction-controller` from `^62.21.0` to `^63.0.0` ([#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
15
+
10
16
  ## [6.0.1]
11
17
 
12
18
  ### Changed
@@ -302,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
302
308
  - Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
303
309
  - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
304
310
 
305
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.1...HEAD
311
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.2...HEAD
312
+ [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.1...@metamask/subscription-controller@6.0.2
306
313
  [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.0...@metamask/subscription-controller@6.0.1
307
314
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@5.4.2...@metamask/subscription-controller@6.0.0
308
315
  [5.4.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@5.4.1...@metamask/subscription-controller@5.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "6.0.1-preview-6cb7e4bcf",
3
+ "version": "6.0.2-preview-3685bfb",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,7 +52,7 @@
52
52
  "@metamask/messenger": "^0.3.0",
53
53
  "@metamask/polling-controller": "^16.0.3",
54
54
  "@metamask/profile-sync-controller": "^28.0.0",
55
- "@metamask/transaction-controller": "^62.21.0",
55
+ "@metamask/transaction-controller": "^63.0.0",
56
56
  "@metamask/utils": "^11.9.0",
57
57
  "bignumber.js": "^9.1.2"
58
58
  },