diff --git a/.changeset/silent-areas-melt.md b/.changeset/silent-areas-melt.md deleted file mode 100644 index 0985cdcb59f..00000000000 --- a/.changeset/silent-areas-melt.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"thirdweb": minor ---- - -EIP7702 support for in-app wallets - -You can now turn your in-app wallets into smart accounts with 7702! - -This lets you: - -- sponsor transactions -- batch transactions -- add session keys -- and more! - -simply pass the executionMode "EIP7702" to get started: - -```ts -const wallet = inAppWallet({ - executionMode: { - mode: "EIP7702", - sponsorGas: true, - }, -}); -``` - -Keep in mind that this will only work on chains that support 7702. diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index 16950fceb28..6da38e6f55e 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,33 @@ # thirdweb +## 5.98.0 + +### Minor Changes + +- [#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 + + You can now turn your in-app wallets into smart accounts with 7702! + + This lets you: + + - sponsor transactions + - batch transactions + - add session keys + - and more! + + simply pass the executionMode "EIP7702" to get started: + + ```ts + const wallet = inAppWallet({ + executionMode: { + mode: "EIP7702", + sponsorGas: true, + }, + }); + ``` + + Keep in mind that this will only work on chains that support 7702. + ## 5.97.3 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 4ed23c24b46..6b732dbade2 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.97.3", + "version": "5.98.0", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md index a6607576808..f2f8ebf2436 100644 --- a/packages/wagmi-adapter/CHANGELOG.md +++ b/packages/wagmi-adapter/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/wagmi-adapter +## 0.2.73 + ## 0.2.72 ## 0.2.71 diff --git a/packages/wagmi-adapter/package.json b/packages/wagmi-adapter/package.json index ff79267be48..b0ee040d44b 100644 --- a/packages/wagmi-adapter/package.json +++ b/packages/wagmi-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/wagmi-adapter", - "version": "0.2.72", + "version": "0.2.73", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"