@metamask-previews/subscription-controller 9.0.0-preview-ff6e6f34a → 9.0.1-preview-b3db565c8

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
+ ## [9.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/profile-sync-controller` from `^31.0.0` to `^32.0.0` ([#10166](https://github.com/MetaMask/core/pull/10166))
15
+
10
16
  ## [9.0.0]
11
17
 
12
18
  ### Changed
@@ -483,7 +489,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
483
489
  - 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))
484
490
  - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
485
491
 
486
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@9.0.0...HEAD
492
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@9.0.1...HEAD
493
+ [9.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@9.0.0...@metamask/subscription-controller@9.0.1
487
494
  [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.1.0...@metamask/subscription-controller@9.0.0
488
495
  [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.1...@metamask/subscription-controller@8.1.0
489
496
  [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...@metamask/subscription-controller@8.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "9.0.0-preview-ff6e6f34a",
3
+ "version": "9.0.1-preview-b3db565c8",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,7 +55,7 @@
55
55
  "@metamask/controller-utils": "^13.0.0",
56
56
  "@metamask/messenger": "^3.0.0",
57
57
  "@metamask/polling-controller": "^17.0.0",
58
- "@metamask/profile-sync-controller": "^31.0.0",
58
+ "@metamask/profile-sync-controller": "^32.0.0",
59
59
  "@metamask/superstruct": "^3.4.1",
60
60
  "@metamask/transaction-controller": "^70.0.0",
61
61
  "@metamask/utils": "^11.12.0",