@metamask/money-account-upgrade-controller 2.0.2 → 2.0.4

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 +19 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.4]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/delegation-controller` from `^3.0.1` to `^3.0.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
15
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
16
+
17
+ ## [2.0.3]
18
+
19
+ ### Changed
20
+
21
+ - Bump `@metamask/delegation-core` from `^2.0.0` to `^2.2.1` ([#8823](https://github.com/MetaMask/core/pull/8823))
22
+ - Bump `@metamask/delegation-deployments` from `^1.3.0` to `^1.4.0` ([#8823](https://github.com/MetaMask/core/pull/8823))
23
+ - Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
24
+ - Bump `@metamask/delegation-controller` from `^3.0.0` to `^3.0.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
25
+
10
26
  ## [2.0.2]
11
27
 
12
28
  ### Changed
@@ -91,7 +107,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
107
 
92
108
  - Add `MoneyAccountUpgradeController` with `upgradeAccount` method ([#8426](https://github.com/MetaMask/core/pull/8426))
93
109
 
94
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.2...HEAD
110
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.4...HEAD
111
+ [2.0.4]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.3...@metamask/money-account-upgrade-controller@2.0.4
112
+ [2.0.3]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.2...@metamask/money-account-upgrade-controller@2.0.3
95
113
  [2.0.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.1...@metamask/money-account-upgrade-controller@2.0.2
96
114
  [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.0...@metamask/money-account-upgrade-controller@2.0.1
97
115
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.3.2...@metamask/money-account-upgrade-controller@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/money-account-upgrade-controller",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "MetaMask Money account upgrade controller",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,10 +56,10 @@
56
56
  "@metamask/authenticated-user-storage": "^2.0.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/chomp-api-service": "^3.1.0",
59
- "@metamask/delegation-controller": "^3.0.0",
60
- "@metamask/delegation-core": "^2.0.0",
61
- "@metamask/delegation-deployments": "^1.3.0",
62
- "@metamask/keyring-controller": "^25.5.0",
59
+ "@metamask/delegation-controller": "^3.0.2",
60
+ "@metamask/delegation-core": "^2.2.1",
61
+ "@metamask/delegation-deployments": "^1.4.0",
62
+ "@metamask/keyring-controller": "^27.0.0",
63
63
  "@metamask/messenger": "^1.2.0",
64
64
  "@metamask/network-controller": "^32.0.0",
65
65
  "@metamask/utils": "^11.9.0"