@metamask-previews/subscription-controller 5.2.0-preview-1df1e6fb → 5.2.0-preview-94803db

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - Added new method, `linkRewards` to link rewards to the existing subscription. ([#7283](https://github.com/MetaMask/core/pull/7283))
13
13
  - Added an optional param, `rewardSubscriptionId` to start subscription requests to opt in to rewards together with the main subscription. ([#7283](https://github.com/MetaMask/core/pull/7283))
14
14
 
15
+ ### Changed
16
+
17
+ - Bump `@metamask/transaction-controller` from `^62.3.1` to `^62.4.0` ([#7289](https://github.com/MetaMask/core/pull/7289))
18
+
15
19
  ## [5.2.0]
16
20
 
17
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "5.2.0-preview-1df1e6fb",
3
+ "version": "5.2.0-preview-94803db",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,7 +53,7 @@
53
53
  "@metamask/messenger": "^0.3.0",
54
54
  "@metamask/polling-controller": "^16.0.0",
55
55
  "@metamask/profile-sync-controller": "^27.0.0",
56
- "@metamask/transaction-controller": "^62.3.1",
56
+ "@metamask/transaction-controller": "^62.4.0",
57
57
  "@metamask/utils": "^11.8.1",
58
58
  "bignumber.js": "^9.1.2"
59
59
  },