Skip to content

Commit bd42363

Browse files
Version Packages (#4175)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42cdc3a commit bd42363

File tree

8 files changed

+27
-39
lines changed

8 files changed

+27
-39
lines changed

.changeset/afraid-points-admire.md

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

.changeset/chatty-knives-attend.md

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

.changeset/empty-swans-smoke.md

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

.changeset/light-countries-smell.md

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

.changeset/light-hornets-pretend.md

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

.changeset/thirty-bottles-jump.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.48.0
4+
5+
### Minor Changes
6+
7+
- [#4191](https://github.com/thirdweb-dev/js/pull/4191) [`42cdc3a`](https://github.com/thirdweb-dev/js/commit/42cdc3a2bcfa44de46c48fa2e5c8b2a279eac8bb) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Updates connect modal styles
8+
9+
- [#4124](https://github.com/thirdweb-dev/js/pull/4124) [`246701d`](https://github.com/thirdweb-dev/js/commit/246701d615041a1dd1b8aca0a7aab62f261ac1ca) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds the ability to link a wallet in the Connect UI
10+
11+
### Patch Changes
12+
13+
- [#4128](https://github.com/thirdweb-dev/js/pull/4128) [`ef9cc55`](https://github.com/thirdweb-dev/js/commit/ef9cc55b69e77e310e600a3403ac0b2bae4b901e) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Expose max() & min() util methods for bigints
14+
15+
- [#4172](https://github.com/thirdweb-dev/js/pull/4172) [`cb591aa`](https://github.com/thirdweb-dev/js/commit/cb591aa6afffa57de31e5bdce91ad9964856e81c) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Only show pay modal if active wallet does not have enough funds for a paid transaction
16+
17+
- [#4177](https://github.com/thirdweb-dev/js/pull/4177) [`bd46699`](https://github.com/thirdweb-dev/js/commit/bd4669984dab9973ae1ecc6c7351a5040461e595) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Expsose GaslessConfigs type
18+
19+
```ts
20+
const gaslessOptions: GaslessOptions = {
21+
provider: "engine",
22+
relayerUrl: "https://thirdweb.engine-***.thirdweb.com/relayer/***",
23+
relayerForwarderAddress: "0x...",
24+
};
25+
```
26+
27+
- [#4211](https://github.com/thirdweb-dev/js/pull/4211) [`4abf7a7`](https://github.com/thirdweb-dev/js/commit/4abf7a7f25182af964f0130c3ff1db574fd5ebc5) Thanks [@MananTank](https://github.com/MananTank)! - Fix Conditionally rendered hook error when Buying funds using fiat
28+
329
## 5.47.1
430

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

0 commit comments

Comments
 (0)