@metamask/snaps-webpack-plugin 4.2.0 → 4.2.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 +8 -1
  2. package/package.json +4 -4
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
+ ## [4.2.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946))
15
+
10
16
  ## [4.2.0]
11
17
 
12
18
  ### Added
@@ -115,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
121
  - The version of the package no longer needs to match the version of all other
116
122
  MetaMask Snaps packages.
117
123
 
118
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.0...HEAD
124
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.1...HEAD
125
+ [4.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.0...@metamask/snaps-webpack-plugin@4.2.1
119
126
  [4.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.2...@metamask/snaps-webpack-plugin@4.2.0
120
127
  [4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2
121
128
  [4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-webpack-plugin",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "A Webpack plugin to build MetaMask Snaps with Webpack",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -57,9 +57,9 @@
57
57
  "test:watch": "jest --watch"
58
58
  },
59
59
  "dependencies": {
60
- "@metamask/snaps-sdk": "^6.14.0",
61
- "@metamask/snaps-utils": "^8.7.0",
62
- "@metamask/utils": "^10.0.0",
60
+ "@metamask/snaps-sdk": "^6.15.0",
61
+ "@metamask/snaps-utils": "^8.8.0",
62
+ "@metamask/utils": "^11.0.1",
63
63
  "prettier": "^2.8.8",
64
64
  "webpack-sources": "^3.2.3"
65
65
  },