@metamask/earn-controller 11.2.0 → 11.2.1

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
+ ## [11.2.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/account-tree-controller` from `^6.0.0` to `^7.0.0` ([#8325](https://github.com/MetaMask/core/pull/8325))
15
+
10
16
  ## [11.2.0]
11
17
 
12
18
  ### Added
@@ -397,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397
403
 
398
404
  - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
399
405
 
400
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.0...HEAD
406
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.1...HEAD
407
+ [11.2.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.0...@metamask/earn-controller@11.2.1
401
408
  [11.2.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.2...@metamask/earn-controller@11.2.0
402
409
  [11.1.2]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.1...@metamask/earn-controller@11.1.2
403
410
  [11.1.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.0...@metamask/earn-controller@11.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/earn-controller",
3
- "version": "11.2.0",
3
+ "version": "11.2.1",
4
4
  "description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@ethersproject/bignumber": "^5.7.0",
52
52
  "@ethersproject/providers": "^5.7.0",
53
- "@metamask/account-tree-controller": "^6.0.0",
53
+ "@metamask/account-tree-controller": "^7.0.0",
54
54
  "@metamask/base-controller": "^9.0.1",
55
55
  "@metamask/controller-utils": "^11.19.0",
56
56
  "@metamask/keyring-api": "^21.6.0",