@metamask/earn-controller 1.1.0 → 1.1.1

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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/stake-sdk` to `^3.2.1` ([#5972](https://github.com/MetaMask/core/pull/5972))
15
+ - Bump `@metamask/transaction-controller` to `^57.3.0` ([#5954](https://github.com/MetaMask/core/pull/5954))
16
+
10
17
  ## [1.1.0]
11
18
 
12
19
  ### Changed
@@ -196,7 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196
203
 
197
204
  - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
198
205
 
199
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.1.0...HEAD
206
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.1.1...HEAD
207
+ [1.1.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.1.0...@metamask/earn-controller@1.1.1
200
208
  [1.1.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.0.0...@metamask/earn-controller@1.1.0
201
209
  [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.15.0...@metamask/earn-controller@1.0.0
202
210
  [0.15.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.14.0...@metamask/earn-controller@0.15.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/earn-controller",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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",
@@ -51,14 +51,14 @@
51
51
  "@ethersproject/providers": "^5.7.0",
52
52
  "@metamask/base-controller": "^8.0.1",
53
53
  "@metamask/controller-utils": "^11.10.0",
54
- "@metamask/stake-sdk": "^3.2.0",
54
+ "@metamask/stake-sdk": "^3.2.1",
55
55
  "reselect": "^5.1.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@metamask/accounts-controller": "^30.0.0",
59
59
  "@metamask/auto-changelog": "^3.4.4",
60
60
  "@metamask/network-controller": "^23.6.0",
61
- "@metamask/transaction-controller": "^57.2.0",
61
+ "@metamask/transaction-controller": "^57.3.0",
62
62
  "@types/jest": "^27.4.1",
63
63
  "deepmerge": "^4.2.2",
64
64
  "jest": "^27.5.1",