Skip to content

Commit 62c179d

Browse files
Version Packages (#6975)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e96ebba commit 62c179d

File tree

5 files changed

+32
-29
lines changed

5 files changed

+32
-29
lines changed

.changeset/silent-areas-melt.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/thirdweb/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# thirdweb
22

3+
## 5.98.0
4+
5+
### Minor Changes
6+
7+
- [#6874](https://github.com/thirdweb-dev/js/pull/6874) [`e96ebba`](https://github.com/thirdweb-dev/js/commit/e96ebba2cba7ec63ba04d0d0a47c177059d6a19e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - EIP7702 support for in-app wallets
8+
9+
You can now turn your in-app wallets into smart accounts with 7702!
10+
11+
This lets you:
12+
13+
- sponsor transactions
14+
- batch transactions
15+
- add session keys
16+
- and more!
17+
18+
simply pass the executionMode "EIP7702" to get started:
19+
20+
```ts
21+
const wallet = inAppWallet({
22+
executionMode: {
23+
mode: "EIP7702",
24+
sponsorGas: true,
25+
},
26+
});
27+
```
28+
29+
Keep in mind that this will only work on chains that support 7702.
30+
331
## 5.97.3
432

533
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.97.3",
3+
"version": "5.98.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.73
4+
35
## 0.2.72
46

57
## 0.2.71

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.72",
3+
"version": "0.2.73",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)