@metamask-previews/earn-controller 12.2.4-preview-4e64b66e8 → 12.2.5-preview-7585e3a
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 +8 -1
- 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
|
+
## [12.2.5]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/account-tree-controller` from `^7.6.1` to `^8.0.0` ([#9886](https://github.com/MetaMask/core/pull/9886))
|
|
15
|
+
|
|
10
16
|
### Fixed
|
|
11
17
|
|
|
12
18
|
- Avoid duplicate `refreshEarnEligibility`/`refreshPooledStakes`/`refreshLendingPositions` calls when `AccountTreeController:selectedAccountGroupChange` fires with an address that was already just refreshed (e.g. immediately after `init()` during startup hydration) ([#9804](https://github.com/MetaMask/core/pull/9804))
|
|
@@ -497,7 +503,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
497
503
|
|
|
498
504
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
499
505
|
|
|
500
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.
|
|
506
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.5...HEAD
|
|
507
|
+
[12.2.5]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.4...@metamask/earn-controller@12.2.5
|
|
501
508
|
[12.2.4]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.3...@metamask/earn-controller@12.2.4
|
|
502
509
|
[12.2.3]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.2...@metamask/earn-controller@12.2.3
|
|
503
510
|
[12.2.2]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.1...@metamask/earn-controller@12.2.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.5-preview-7585e3a",
|
|
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
|
"Ethereum",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@ethersproject/bignumber": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
|
-
"@metamask/account-tree-controller": "^
|
|
60
|
+
"@metamask/account-tree-controller": "^8.0.0",
|
|
61
61
|
"@metamask/base-controller": "^9.1.0",
|
|
62
62
|
"@metamask/controller-utils": "^12.3.0",
|
|
63
63
|
"@metamask/keyring-api": "^24.0.0",
|