@metamask-previews/subscription-controller 8.0.1-preview-b123e43e2 → 8.1.0-preview-b5b17a6c3

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 +6 -2
  2. package/package.json +3 -3
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
+ ## [8.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `selectIsActiveSubscriber` to check whether a product has an active, trialing, or provisional subscription. ([#10017](https://github.com/MetaMask/core/pull/10017))
@@ -18,9 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
20
 
19
21
  ### Changed
20
22
 
21
- - Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080))
23
+ - Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.1` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124))
22
24
  - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076))
23
25
  - Add `fast-deep-equal` `^3.1.3` as a dependency.
26
+ - Bump `@metamask/profile-sync-controller` from `^29.0.0` to `^30.0.0` ([#10139](https://github.com/MetaMask/core/pull/10139))
24
27
 
25
28
  ## [8.0.1]
26
29
 
@@ -463,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
463
466
  - 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))
464
467
  - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
465
468
 
466
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.1...HEAD
469
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.1.0...HEAD
470
+ [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.1...@metamask/subscription-controller@8.1.0
467
471
  [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...@metamask/subscription-controller@8.0.1
468
472
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...@metamask/subscription-controller@8.0.0
469
473
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.2...@metamask/subscription-controller@7.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "8.0.1-preview-b123e43e2",
3
+ "version": "8.1.0-preview-b5b17a6c3",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,9 +60,9 @@
60
60
  "@metamask/controller-utils": "^12.3.0",
61
61
  "@metamask/messenger": "^2.0.0",
62
62
  "@metamask/polling-controller": "^16.0.9",
63
- "@metamask/profile-sync-controller": "^29.0.0",
63
+ "@metamask/profile-sync-controller": "^30.0.0",
64
64
  "@metamask/superstruct": "^3.4.1",
65
- "@metamask/transaction-controller": "^69.8.0",
65
+ "@metamask/transaction-controller": "^69.8.1",
66
66
  "@metamask/utils": "^11.12.0",
67
67
  "@tanstack/query-core": "^5.62.16",
68
68
  "bignumber.js": "^9.1.2",