@metamask-previews/earn-controller 12.2.2-preview-a42e8d0d2 → 12.2.3-preview-d2f661012
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 +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
|
+
## [12.2.3]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/transaction-controller` from `^69.1.0` to `^69.3.0` ([#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693))
|
|
13
15
|
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
14
16
|
- Bump `@metamask/keyring-api` from `^23.3.0` to `^23.7.0` ([#9390](https://github.com/MetaMask/core/pull/9390), [#9676](https://github.com/MetaMask/core/pull/9676))
|
|
15
17
|
- Bump `@metamask/account-tree-controller` from `^7.5.3` to `^7.5.5` ([#9429](https://github.com/MetaMask/core/pull/9429), [#9470](https://github.com/MetaMask/core/pull/9470))
|
|
18
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
16
19
|
|
|
17
20
|
## [12.2.2]
|
|
18
21
|
|
|
@@ -481,7 +484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
481
484
|
|
|
482
485
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
483
486
|
|
|
484
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.
|
|
487
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.3...HEAD
|
|
488
|
+
[12.2.3]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.2...@metamask/earn-controller@12.2.3
|
|
485
489
|
[12.2.2]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.1...@metamask/earn-controller@12.2.2
|
|
486
490
|
[12.2.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.0...@metamask/earn-controller@12.2.1
|
|
487
491
|
[12.2.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.1.2...@metamask/earn-controller@12.2.0
|
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.3-preview-d2f661012",
|
|
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",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"@metamask/controller-utils": "^12.3.0",
|
|
63
63
|
"@metamask/keyring-api": "^23.7.0",
|
|
64
64
|
"@metamask/messenger": "^2.0.0",
|
|
65
|
-
"@metamask/network-controller": "^
|
|
65
|
+
"@metamask/network-controller": "^35.0.0",
|
|
66
66
|
"@metamask/stake-sdk": "^3.2.1",
|
|
67
67
|
"reselect": "^5.1.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@metamask/auto-changelog": "^6.1.0",
|
|
71
|
-
"@metamask/transaction-controller": "^69.
|
|
71
|
+
"@metamask/transaction-controller": "^69.4.0",
|
|
72
72
|
"@ts-bridge/cli": "^0.6.4",
|
|
73
73
|
"@types/jest": "^30.0.0",
|
|
74
74
|
"deepmerge": "^4.2.2",
|