@metamask-previews/base-controller 8.0.0-preview-836a8df → 8.0.1-preview-cabccf7

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
+ ## [8.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Don't emit `:stateChange` from `BaseController` unnecessarily ([#5480](https://github.com/MetaMask/core/pull/5480))
15
+
10
16
  ## [8.0.0]
11
17
 
12
18
  ### Changed
@@ -304,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
304
310
 
305
311
  All changes listed after this point were applied to this package following the monorepo conversion.
306
312
 
307
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.0.0...HEAD
313
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.0.1...HEAD
314
+ [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.0.0...@metamask/base-controller@8.0.1
308
315
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.1.1...@metamask/base-controller@8.0.0
309
316
  [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.1.0...@metamask/base-controller@7.1.1
310
317
  [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.2...@metamask/base-controller@7.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/base-controller",
3
- "version": "8.0.0-preview-836a8df",
3
+ "version": "8.0.1-preview-cabccf7",
4
4
  "description": "Provides scaffolding for controllers as well a communication system for all controllers",
5
5
  "keywords": [
6
6
  "MetaMask",