@metamask-previews/chain-agnostic-permission 1.2.1-preview-3d9bbf60 → 1.2.2-preview-e98a6769

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/permission-controller` from `^12.0.0` to `^12.1.0` ([#6988](https://github.com/MetaMask/core/pull/6988))
13
+
14
+ ## [1.2.2]
15
+
16
+ ### Changed
17
+
12
18
  - Bump `@metamask/network-controller` from `^24.3.1` to `^25.0.0` ([#6962](https://github.com/MetaMask/core/pull/6962))
13
19
  - Bump `@metamask/permission-controller` from `^11.1.1` to `^12.0.0` ([#6962](https://github.com/MetaMask/core/pull/6962))
14
20
 
@@ -153,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153
159
 
154
160
  - Initial release
155
161
 
156
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.2.1...HEAD
162
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.2.2...HEAD
163
+ [1.2.2]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.2.1...@metamask/chain-agnostic-permission@1.2.2
157
164
  [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.2.0...@metamask/chain-agnostic-permission@1.2.1
158
165
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.1.1...@metamask/chain-agnostic-permission@1.2.0
159
166
  [1.1.1]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.1.0...@metamask/chain-agnostic-permission@1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/chain-agnostic-permission",
3
- "version": "1.2.1-preview-3d9bbf60",
3
+ "version": "1.2.2-preview-e98a6769",
4
4
  "description": "Defines a CAIP-25 based endowment permission and helpers for interfacing with it",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,7 +50,7 @@
50
50
  "@metamask/api-specs": "^0.14.0",
51
51
  "@metamask/controller-utils": "^11.14.1",
52
52
  "@metamask/network-controller": "^25.0.0",
53
- "@metamask/permission-controller": "^12.0.0",
53
+ "@metamask/permission-controller": "^12.1.0",
54
54
  "@metamask/rpc-errors": "^7.0.2",
55
55
  "@metamask/utils": "^11.8.1",
56
56
  "lodash": "^4.17.21"