You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh issue create --title "Update ${package_name} to version ${version}" --body "Please update ${package_name} to version ${version}" --repo "MetaMask/metamask-extension" --label "$teams"
40
-
gh issue create --title "Update ${package_name} to version ${version}" --body "Please update ${package_name} to version ${version}" --repo "MetaMask/metamask-mobile" --label "$teams"
39
+
gh issue create --title "Update ${package_name} to version ${version}" --body "Please update ${package_name} to version ${version}" --repo "MetaMask/metamask-extension" --label "$teams, client-controller-update"
40
+
gh issue create --title "Update ${package_name} to version ${version}" --body "Please update ${package_name} to version ${version}" --repo "MetaMask/metamask-mobile" --label "$teams, client-controller-update"
Copy file name to clipboardExpand all lines: packages/accounts-controller/CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [20.0.1]
11
+
12
+
### Fixed
13
+
14
+
- Make implicit peer dependencies explicit ([#4974](https://github.com/MetaMask/core/pull/4974))
15
+
- Add the following packages as peer dependencies of this package to satisfy peer dependency requirements from other dependencies:
16
+
-`@metamask/providers``^18.1.0` (required by `@metamask/keyring-api`)
17
+
-`webextension-polyfill``^0.10.0 || ^0.11.0 || ^0.12.0` (required by `@metamask/providers`)
18
+
- These dependencies really should be present in projects that consume this package (e.g. MetaMask clients), and this change ensures that they now are.
19
+
- Furthermore, we are assuming that clients already use these dependencies, since otherwise it would be impossible to consume this package in its entirety or even create a working build. Hence, the addition of these peer dependencies is really a formality and should not be breaking.
20
+
- Correct ESM-compatible build so that imports of the following packages that re-export other modules via `export *` are no longer corrupted: ([#5011](https://github.com/MetaMask/core/pull/5011))
21
+
-`@metamask/keyring-api`
22
+
-`@metamask/eth-snap-keyring`
23
+
10
24
## [20.0.0]
11
25
12
26
### Changed
@@ -354,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments