@metamask/multichain-network-controller 0.11.0 → 0.11.1

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 +9 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.11.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-api` from `^19.0.0` to `^20.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
15
+ - Bump `@metamask/keyring-internal-api` from `^7.0.0` to `^8.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
16
+
10
17
  ## [0.11.0]
11
18
 
12
19
  ### Changed
@@ -128,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
135
  - Handle both EVM and non-EVM network and account switching for the associated network.
129
136
  - Act as a proxy for the `NetworkController` (for EVM network changes).
130
137
 
131
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.0...HEAD
138
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.1...HEAD
139
+ [0.11.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.0...@metamask/multichain-network-controller@0.11.1
132
140
  [0.11.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.10.0...@metamask/multichain-network-controller@0.11.0
133
141
  [0.10.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.9.0...@metamask/multichain-network-controller@0.10.0
134
142
  [0.9.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.8.0...@metamask/multichain-network-controller@0.9.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-network-controller",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,17 +49,17 @@
49
49
  "dependencies": {
50
50
  "@metamask/base-controller": "^8.0.1",
51
51
  "@metamask/controller-utils": "^11.11.0",
52
- "@metamask/keyring-api": "^19.0.0",
53
- "@metamask/keyring-internal-api": "^7.0.0",
52
+ "@metamask/keyring-api": "^20.0.0",
53
+ "@metamask/keyring-internal-api": "^8.0.0",
54
54
  "@metamask/superstruct": "^3.1.0",
55
55
  "@metamask/utils": "^11.4.2",
56
56
  "@solana/addresses": "^2.0.0",
57
57
  "lodash": "^4.17.21"
58
58
  },
59
59
  "devDependencies": {
60
- "@metamask/accounts-controller": "^32.0.0",
60
+ "@metamask/accounts-controller": "^32.0.2",
61
61
  "@metamask/auto-changelog": "^3.4.4",
62
- "@metamask/keyring-controller": "^22.1.0",
62
+ "@metamask/keyring-controller": "^22.1.1",
63
63
  "@metamask/network-controller": "^24.0.1",
64
64
  "@types/jest": "^27.4.1",
65
65
  "@types/lodash": "^4.14.191",