@metamask/snaps-utils 11.6.0 → 11.6.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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.6.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/permission-controller` from `^11.0.6` to `^12.0.0`(([#3611](https://github.com/MetaMask/snaps/pull/3611))
15
+
10
16
  ## [11.6.0]
11
17
 
12
18
  ### Added
@@ -715,7 +721,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
715
721
  - The version of the package no longer needs to match the version of all other
716
722
  MetaMask Snaps packages.
717
723
 
718
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.0...HEAD
724
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.1...HEAD
725
+ [11.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.6.0...@metamask/snaps-utils@11.6.1
719
726
  [11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.5.0...@metamask/snaps-utils@11.6.0
720
727
  [11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.4.0...@metamask/snaps-utils@11.5.0
721
728
  [11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@11.3.0...@metamask/snaps-utils@11.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-utils",
3
- "version": "11.6.0",
3
+ "version": "11.6.1",
4
4
  "description": "A collection of utilities for MetaMask Snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -80,9 +80,9 @@
80
80
  "dependencies": {
81
81
  "@babel/core": "^7.23.2",
82
82
  "@babel/types": "^7.23.0",
83
- "@metamask/base-controller": "^8.4.0",
84
83
  "@metamask/key-tree": "^10.1.1",
85
- "@metamask/permission-controller": "^11.0.6",
84
+ "@metamask/messenger": "^0.3.0",
85
+ "@metamask/permission-controller": "^12.0.0",
86
86
  "@metamask/rpc-errors": "^7.0.3",
87
87
  "@metamask/slip44": "^4.3.0",
88
88
  "@metamask/snaps-registry": "^3.2.3",