@metamask-previews/multichain-network-controller 1.0.0-preview-096af0b9 → 1.0.1-preview-e8868d87

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
15
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
16
+ - Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
13
17
 
14
18
  ## [1.0.0]
15
19
 
@@ -166,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
170
  - Handle both EVM and non-EVM network and account switching for the associated network.
167
171
  - Act as a proxy for the `NetworkController` (for EVM network changes).
168
172
 
169
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.0...HEAD
173
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.1...HEAD
174
+ [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.0...@metamask/multichain-network-controller@1.0.1
170
175
  [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.12.0...@metamask/multichain-network-controller@1.0.0
171
176
  [0.12.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.1...@metamask/multichain-network-controller@0.12.0
172
177
  [0.11.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.0...@metamask/multichain-network-controller@0.11.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-network-controller",
3
- "version": "1.0.0-preview-096af0b9",
3
+ "version": "1.0.1-preview-e8868d87",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,8 +47,8 @@
47
47
  "publish:preview": "yarn npm publish --tag preview"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.4.0",
51
- "@metamask/controller-utils": "^11.14.0",
50
+ "@metamask/base-controller": "^8.4.1",
51
+ "@metamask/controller-utils": "^11.14.1",
52
52
  "@metamask/keyring-api": "^21.0.0",
53
53
  "@metamask/keyring-internal-api": "^9.0.0",
54
54
  "@metamask/superstruct": "^3.1.0",
@@ -57,10 +57,10 @@
57
57
  "lodash": "^4.17.21"
58
58
  },
59
59
  "devDependencies": {
60
- "@metamask/accounts-controller": "^33.1.0",
60
+ "@metamask/accounts-controller": "^33.1.1",
61
61
  "@metamask/auto-changelog": "^3.4.4",
62
- "@metamask/keyring-controller": "^23.1.0",
63
- "@metamask/network-controller": "^24.2.0",
62
+ "@metamask/keyring-controller": "^23.1.1",
63
+ "@metamask/network-controller": "^24.2.1",
64
64
  "@types/jest": "^27.4.1",
65
65
  "@types/lodash": "^4.14.191",
66
66
  "@types/uuid": "^8.3.0",