Skip to content

Commit c4f4f0e

Browse files
Version Packages
1 parent b058f68 commit c4f4f0e

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

.changeset/polite-trains-kick.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.82.0
4+
5+
### Minor Changes
6+
7+
- [#5845](https://github.com/thirdweb-dev/js/pull/5845) [`b058f68`](https://github.com/thirdweb-dev/js/commit/b058f688a751486de1cffdcd5db4c846db6bb2ab) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Feature: Adds `deploySmartAccount` function to force the deployment of a smart account.
8+
9+
```ts
10+
const account = await deploySmartAccount({
11+
smartAccount,
12+
chain,
13+
client,
14+
accountContract,
15+
});
16+
```
17+
18+
Fix: Uses 1271 signatures if the smart account is already deployed.
19+
320
## 5.81.0
421

522
### Minor 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.81.0",
3+
"version": "5.82.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.1.5
4+
35
## 0.1.4
46

57
## 0.1.3

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.1.4",
3+
"version": "0.1.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)