@metamask-previews/accounts-controller 26.0.0-preview-2084c06c → 26.1.0-preview-b4d33c51

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
+ ## [26.1.0]
11
+
12
+ ### Changed
13
+
14
+ - Simplify account iteration logic ([#5445](https://github.com/MetaMask/core/pull/5445))
15
+
10
16
  ## [26.0.0]
11
17
 
12
18
  ### Changed
@@ -489,7 +495,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
489
495
 
490
496
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
491
497
 
492
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.0.0...HEAD
498
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.1.0...HEAD
499
+ [26.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.0.0...@metamask/accounts-controller@26.1.0
493
500
  [26.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@25.0.0...@metamask/accounts-controller@26.0.0
494
501
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.1.0...@metamask/accounts-controller@25.0.0
495
502
  [24.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.1...@metamask/accounts-controller@24.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "26.0.0-preview-2084c06c",
3
+ "version": "26.1.0-preview-b4d33c51",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",