@metamask/shield-controller 1.2.0 → 2.0.0

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
+ ## [2.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/signature-controller` from `^35.0.0` to `^36.0.0` ( [#4651](https://github.com/MetaMask/core/pull/4651))
15
+
10
16
  ## [1.2.0]
11
17
 
12
18
  ### Changed
@@ -118,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118
124
 
119
125
  - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
120
126
 
121
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@1.2.0...HEAD
127
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@2.0.0...HEAD
128
+ [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@1.2.0...@metamask/shield-controller@2.0.0
122
129
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@1.1.0...@metamask/shield-controller@1.2.0
123
130
  [1.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@1.0.0...@metamask/shield-controller@1.1.0
124
131
  [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@0.4.0...@metamask/shield-controller@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/shield-controller",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Controller handling shield transaction coverage logic",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -59,7 +59,7 @@
59
59
  "@lavamoat/allow-scripts": "^3.0.4",
60
60
  "@lavamoat/preinstall-always-fail": "^2.1.0",
61
61
  "@metamask/auto-changelog": "^3.4.4",
62
- "@metamask/signature-controller": "^35.0.0",
62
+ "@metamask/signature-controller": "^36.0.0",
63
63
  "@metamask/transaction-controller": "^61.1.0",
64
64
  "@ts-bridge/cli": "^0.6.4",
65
65
  "@types/jest": "^27.4.1",
@@ -73,7 +73,7 @@
73
73
  "uuid": "^8.3.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "@metamask/signature-controller": "^35.0.0",
76
+ "@metamask/signature-controller": "^36.0.0",
77
77
  "@metamask/transaction-controller": "^61.0.0"
78
78
  },
79
79
  "engines": {