@metamask-previews/shield-controller 5.1.1-preview-181ae75e1 → 5.1.2-preview-1f601d6f4

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 +7 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.1.2]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/signature-controller` from `^39.1.2` to `^39.2.0` ([#8478](https://github.com/MetaMask/core/pull/8478))
14
+ - Bump `@metamask/signature-controller` from `^39.1.2` to `^39.2.1` ([#8478](https://github.com/MetaMask/core/pull/8478), [#8755](https://github.com/MetaMask/core/pull/8755))
13
15
  - Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
14
- - Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447), [#8482](https://github.com/MetaMask/core/pull/8482), [#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613), [#8691](https://github.com/MetaMask/core/pull/8691), [#8722](https://github.com/MetaMask/core/pull/8722))
16
+ - Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.3.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447), [#8482](https://github.com/MetaMask/core/pull/8482), [#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613), [#8691](https://github.com/MetaMask/core/pull/8691), [#8722](https://github.com/MetaMask/core/pull/8722), [#8755](https://github.com/MetaMask/core/pull/8755))
15
17
  - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
18
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
16
19
 
17
20
  ## [5.1.1]
18
21
 
@@ -243,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243
246
 
244
247
  - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
245
248
 
246
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.1...HEAD
249
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.2...HEAD
250
+ [5.1.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.1...@metamask/shield-controller@5.1.2
247
251
  [5.1.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.0...@metamask/shield-controller@5.1.1
248
252
  [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.2...@metamask/shield-controller@5.1.0
249
253
  [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.1...@metamask/shield-controller@5.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/shield-controller",
3
- "version": "5.1.1-preview-181ae75e1",
3
+ "version": "5.1.2-preview-1f601d6f4",
4
4
  "description": "Controller handling shield transaction coverage logic",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,10 +54,10 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
- "@metamask/controller-utils": "^11.20.0",
57
+ "@metamask/controller-utils": "^12.0.0",
58
58
  "@metamask/messenger": "^1.2.0",
59
- "@metamask/signature-controller": "^39.2.0",
60
- "@metamask/transaction-controller": "^65.2.0",
59
+ "@metamask/signature-controller": "^39.2.1",
60
+ "@metamask/transaction-controller": "^65.3.0",
61
61
  "@metamask/utils": "^11.9.0",
62
62
  "cockatiel": "^3.1.2"
63
63
  },