@metamask-previews/snap-account-service 0.0.0-preview-ccdc8dcd5 → 0.1.0-preview-e5cef32c6

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,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
+ ## [0.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `SnapAccountService` ([#8414](https://github.com/MetaMask/core/pull/8414))
@@ -36,5 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
38
  ### Changed
37
39
 
38
40
  - Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
41
+ - Bump `@metamask/account-tree-controller` from `^7.3.0` to `^7.4.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
39
42
 
40
- [Unreleased]: https://github.com/MetaMask/core/
43
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@0.1.0...HEAD
44
+ [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/snap-account-service@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/snap-account-service",
3
- "version": "0.0.0-preview-ccdc8dcd5",
3
+ "version": "0.1.0-preview-e5cef32c6",
4
4
  "description": "Service for Account Management Snaps",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@metamask/account-api": "^1.0.4",
57
- "@metamask/account-tree-controller": "^7.3.0",
57
+ "@metamask/account-tree-controller": "^7.4.0",
58
58
  "@metamask/eth-snap-keyring": "^22.0.1",
59
59
  "@metamask/keyring-controller": "^25.5.0",
60
60
  "@metamask/messenger": "^1.2.0",