@metamask-previews/wallet 7.0.0-preview-ae00c4c29 → 7.0.1-preview-a511f243f

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.0.1]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/transaction-controller` from `^68.2.2` to `^68.3.0` ([#9421](https://github.com/MetaMask/core/pull/9421))
14
+ - Bump `@metamask/transaction-controller` from `^68.2.2` to `^69.0.0` ([#9421](https://github.com/MetaMask/core/pull/9421), [#9456](https://github.com/MetaMask/core/pull/9456), [#9470](https://github.com/MetaMask/core/pull/9470))
13
15
  - Bump `@metamask/connectivity-controller` from `^0.2.0` to `^0.3.0` ([#9435](https://github.com/MetaMask/core/pull/9435))
16
+ - Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.5` ([#9470](https://github.com/MetaMask/core/pull/9470))
14
17
 
15
18
  ## [7.0.0]
16
19
 
@@ -99,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
102
 
100
103
  - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
101
104
 
102
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@7.0.0...HEAD
105
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@7.0.1...HEAD
106
+ [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/wallet@7.0.0...@metamask/wallet@7.0.1
103
107
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@6.0.0...@metamask/wallet@7.0.0
104
108
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@5.0.0...@metamask/wallet@6.0.0
105
109
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@4.0.0...@metamask/wallet@5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/wallet",
3
- "version": "7.0.0-preview-ae00c4c29",
3
+ "version": "7.0.1-preview-a511f243f",
4
4
  "description": "Provides a shared framework for building MetaMask wallets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,7 +53,7 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^39.0.4",
56
+ "@metamask/accounts-controller": "^39.0.5",
57
57
  "@metamask/address-book-controller": "^7.1.2",
58
58
  "@metamask/approval-controller": "^9.0.2",
59
59
  "@metamask/base-controller": "^9.1.0",
@@ -66,7 +66,7 @@
66
66
  "@metamask/remote-feature-flag-controller": "^4.2.2",
67
67
  "@metamask/scure-bip39": "^2.1.1",
68
68
  "@metamask/storage-service": "^1.0.2",
69
- "@metamask/transaction-controller": "^68.3.0",
69
+ "@metamask/transaction-controller": "^69.0.0",
70
70
  "@metamask/utils": "^11.11.0"
71
71
  },
72
72
  "devDependencies": {