@metamask-previews/keyring-controller 25.1.0-preview-55f73f6ce → 25.1.1-preview-4f74a56

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 +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [25.1.1]
11
+
10
12
  ### Changed
11
13
 
14
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
15
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
12
16
  - Bump `@metamask/keyring-api` from `^21.0.0` to `^21.6.0` ([#7857](https://github.com/MetaMask/core/pull/7857), [#8259](https://github.com/MetaMask/core/pull/8259))
13
17
  - Bump `@metamask/keyring-internal-api` from `^9.0.0` to `^10.0.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
14
18
 
@@ -934,7 +938,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
934
938
 
935
939
  All changes listed after this point were applied to this package following the monorepo conversion.
936
940
 
937
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.0...HEAD
941
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.1...HEAD
942
+ [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.1.0...@metamask/keyring-controller@25.1.1
938
943
  [25.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@25.0.0...@metamask/keyring-controller@25.1.0
939
944
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@24.0.0...@metamask/keyring-controller@25.0.0
940
945
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@23.2.0...@metamask/keyring-controller@24.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "25.1.0-preview-55f73f6ce",
3
+ "version": "25.1.1-preview-4f74a56",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,14 +48,14 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
- "@metamask/base-controller": "^9.0.0",
51
+ "@metamask/base-controller": "^9.0.1",
52
52
  "@metamask/browser-passworder": "^6.0.0",
53
53
  "@metamask/eth-hd-keyring": "^13.0.0",
54
54
  "@metamask/eth-sig-util": "^8.2.0",
55
55
  "@metamask/eth-simple-keyring": "^11.0.0",
56
56
  "@metamask/keyring-api": "^21.6.0",
57
57
  "@metamask/keyring-internal-api": "^10.0.0",
58
- "@metamask/messenger": "^0.3.0",
58
+ "@metamask/messenger": "^1.0.0",
59
59
  "@metamask/utils": "^11.9.0",
60
60
  "async-mutex": "^0.5.0",
61
61
  "ethereumjs-wallet": "^1.0.1",