Skip to content

Commit e46b3d3

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

File tree

8 files changed

+36
-47
lines changed

8 files changed

+36
-47
lines changed

.changeset/gold-spoons-float.md

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

.changeset/hip-teachers-drive.md

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

.changeset/khaki-lizards-watch.md

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

.changeset/six-items-sell.md

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

.changeset/strange-items-shake.md

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

.changeset/wet-socks-jog.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.49.0
4+
5+
### Minor Changes
6+
7+
- [#4179](https://github.com/thirdweb-dev/js/pull/4179) [`42d5c65`](https://github.com/thirdweb-dev/js/commit/42d5c65e495d56ee211a7b3075e54c4ea190c1e2) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add NFT prebuilt components
8+
9+
```tsx
10+
import { getContract } from "thirdweb";
11+
import { NFT } from "thirdweb/react";
12+
13+
const contract = getContract({
14+
address: "0x...",
15+
chain: ethereum,
16+
client: yourThirdwebClient,
17+
});
18+
19+
<NFT contract={contract} tokenId={0n}>
20+
<Suspense fallback={"Loading media..."}>
21+
<NFT.Media />
22+
</Suspense>
23+
</NFT>;
24+
```
25+
26+
### Patch Changes
27+
28+
- [#4316](https://github.com/thirdweb-dev/js/pull/4316) [`a65bb88`](https://github.com/thirdweb-dev/js/commit/a65bb8839bfa6d8ea39e9bee4fd04b91378e3e16) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Include from address in in-app wallet transactions
29+
30+
- [#4322](https://github.com/thirdweb-dev/js/pull/4322) [`3e425ec`](https://github.com/thirdweb-dev/js/commit/3e425ecc68e3b601e439a01ad0df032c4a4b9557) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix accessibility warnings
31+
32+
- [#4317](https://github.com/thirdweb-dev/js/pull/4317) [`1e70bbf`](https://github.com/thirdweb-dev/js/commit/1e70bbf2c3ab24732806d04c67c3ea9a512abde7) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Automatic retries for React Native in-app wallet logins
33+
34+
- [#4306](https://github.com/thirdweb-dev/js/pull/4306) [`9d6eb27`](https://github.com/thirdweb-dev/js/commit/9d6eb270818581dcd1d8628cf680e82f603756e9) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix programmatic deployments with smart accounts
35+
36+
- [#4328](https://github.com/thirdweb-dev/js/pull/4328) [`c97b1a5`](https://github.com/thirdweb-dev/js/commit/c97b1a5d7eecf3392fa9b2280a329833b1798141) Thanks [@edwardysun](https://github.com/edwardysun)! - Update default source chain selection in PayEmbed
37+
338
## 5.48.3
439

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

0 commit comments

Comments
 (0)