@metamask-previews/accounts-controller 39.0.0-preview-e4acb70 → 39.0.1-preview-2bb03d4

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [39.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
15
+
10
16
  ## [39.0.0]
11
17
 
12
18
  ### Changed
@@ -813,7 +819,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
813
819
 
814
820
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
815
821
 
816
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...HEAD
822
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...HEAD
823
+ [39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
817
824
  [39.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.2...@metamask/accounts-controller@39.0.0
818
825
  [38.1.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.1...@metamask/accounts-controller@38.1.2
819
826
  [38.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.0...@metamask/accounts-controller@38.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "39.0.0-preview-e4acb70",
3
+ "version": "39.0.1-preview-2bb03d4",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,7 +57,7 @@
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/eth-snap-keyring": "^22.0.1",
59
59
  "@metamask/keyring-api": "^23.1.0",
60
- "@metamask/keyring-controller": "^26.0.0",
60
+ "@metamask/keyring-controller": "^27.0.0",
61
61
  "@metamask/keyring-internal-api": "^11.0.1",
62
62
  "@metamask/keyring-sdk": "^2.1.1",
63
63
  "@metamask/keyring-utils": "^3.2.1",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@metamask/auto-changelog": "^6.1.0",
76
- "@metamask/controller-utils": "^12.1.0",
76
+ "@metamask/controller-utils": "^12.1.1",
77
77
  "@metamask/providers": "^22.1.0",
78
78
  "@ts-bridge/cli": "^0.6.4",
79
79
  "@types/jest": "^29.5.14",