@metamask-previews/earn-controller 0.13.0-preview-6a340ce8 → 0.14.0-preview-f5bd9ba5
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.
- package/CHANGELOG.md +5 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.14.0]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
14
|
+
- **BREAKING:** bump `@metamask/accounts-controller` peer dependency to `^29.0.0` ([#5802](https://github.com/MetaMask/core/pull/5802))
|
12
15
|
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
|
13
16
|
|
14
17
|
## [0.13.0]
|
@@ -102,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
102
105
|
|
103
106
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
104
107
|
|
105
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.
|
108
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.14.0...HEAD
|
109
|
+
[0.14.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.13.0...@metamask/earn-controller@0.14.0
|
106
110
|
[0.13.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.12.0...@metamask/earn-controller@0.13.0
|
107
111
|
[0.12.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.11.0...@metamask/earn-controller@0.12.0
|
108
112
|
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.10.0...@metamask/earn-controller@0.11.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.14.0-preview-f5bd9ba5",
|
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",
|
@@ -53,10 +53,10 @@
|
|
53
53
|
"@metamask/stake-sdk": "^1.0.0"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
|
-
"@metamask/accounts-controller": "^
|
56
|
+
"@metamask/accounts-controller": "^29.0.0",
|
57
57
|
"@metamask/auto-changelog": "^3.4.4",
|
58
58
|
"@metamask/network-controller": "^23.4.0",
|
59
|
-
"@metamask/transaction-controller": "^
|
59
|
+
"@metamask/transaction-controller": "^56.0.0",
|
60
60
|
"@types/jest": "^27.4.1",
|
61
61
|
"deepmerge": "^4.2.2",
|
62
62
|
"jest": "^27.5.1",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"typescript": "~5.2.2"
|
67
67
|
},
|
68
68
|
"peerDependencies": {
|
69
|
-
"@metamask/accounts-controller": "^
|
69
|
+
"@metamask/accounts-controller": "^29.0.0",
|
70
70
|
"@metamask/network-controller": "^23.0.0"
|
71
71
|
},
|
72
72
|
"engines": {
|