@metamask/snaps-webpack-plugin 0.37.3-flask.1 → 0.37.4-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 +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.37.4-flask.1]
10
+ ### Uncategorized
11
+ - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738))
12
+ - Bump `metamask/utils` and `metamask/snaps-registry` ([#1694](https://github.com/MetaMask/snaps/pull/1694))
13
+
9
14
  ## [0.37.3-flask.1]
10
15
  ### Fixed
11
16
  - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
21
  - The version of the package no longer needs to match the version of all other
17
22
  MetaMask Snaps packages.
18
23
 
19
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...HEAD
24
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.4-flask.1...HEAD
25
+ [0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.3-flask.1...@metamask/snaps-webpack-plugin@0.37.4-flask.1
20
26
  [0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@0.37.2-flask.1...@metamask/snaps-webpack-plugin@0.37.3-flask.1
21
27
  [0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-webpack-plugin@0.37.2-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-webpack-plugin",
3
- "version": "0.37.3-flask.1",
3
+ "version": "0.37.4-flask.1",
4
4
  "keywords": [
5
5
  "webpack",
6
6
  "plugin"
@@ -40,8 +40,8 @@
40
40
  "lint:dependencies": "depcheck"
41
41
  },
42
42
  "dependencies": {
43
- "@metamask/snaps-utils": "^0.38.2-flask.1",
44
- "@metamask/utils": "^6.0.1",
43
+ "@metamask/snaps-utils": "^0.38.4-flask.1",
44
+ "@metamask/utils": "^8.1.0",
45
45
  "webpack-sources": "^3.2.3"
46
46
  },
47
47
  "devDependencies": {