@metamask-previews/controller-utils 11.14.0-preview-6c94ae59 → 11.14.1-preview-e8868d87

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
+ ## [11.14.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
15
+
10
16
  ## [11.14.0]
11
17
 
12
18
  ### Added
@@ -577,7 +583,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
577
583
 
578
584
  All changes listed after this point were applied to this package following the monorepo conversion.
579
585
 
580
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.14.0...HEAD
586
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.14.1...HEAD
587
+ [11.14.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.14.0...@metamask/controller-utils@11.14.1
581
588
  [11.14.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.13.0...@metamask/controller-utils@11.14.0
582
589
  [11.13.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.12.0...@metamask/controller-utils@11.13.0
583
590
  [11.12.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.11.0...@metamask/controller-utils@11.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/controller-utils",
3
- "version": "11.14.0-preview-6c94ae59",
3
+ "version": "11.14.1-preview-e8868d87",
4
4
  "description": "Data and convenience functions shared by multiple packages",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@metamask/eth-query": "^4.0.0",
51
51
  "@metamask/ethjs-unit": "^0.3.0",
52
- "@metamask/utils": "^11.8.0",
52
+ "@metamask/utils": "^11.8.1",
53
53
  "@spruceid/siwe-parser": "2.1.0",
54
54
  "@types/bn.js": "^5.1.5",
55
55
  "bignumber.js": "^9.1.2",