@metamask-previews/shield-controller 4.1.0-preview-c72fc191 → 5.0.0-preview-a4747b2b

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 +11 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -9,8 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/signature-controller` from `^39.0.0` to `^39.0.1` ([#7642](https://github.com/MetaMask/core/pull/7642))
13
+ - Bump `@metamask/transaction-controller` from `^62.9.1` to `^62.9.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
14
+
15
+ ## [5.0.0]
16
+
17
+ ### Changed
18
+
12
19
  - Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
13
- - Bump `@metamask/signature-controller` from `^38.0.0` to `^38.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
20
+ - **BREAKING:** Bump `@metamask/signature-controller` from `^38.0.0` to `^39.0.0` ([#7604](https://github.com/MetaMask/core/pull/7604), [#7634](https://github.com/MetaMask/core/pull/7634))
21
+ - When passing a signature request to `checkSignatureCoverage`, the `decodedPermission` property of the request has a different shape. See changelog for `@metamask/gator-permissions-controller` 1.0.0 for more.
14
22
  - Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.9.1` ([#7596](https://github.com/MetaMask/core/pull/7596), [#7602](https://github.com/MetaMask/core/pull/7602), [#7604](https://github.com/MetaMask/core/pull/7604))
15
23
 
16
24
  ## [4.1.0]
@@ -187,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187
195
 
188
196
  - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
189
197
 
190
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...HEAD
198
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.0...HEAD
199
+ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...@metamask/shield-controller@5.0.0
191
200
  [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.0.0...@metamask/shield-controller@4.1.0
192
201
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.1.0...@metamask/shield-controller@4.0.0
193
202
  [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.0.0...@metamask/shield-controller@3.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/shield-controller",
3
- "version": "4.1.0-preview-c72fc191",
3
+ "version": "5.0.0-preview-a4747b2b",
4
4
  "description": "Controller handling shield transaction coverage logic",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,8 +51,8 @@
51
51
  "@metamask/base-controller": "^9.0.0",
52
52
  "@metamask/controller-utils": "^11.18.0",
53
53
  "@metamask/messenger": "^0.3.0",
54
- "@metamask/signature-controller": "^38.0.1",
55
- "@metamask/transaction-controller": "^62.9.1",
54
+ "@metamask/signature-controller": "^39.0.1",
55
+ "@metamask/transaction-controller": "^62.9.2",
56
56
  "@metamask/utils": "^11.9.0",
57
57
  "cockatiel": "^3.1.2"
58
58
  },