@metamask-previews/shield-controller 0.1.2-preview-8ccfcb37 → 0.2.0-preview-c20b7569

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6504](https://github.com/MetaMask/core/pull/6504))
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
 
16
18
  ### Changed
17
19
 
20
+ - Bump `@metamask/signature-controller` from `^33.0.0` to `^34.0.0` ([#6702](https://github.com/MetaMask/core/pull/6702))
18
21
  - Bump `@metamask/base-controller` from `^8.2.0` to `^8.4.0` ([#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632))
19
22
  - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
20
23
 
@@ -36,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
39
 
37
40
  - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
38
41
 
39
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.1.2...HEAD
42
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.2.0...HEAD
43
+ [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.1.2...@metamask/shield-controller@0.2.0
40
44
  [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.1.1...@metamask/shield-controller@0.1.2
41
45
  [0.1.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.1.0...@metamask/shield-controller@0.1.1
42
46
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/shield-controller@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/shield-controller",
3
- "version": "0.1.2-preview-8ccfcb37",
3
+ "version": "0.2.0-preview-c20b7569",
4
4
  "description": "Controller handling shield transaction coverage logic",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,7 +55,7 @@
55
55
  "@lavamoat/allow-scripts": "^3.0.4",
56
56
  "@lavamoat/preinstall-always-fail": "^2.1.0",
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
- "@metamask/signature-controller": "^33.0.0",
58
+ "@metamask/signature-controller": "^34.0.0",
59
59
  "@metamask/transaction-controller": "^60.4.0",
60
60
  "@ts-bridge/cli": "^0.6.1",
61
61
  "@types/jest": "^27.4.1",
@@ -68,7 +68,7 @@
68
68
  "uuid": "^8.3.2"
69
69
  },
70
70
  "peerDependencies": {
71
- "@metamask/signature-controller": "^33.0.0",
71
+ "@metamask/signature-controller": "^34.0.0",
72
72
  "@metamask/transaction-controller": "^60.0.0"
73
73
  },
74
74
  "engines": {