Skip to content

Commit 2579525

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

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

.changeset/real-cars-sell.md

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

.changeset/rich-kangaroos-sip.md

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

packages/thirdweb/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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+
27+
### Patch Changes
28+
29+
- [#5341](https://github.com/thirdweb-dev/js/pull/5341) [`1db950e`](https://github.com/thirdweb-dev/js/commit/1db950e678332eb151b647bfe158f35d565fbc10) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Make encryption key optional for in-app and ecosystem wallets custom auth
30+
331
## 5.66.0
432

533
### 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)