@metamask-previews/keyring-controller 22.1.1-preview-7dfc3145 → 23.0.0-preview-541d905c

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/base-controller` from `^8.1.0` to `^8.2.0` ([#6355](https://github.com/MetaMask/core/pull/6355))
13
+
14
+ ## [23.0.0]
15
+
16
+ ### Changed
17
+
12
18
  - Bump `@metamask/base-controller` from `^8.0.1` to `^8.1.0` ([#6284](https://github.com/MetaMask/core/pull/6284))
13
19
  - Bump accounts related packages ([#6309](https://github.com/MetaMask/core/pull/6309))
14
20
  - Bump `@metamask/keyring-api` from `^20.0.0` to `^20.1.0`
@@ -841,7 +847,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
841
847
 
842
848
  All changes listed after this point were applied to this package following the monorepo conversion.
843
849
 
844
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.1...HEAD
850
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.0.0...HEAD
851
+ [23.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.1...@metamask/keyring-controller@23.0.0
845
852
  [22.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.0...@metamask/keyring-controller@22.1.1
846
853
  [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.2...@metamask/keyring-controller@22.1.0
847
854
  [22.0.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.1...@metamask/keyring-controller@22.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "22.1.1-preview-7dfc3145",
3
+ "version": "23.0.0-preview-541d905c",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
- "@metamask/base-controller": "^8.1.0",
51
+ "@metamask/base-controller": "^8.2.0",
52
52
  "@metamask/browser-passworder": "^4.3.0",
53
53
  "@metamask/eth-hd-keyring": "^12.0.0",
54
54
  "@metamask/eth-sig-util": "^8.2.0",