@metamask-previews/earn-controller 11.0.0-preview-c72fc191 → 11.1.0-preview-a4747b2b

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 +6 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add Tron staking APY support with `tron_staking` state, methods, and selectors ([#7448](https://github.com/MetaMask/core/pull/7448))
13
15
 
14
16
  ### Changed
15
17
 
16
- - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7604](https://github.com/MetaMask/core/pull/7604))
18
+ - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642))
17
19
  - The dependencies moved are:
18
20
  - `@metamask/account-tree-controller` (^4.0.0)
19
- - `@metamask/network-controller` (^28.0.0)
21
+ - `@metamask/network-controller` (^29.0.0)
20
22
  - In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
21
23
  - For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
22
24
  - Note, however, that the versions specified in the client's `package.json` always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.
@@ -342,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342
344
 
343
345
  - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
344
346
 
345
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.0.0...HEAD
347
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.0...HEAD
348
+ [11.1.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.0.0...@metamask/earn-controller@11.1.0
346
349
  [11.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@10.0.0...@metamask/earn-controller@11.0.0
347
350
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@9.0.0...@metamask/earn-controller@10.0.0
348
351
  [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.2...@metamask/earn-controller@9.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/earn-controller",
3
- "version": "11.0.0-preview-c72fc191",
3
+ "version": "11.1.0-preview-a4747b2b",
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",
@@ -55,13 +55,13 @@
55
55
  "@metamask/controller-utils": "^11.18.0",
56
56
  "@metamask/keyring-api": "^21.0.0",
57
57
  "@metamask/messenger": "^0.3.0",
58
- "@metamask/network-controller": "^28.0.0",
58
+ "@metamask/network-controller": "^29.0.0",
59
59
  "@metamask/stake-sdk": "^3.2.1",
60
60
  "reselect": "^5.1.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
- "@metamask/transaction-controller": "^62.9.1",
64
+ "@metamask/transaction-controller": "^62.9.2",
65
65
  "@ts-bridge/cli": "^0.6.4",
66
66
  "@types/jest": "^27.4.1",
67
67
  "deepmerge": "^4.2.2",