@metamask-previews/wallet 8.1.0-preview-a42e8d0d2 → 9.0.0-preview-d2f661012

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 +9 -2
  2. package/package.json +6 -6
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
+ ## [9.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - **BREAKING:** Wire analytics into the default `NetworkController` initialization ([#9270](https://github.com/MetaMask/core/pull/9270))
@@ -15,7 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
 
16
18
  ### Changed
17
19
 
18
- - Bump `@metamask/transaction-controller` from `^69.2.1` to `^69.3.0` ([#9693](https://github.com/MetaMask/core/pull/9693))
20
+ - Bump `@metamask/transaction-controller` from `^69.2.1` to `^69.4.0` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
21
+ - Bump `@metamask/accounts-controller` from `^39.0.5` to `^39.0.6` ([#9735](https://github.com/MetaMask/core/pull/9735))
22
+ - Bump `@metamask/gas-fee-controller` from `^26.3.0` to `^26.3.1` ([#9735](https://github.com/MetaMask/core/pull/9735))
23
+ - Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
24
+ - Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^5.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
19
25
 
20
26
  ## [8.1.0]
21
27
 
@@ -131,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
137
 
132
138
  - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
133
139
 
134
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@8.1.0...HEAD
140
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@9.0.0...HEAD
141
+ [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@8.1.0...@metamask/wallet@9.0.0
135
142
  [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@8.0.0...@metamask/wallet@8.1.0
136
143
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@7.0.1...@metamask/wallet@8.0.0
137
144
  [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/wallet@7.0.0...@metamask/wallet@7.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/wallet",
3
- "version": "8.1.0-preview-a42e8d0d2",
3
+ "version": "9.0.0-preview-d2f661012",
4
4
  "description": "Provides a shared framework for building MetaMask wallets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,23 +55,23 @@
55
55
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
56
56
  },
57
57
  "dependencies": {
58
- "@metamask/accounts-controller": "^39.0.5",
58
+ "@metamask/accounts-controller": "^39.0.6",
59
59
  "@metamask/address-book-controller": "^7.1.2",
60
60
  "@metamask/approval-controller": "^9.0.2",
61
61
  "@metamask/base-controller": "^9.1.0",
62
62
  "@metamask/browser-passworder": "^6.0.0",
63
63
  "@metamask/connectivity-controller": "^0.3.0",
64
64
  "@metamask/controller-utils": "^12.3.0",
65
- "@metamask/gas-fee-controller": "^26.3.0",
65
+ "@metamask/gas-fee-controller": "^26.3.1",
66
66
  "@metamask/keyring-controller": "^27.1.0",
67
67
  "@metamask/messenger": "^2.0.0",
68
- "@metamask/network-controller": "^34.0.0",
68
+ "@metamask/network-controller": "^35.0.0",
69
69
  "@metamask/passkey-controller": "^3.0.0",
70
- "@metamask/remote-feature-flag-controller": "^4.2.2",
70
+ "@metamask/remote-feature-flag-controller": "^5.0.0",
71
71
  "@metamask/scure-bip39": "^2.1.1",
72
72
  "@metamask/seedless-onboarding-controller": "^10.1.0",
73
73
  "@metamask/storage-service": "^1.0.2",
74
- "@metamask/transaction-controller": "^69.3.0",
74
+ "@metamask/transaction-controller": "^69.4.0",
75
75
  "@metamask/utils": "^11.11.0"
76
76
  },
77
77
  "devDependencies": {