@metamask-previews/multichain-api-middleware 1.2.6-preview-511b467 → 1.2.7-preview-6d9a61687

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,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.7]
11
+
10
12
  ### Changed
11
13
 
14
+ - Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
12
15
  - Bump `@metamask/json-rpc-engine` from `^10.2.1` to `^10.2.2` ([#7856](https://github.com/MetaMask/core/pull/7856))
13
16
  - Bump `@metamask/multichain-transactions-controller` from `7.0.0` to `7.0.1` ([#7897](https://github.com/MetaMask/core/pull/7897))
17
+ - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
14
18
 
15
19
  ## [1.2.6]
16
20
 
@@ -156,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
160
 
157
161
  - Initial release
158
162
 
159
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.6...HEAD
163
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.7...HEAD
164
+ [1.2.7]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.6...@metamask/multichain-api-middleware@1.2.7
160
165
  [1.2.6]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.5...@metamask/multichain-api-middleware@1.2.6
161
166
  [1.2.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.4...@metamask/multichain-api-middleware@1.2.5
162
167
  [1.2.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.3...@metamask/multichain-api-middleware@1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "1.2.6-preview-511b467",
3
+ "version": "1.2.7-preview-6d9a61687",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,9 +50,9 @@
50
50
  "dependencies": {
51
51
  "@metamask/api-specs": "^0.14.0",
52
52
  "@metamask/chain-agnostic-permission": "^1.4.0",
53
- "@metamask/controller-utils": "^11.18.0",
53
+ "@metamask/controller-utils": "^11.19.0",
54
54
  "@metamask/json-rpc-engine": "^10.2.2",
55
- "@metamask/network-controller": "^29.0.0",
55
+ "@metamask/network-controller": "^30.0.0",
56
56
  "@metamask/permission-controller": "^12.2.0",
57
57
  "@metamask/rpc-errors": "^7.0.2",
58
58
  "@metamask/utils": "^11.9.0",