@gelatonetwork/smartwallet-react-types 0.0.2-alpha.6 → 0.0.2
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.
- package/CHANGELOG.md +40 -0
- package/_dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,45 @@
|
|
1
1
|
# @gelatonetwork/smartwallet-react-types
|
2
2
|
|
3
|
+
## 0.0.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- a4745d0: feat: provide gelato smart wallet client from react component
|
8
|
+
- e0b9f69: feat: support kernel wallet (7702)
|
9
|
+
- 9d15eea: feat: allow passing gelato apiKey
|
10
|
+
- 5f11604: chore: add readmes
|
11
|
+
- a7add59: fix: versioning
|
12
|
+
- 8ab4de1: refactor: switchNetwork method to accept chainId
|
13
|
+
- 5474e52: chore: alpha release
|
14
|
+
- 1f2c254: fix: peer dependency
|
15
|
+
- Updated dependencies [e0b9f69]
|
16
|
+
- Updated dependencies [9d15eea]
|
17
|
+
- Updated dependencies [49a40ae]
|
18
|
+
- Updated dependencies [2bdff53]
|
19
|
+
- Updated dependencies [2ef980a]
|
20
|
+
- Updated dependencies [b928e65]
|
21
|
+
- Updated dependencies [a7add59]
|
22
|
+
- Updated dependencies [9d15eea]
|
23
|
+
- Updated dependencies [6055f9b]
|
24
|
+
- Updated dependencies [ef7be72]
|
25
|
+
- Updated dependencies [ffa3302]
|
26
|
+
- Updated dependencies [5474e52]
|
27
|
+
- Updated dependencies [1d5eacb]
|
28
|
+
- Updated dependencies [575b36b]
|
29
|
+
- Updated dependencies [1f2c254]
|
30
|
+
- Updated dependencies [576b744]
|
31
|
+
- Updated dependencies [576b744]
|
32
|
+
- Updated dependencies [d69774c]
|
33
|
+
- Updated dependencies [6895459]
|
34
|
+
- @gelatonetwork/smartwallet@0.0.2
|
35
|
+
|
36
|
+
## 0.0.2-alpha.7
|
37
|
+
|
38
|
+
### Patch Changes
|
39
|
+
|
40
|
+
- Updated dependencies [2ef980a]
|
41
|
+
- @gelatonetwork/smartwallet@0.0.2-alpha.7
|
42
|
+
|
3
43
|
## 0.0.2-alpha.6
|
4
44
|
|
5
45
|
### Patch Changes
|