@metamask/snaps-cli 8.2.0 → 8.3.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 +2 -2
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
+ ## [8.3.0]
11
+
12
+ ### Added
13
+
14
+ - Merge manifest validation reports to include latest validation errors and warnings ([#3567](https://github.com/MetaMask/snaps/pull/3567))
15
+
10
16
  ## [8.2.0]
11
17
 
12
18
  ### Changed
@@ -401,7 +407,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401
407
  - The version of the package no longer needs to match the version of all other
402
408
  MetaMask Snaps packages.
403
409
 
404
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.2.0...HEAD
410
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.3.0...HEAD
411
+ [8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.2.0...@metamask/snaps-cli@8.3.0
405
412
  [8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.1.1...@metamask/snaps-cli@8.2.0
406
413
  [8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.1.0...@metamask/snaps-cli@8.1.1
407
414
  [8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.0.0...@metamask/snaps-cli@8.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "description": "A CLI for developing MetaMask Snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -67,7 +67,7 @@
67
67
  "@metamask/snaps-rpc-methods": "^13.5.0",
68
68
  "@metamask/snaps-sandbox": "^1.0.0",
69
69
  "@metamask/snaps-sdk": "^9.3.0",
70
- "@metamask/snaps-utils": "^11.4.0",
70
+ "@metamask/snaps-utils": "^11.5.0",
71
71
  "@metamask/snaps-webpack-plugin": "^5.1.0",
72
72
  "@metamask/superstruct": "^3.2.1",
73
73
  "@metamask/utils": "^11.4.2",