@metamask-previews/accounts-controller 39.0.3-preview-1bd5239bf → 39.0.4-preview-2855dbf4e

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [39.0.4]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
13
15
  - Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
14
16
  - Bump `@metamask/keyring-utils` from `^3.2.1` to `^3.3.1` ([#9249](https://github.com/MetaMask/core/pull/9249))
17
+ - Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
15
18
 
16
19
  ## [39.0.3]
17
20
 
@@ -844,7 +847,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
844
847
 
845
848
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
846
849
 
847
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...HEAD
850
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...HEAD
851
+ [39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
848
852
  [39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
849
853
  [39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
850
854
  [39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "39.0.3-preview-1bd5239bf",
3
+ "version": "39.0.4-preview-2855dbf4e",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -62,7 +62,7 @@
62
62
  "@metamask/keyring-sdk": "^2.2.0",
63
63
  "@metamask/keyring-utils": "^3.3.1",
64
64
  "@metamask/messenger": "^1.2.0",
65
- "@metamask/network-controller": "^33.0.0",
65
+ "@metamask/network-controller": "^34.0.0",
66
66
  "@metamask/superstruct": "^3.1.0",
67
67
  "@metamask/utils": "^11.11.0",
68
68
  "deepmerge": "^4.2.2",