Skip to content

Commit f98365c

Browse files
Version Packages (#5602)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1aa380 commit f98365c

8 files changed

+34
-46
lines changed

.changeset/curly-ligers-exist.md

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

.changeset/moody-turtles-count.md

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

.changeset/nervous-masks-beam.md

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

.changeset/strong-avocados-argue.md

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

.changeset/tidy-zoos-know.md

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

.changeset/tiny-pugs-hunt.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.74.0
4+
5+
### Minor Changes
6+
7+
- [#5634](https://github.com/thirdweb-dev/js/pull/5634) [`d1aa380`](https://github.com/thirdweb-dev/js/commit/d1aa3805bfbf22b6a01404c3a01fe1ad02cd9815) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - ERC20 Token Paymaster support
8+
9+
You can now use ERC20 Token Paymasters with Smart Wallets.
10+
11+
```typescript
12+
import { base } from "thirdweb/chains";
13+
import { TokenPaymaster, smartWallet } from "thirdweb/wallets";
14+
15+
const wallet = smartWallet({
16+
chain: base,
17+
sponsorGas: true, // only sponsor gas for the first ERC20 approval
18+
overrides: {
19+
tokenPaymaster: TokenPaymaster.BASE_USDC,
20+
},
21+
});
22+
```
23+
24+
### Patch Changes
25+
26+
- [#5593](https://github.com/thirdweb-dev/js/pull/5593) [`68ad62f`](https://github.com/thirdweb-dev/js/commit/68ad62f1d5c319392a7598d747a1400341bcc170) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - update `type` in `getUser` `Profiles` to match tyepscript types
27+
28+
- [#5621](https://github.com/thirdweb-dev/js/pull/5621) [`279cb6f`](https://github.com/thirdweb-dev/js/commit/279cb6f9a737107b49d2ddcdb465e5941cbf9b42) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Feature: Propagate failed sign in error message to the UI
29+
30+
- [#5596](https://github.com/thirdweb-dev/js/pull/5596) [`c893239`](https://github.com/thirdweb-dev/js/commit/c893239582d3362716f3daa7511f35b34b3cf790) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - add fallback chain for ecosystem smart accounts
31+
32+
- [#5620](https://github.com/thirdweb-dev/js/pull/5620) [`13d63ab`](https://github.com/thirdweb-dev/js/commit/13d63ab06221cf9d7030779e54186b6925362356) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix: Hides Sign in with Wallet button when linking a profile
33+
34+
- [#5618](https://github.com/thirdweb-dev/js/pull/5618) [`33c23e7`](https://github.com/thirdweb-dev/js/commit/33c23e789e577bd6463e135cec4e25cfcfc9964a) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix: Removed the auth prop from useConnectModal as it is currently not supported
35+
336
## 5.73.0
437

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

0 commit comments

Comments
 (0)