@metamask/wallet 7.0.0 → 7.0.1

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ 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
+
12
+ ### Changed
13
+
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))
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))
17
+
10
18
  ## [7.0.0]
11
19
 
12
20
  ### Added
@@ -94,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
102
 
95
103
  - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
96
104
 
97
- [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
98
107
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@6.0.0...@metamask/wallet@7.0.0
99
108
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@5.0.0...@metamask/wallet@6.0.0
100
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/wallet",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Provides a shared framework for building MetaMask wallets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,12 +53,12 @@
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",
60
60
  "@metamask/browser-passworder": "^6.0.0",
61
- "@metamask/connectivity-controller": "^0.2.0",
61
+ "@metamask/connectivity-controller": "^0.3.0",
62
62
  "@metamask/controller-utils": "^12.3.0",
63
63
  "@metamask/keyring-controller": "^27.1.0",
64
64
  "@metamask/messenger": "^2.0.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.2.2",
69
+ "@metamask/transaction-controller": "^69.0.0",
70
70
  "@metamask/utils": "^11.11.0"
71
71
  },
72
72
  "devDependencies": {