Skip to content

Commit 279d81e

Browse files
Version Packages (#4223)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d93ec63 commit 279d81e

File tree

6 files changed

+24
-32
lines changed

6 files changed

+24
-32
lines changed

.changeset/cool-turkeys-refuse.md

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

.changeset/neat-vans-refuse.md

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

.changeset/new-shirts-pump.md

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

.changeset/selfish-adults-jump.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.48.1
4+
5+
### Patch Changes
6+
7+
- [#4237](https://github.com/thirdweb-dev/js/pull/4237) [`b38308d`](https://github.com/thirdweb-dev/js/commit/b38308d893aa571d910ae5f76c6538eb83e1dce5) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Enable external redirects for electron support
8+
9+
```ts
10+
import { authenticate } from "thirdweb/wallets/in-app";
11+
12+
const result = await authenticate({
13+
client,
14+
strategy: "google",
15+
redirectUrl: "https://example.org",
16+
mode: "window",
17+
});
18+
```
19+
20+
- [#4213](https://github.com/thirdweb-dev/js/pull/4213) [`6c87d7b`](https://github.com/thirdweb-dev/js/commit/6c87d7ba3a28e136bdd4580ab15e7407ad78f6b3) Thanks [@MananTank](https://github.com/MananTank)! - Fix "conditionally rendereed hooks error" in various components in `thirdweb/react` and `thirdweb/react-native`
21+
22+
- [#4214](https://github.com/thirdweb-dev/js/pull/4214) [`0a1bce8`](https://github.com/thirdweb-dev/js/commit/0a1bce8fa84259264cbac0820b45dd3989cfec73) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix custom image metadata on in-app wallets
23+
24+
- [#4239](https://github.com/thirdweb-dev/js/pull/4239) [`d93ec63`](https://github.com/thirdweb-dev/js/commit/d93ec63cd742fc7dff559d3f4325bb3350a233d1) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix passkey domain not being respected on login
25+
326
## 5.48.0
427

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

0 commit comments

Comments
 (0)