Skip to content

Commit cc3cd19

Browse files
Version Packages
1 parent f5f5ae6 commit cc3cd19

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

.changeset/real-cars-sell.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.67.0
4+
5+
### Minor Changes
6+
7+
- [#5326](https://github.com/thirdweb-dev/js/pull/5326) [`f5f5ae6`](https://github.com/thirdweb-dev/js/commit/f5f5ae63b441e0c0848c8ec88e0d1a81638b852b) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Add SiteLink component for creating wallet-aware links between thirdweb-enabled sites. This component automatically adds wallet connection parameters to the target URL when a wallet is connected, enabling seamless wallet state sharing between sites.
8+
9+
Example:
10+
11+
```tsx
12+
import { SiteLink } from "thirdweb/react";
13+
14+
function App() {
15+
return (
16+
<SiteLink
17+
href="https://thirdweb.com"
18+
client={thirdwebClient}
19+
ecosystem={{ id: "ecosystem.thirdweb" }}
20+
>
21+
Visit thirdweb.com with connected wallet
22+
</SiteLink>
23+
);
24+
}
25+
```
26+
327
## 5.66.0
428

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

0 commit comments

Comments
 (0)