@metamask-previews/accounts-controller 35.0.2-preview-0bb0ab8a7 → 36.0.0-preview-8edbf7c9d

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 +4 -1
  2. package/package.json +2 -2
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
+ ## [36.0.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/eth-snap-keyring` from `^18.0.0` to `^19.0.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
@@ -691,7 +693,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
691
693
 
692
694
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
693
695
 
694
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...HEAD
696
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.0...HEAD
697
+ [36.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...@metamask/accounts-controller@36.0.0
695
698
  [35.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.1...@metamask/accounts-controller@35.0.2
696
699
  [35.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...@metamask/accounts-controller@35.0.1
697
700
  [35.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...@metamask/accounts-controller@35.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "35.0.2-preview-0bb0ab8a7",
3
+ "version": "36.0.0-preview-8edbf7c9d",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -77,7 +77,7 @@
77
77
  "@types/readable-stream": "^2.3.0",
78
78
  "jest": "^29.7.0",
79
79
  "ts-jest": "^29.2.5",
80
- "typedoc": "^0.24.8",
80
+ "typedoc": "^0.25.13",
81
81
  "typedoc-plugin-missing-exports": "^2.0.0",
82
82
  "typescript": "~5.3.3",
83
83
  "webextension-polyfill": "^0.12.0"