@metamask/snaps-cli 0.38.0-flask.1 → 0.38.1-flask.1

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 +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.38.1-flask.1]
10
+ ### Changed
11
+ - Update all examples to use Webpack ([#1632](https://github.com/MetaMask/snaps/pull/1632))
12
+
9
13
  ## [0.38.0-flask.1]
10
14
  ### Added
11
15
  - Add support for bundling with Webpack ([#1521](https://github.com/MetaMask/snaps/pull/1521))
@@ -24,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
28
  - The version of the package no longer needs to match the version of all other
25
29
  MetaMask Snaps packages.
26
30
 
27
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...HEAD
31
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...HEAD
32
+ [0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1
28
33
  [0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "0.38.0-flask.1",
3
+ "version": "0.38.1-flask.1",
4
4
  "description": "A CLI for developing MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "@babel/preset-env": "^7.20.12",
56
56
  "@babel/preset-typescript": "^7.20.12",
57
57
  "@metamask/snaps-browserify-plugin": "^0.37.2-flask.1",
58
- "@metamask/snaps-utils": "^0.37.2-flask.1",
58
+ "@metamask/snaps-utils": "^0.38.0-flask.1",
59
59
  "@metamask/snaps-webpack-plugin": "^0.37.2-flask.1",
60
60
  "@metamask/utils": "^6.0.1",
61
61
  "@swc/core": "^1.3.66",