@metamask-previews/earn-controller 7.0.0-preview-f059664 → 8.0.0-preview-5a701133

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6555](https://github.com/MetaMask/core/pull/6555))
13
15
 
14
16
  ### Changed
15
17
 
18
+ - **BREAKING:** Bump peer dependency `@metamask/account-tree-controller` from `^0.12.1` to `^1.0.0` ([#6652](https://github.com/MetaMask/core/pull/6652), [#6676](https://github.com/MetaMask/core/pull/6676))
16
19
  - 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))
17
20
  - Bump `@metamask/base-controller` from `^8.2.0` to `^8.4.0` ([#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632))
18
21
  - Bump `@metamask/keyring-api` from `^20.1.0` to `^21.0.0` ([#6560](https://github.com/MetaMask/core/pull/6560))
@@ -283,7 +286,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283
286
 
284
287
  - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
285
288
 
286
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@7.0.0...HEAD
289
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.0...HEAD
290
+ [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@7.0.0...@metamask/earn-controller@8.0.0
287
291
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@6.0.0...@metamask/earn-controller@7.0.0
288
292
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@5.0.0...@metamask/earn-controller@6.0.0
289
293
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@4.0.0...@metamask/earn-controller@5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/earn-controller",
3
- "version": "7.0.0-preview-f059664",
3
+ "version": "8.0.0-preview-5a701133",
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",
@@ -56,7 +56,7 @@
56
56
  "reselect": "^5.1.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@metamask/account-tree-controller": "^0.18.0",
59
+ "@metamask/account-tree-controller": "^1.0.0",
60
60
  "@metamask/auto-changelog": "^3.4.4",
61
61
  "@metamask/network-controller": "^24.1.0",
62
62
  "@metamask/transaction-controller": "^60.4.0",
@@ -69,7 +69,7 @@
69
69
  "typescript": "~5.2.2"
70
70
  },
71
71
  "peerDependencies": {
72
- "@metamask/account-tree-controller": "^0.12.1",
72
+ "@metamask/account-tree-controller": "^1.0.0",
73
73
  "@metamask/network-controller": "^24.0.0"
74
74
  },
75
75
  "engines": {