Skip to content

Commit 15eb6bd

Browse files
Version Packages (#5642)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec84ed3 commit 15eb6bd

8 files changed

+36
-48
lines changed

.changeset/blue-bees-ring.md

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

.changeset/little-kids-wash.md

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

.changeset/ninety-foxes-refuse.md

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

.changeset/odd-coats-cheer.md

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

.changeset/silent-hats-melt.md

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

.changeset/strong-beans-pump.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.75.0
4+
5+
### Minor Changes
6+
7+
- [#5598](https://github.com/thirdweb-dev/js/pull/5598) [`16e5347`](https://github.com/thirdweb-dev/js/commit/16e534714e65af831553d47496d9018dfc73995c) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Update underlying APIs to use Ox for transaction serialization
8+
9+
### Patch Changes
10+
11+
- [#5639](https://github.com/thirdweb-dev/js/pull/5639) [`ed0886a`](https://github.com/thirdweb-dev/js/commit/ed0886a89f06f4c4065e37aa791d99eff2ce59d1) Thanks [@jnsdls](https://github.com/jnsdls)! - default account components to not retry on failure
12+
13+
- [#5640](https://github.com/thirdweb-dev/js/pull/5640) [`5070e76`](https://github.com/thirdweb-dev/js/commit/5070e76d35d88868c56df86ab673527b159b0d9c) Thanks [@jnsdls](https://github.com/jnsdls)! - accept `react 19` as peer explicitly
14+
15+
- [#5487](https://github.com/thirdweb-dev/js/pull/5487) [`5574c15`](https://github.com/thirdweb-dev/js/commit/5574c15ec887c963a148cb54f04e5c0b5d3cff8e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - BETA support for 7579 modular smart accounts
16+
17+
You can now create modular smart wallets using the 7579 preset.
18+
19+
Keep in mind that this is in BETA, and there might be breaking API changes.
20+
21+
```typescript
22+
import { sepolia } from "thirdweb/chains";
23+
import { smartWallet, Config } from "thirdweb/wallets/smart";
24+
const modularSmartWallet = smartWallet(
25+
Config.erc7579({
26+
chain: sepolia,
27+
sponsorGas: true,
28+
factoryAddress: "0x...", // the 7579 factory address
29+
validatorAddress: "0x...", // the default validator module address
30+
}),
31+
});
32+
```
33+
34+
- [#5630](https://github.com/thirdweb-dev/js/pull/5630) [`0aa2416`](https://github.com/thirdweb-dev/js/commit/0aa24165ce66f837d3c22d6e1841de984e335863) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add erc20Value to buyFromListing transaction
35+
36+
- [#5641](https://github.com/thirdweb-dev/js/pull/5641) [`d1716fc`](https://github.com/thirdweb-dev/js/commit/d1716fc793d8cc57908192674f3aefe8ee66a5f8) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support ERC6492 for smart account signatures
37+
338
## 5.74.0
439

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

0 commit comments

Comments
 (0)