@metamask-previews/keyring-controller 22.1.0-preview-a850cd0b → 22.1.1-preview-23561b15

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.0.1` to `^8.1.0` ([#6284](https://github.com/MetaMask/core/pull/6284))
13
+
14
+ ## [22.1.1]
15
+
16
+ ### Changed
17
+
12
18
  - Bump `@metamask/keyring-api` from `^18.0.0` to `^20.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146)), ([#6248](https://github.com/MetaMask/core/pull/6248))
13
19
  - Bump `@metamask/keyring-internal-api` from `^6.2.0` to `^8.0.0` ([#6146](https://github.com/MetaMask/core/pull/6146)), ([#6248](https://github.com/MetaMask/core/pull/6248))
14
20
  - Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
@@ -812,7 +818,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
812
818
 
813
819
  All changes listed after this point were applied to this package following the monorepo conversion.
814
820
 
815
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.0...HEAD
821
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.1...HEAD
822
+ [22.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.1.0...@metamask/keyring-controller@22.1.1
816
823
  [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.2...@metamask/keyring-controller@22.1.0
817
824
  [22.0.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.1...@metamask/keyring-controller@22.0.2
818
825
  [22.0.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@22.0.0...@metamask/keyring-controller@22.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "22.1.0-preview-a850cd0b",
3
+ "version": "22.1.1-preview-23561b15",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
51
  "@keystonehq/metamask-airgapped-keyring": "^0.14.1",
52
- "@metamask/base-controller": "^8.0.1",
52
+ "@metamask/base-controller": "^8.1.0",
53
53
  "@metamask/browser-passworder": "^4.3.0",
54
54
  "@metamask/eth-hd-keyring": "^12.0.0",
55
55
  "@metamask/eth-sig-util": "^8.2.0",