@metamask-previews/base-controller 3.2.0-preview.d32a7cc → 3.2.1-preview.0f6a2fb

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 +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.2.1]
10
+ ### Changed
11
+ - There are no consumer-facing changes to this package. This version is a part of a synchronized release across all packages in our monorepo.
12
+
9
13
  ## [3.2.0]
10
14
  ### Changed
11
15
  - When deriving state, skip properties with invalid metadata ([#1529](https://github.com/MetaMask/core/pull/1529))
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
65
 
62
66
  All changes listed after this point were applied to this package following the monorepo conversion.
63
67
 
64
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@3.2.0...HEAD
68
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@3.2.1...HEAD
69
+ [3.2.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@3.2.0...@metamask/base-controller@3.2.1
65
70
  [3.2.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@3.1.0...@metamask/base-controller@3.2.0
66
71
  [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@3.0.0...@metamask/base-controller@3.1.0
67
72
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@2.0.0...@metamask/base-controller@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/base-controller",
3
- "version": "3.2.0-preview.d32a7cc",
3
+ "version": "3.2.1-preview.0f6a2fb",
4
4
  "description": "Provides scaffolding for controllers as well a communication system for all controllers",
5
5
  "keywords": [
6
6
  "MetaMask",