@metamask-previews/build-utils 3.0.2-preview-99939da3 → 3.0.3-preview-1a21f764

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 +1 -1
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
+ ## [3.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223))
15
+
10
16
  ## [3.0.2]
11
17
 
12
18
  ### Changed
@@ -75,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
81
 
76
82
  - Initial release ([#3577](https://github.com/MetaMask/core/pull/3577) [#3588](https://github.com/MetaMask/core/pull/3588))
77
83
 
78
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.2...HEAD
84
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.3...HEAD
85
+ [3.0.3]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.2...@metamask/build-utils@3.0.3
79
86
  [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.1...@metamask/build-utils@3.0.2
80
87
  [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.0...@metamask/build-utils@3.0.1
81
88
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/build-utils@2.0.1...@metamask/build-utils@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/build-utils",
3
- "version": "3.0.2-preview-99939da3",
3
+ "version": "3.0.3-preview-1a21f764",
4
4
  "description": "Utilities for building MetaMask applications",
5
5
  "keywords": [
6
6
  "MetaMask",