@metamask-previews/controller-utils 12.1.0-preview-cf351fcd3 → 12.1.1-preview-35bdba6

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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [12.1.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Update `NetworkNickname` to match latest client overrides ([#9005](https://github.com/MetaMask/core/pull/9005))
@@ -298,7 +300,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298
300
  ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
299
301
  ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
300
302
  All of the ATTW checks now pass.
301
- - Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)).
303
+ - Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648))
302
304
  - Previously, the build tool we used to generate JavaScript files extracted
303
305
  common code to "chunk" files. While this was intended to make this package
304
306
  more tree-shakeable, it also made debugging more difficult for our
@@ -672,7 +674,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
672
674
 
673
675
  All changes listed after this point were applied to this package following the monorepo conversion.
674
676
 
675
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.1.0...HEAD
677
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.1.1...HEAD
678
+ [12.1.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.1.0...@metamask/controller-utils@12.1.1
676
679
  [12.1.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.0.0...@metamask/controller-utils@12.1.0
677
680
  [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.20.0...@metamask/controller-utils@12.0.0
678
681
  [11.20.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.19.0...@metamask/controller-utils@11.20.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/controller-utils",
3
- "version": "12.1.0-preview-cf351fcd3",
3
+ "version": "12.1.1-preview-35bdba6",
4
4
  "description": "Data and convenience functions shared by multiple packages",
5
5
  "keywords": [
6
6
  "Ethereum",