@metamask/accounts-controller 39.0.4 → 39.0.5

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [39.0.5]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
15
+ - Bump `@metamask/eth-snap-keyring` from `^22.3.0` to `^23.0.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
16
+ - Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
17
+
10
18
  ## [39.0.4]
11
19
 
12
20
  ### Changed
@@ -847,7 +855,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
847
855
 
848
856
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
849
857
 
850
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...HEAD
858
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.5...HEAD
859
+ [39.0.5]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...@metamask/accounts-controller@39.0.5
851
860
  [39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
852
861
  [39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
853
862
  [39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/accounts-controller",
3
- "version": "39.0.4",
3
+ "version": "39.0.5",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,13 +55,13 @@
55
55
  "dependencies": {
56
56
  "@ethereumjs/util": "^9.1.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
- "@metamask/eth-snap-keyring": "^22.3.0",
59
- "@metamask/keyring-api": "^23.3.0",
58
+ "@metamask/eth-snap-keyring": "^23.0.0",
59
+ "@metamask/keyring-api": "^23.5.0",
60
60
  "@metamask/keyring-controller": "^27.1.0",
61
61
  "@metamask/keyring-internal-api": "^11.0.1",
62
62
  "@metamask/keyring-sdk": "^2.2.0",
63
63
  "@metamask/keyring-utils": "^3.3.1",
64
- "@metamask/messenger": "^1.2.0",
64
+ "@metamask/messenger": "^2.0.0",
65
65
  "@metamask/network-controller": "^34.0.0",
66
66
  "@metamask/superstruct": "^3.1.0",
67
67
  "@metamask/utils": "^11.11.0",