Skip to content

Commit 0b35e02

Browse files
Version Packages
1 parent 1e8ddcb commit 0b35e02

File tree

9 files changed

+32
-42
lines changed

9 files changed

+32
-42
lines changed

.changeset/cyan-shrimps-battle.md

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

.changeset/fair-planes-doubt.md

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

.changeset/metal-mails-ring.md

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

.changeset/pink-gorillas-try.md

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

.changeset/yellow-experts-sparkle.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.80.1
4+
5+
### Patch Changes
6+
7+
- [#5837](https://github.com/thirdweb-dev/js/pull/5837) [`ce3e850`](https://github.com/thirdweb-dev/js/commit/ce3e850fdbf34911e20919ecc2674e4a63f08fa3) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Update implementations
8+
9+
- [#5865](https://github.com/thirdweb-dev/js/pull/5865) [`a9547c5`](https://github.com/thirdweb-dev/js/commit/a9547c561f885cc343da8c4a018ba95d1dc91179) Thanks [@gregfromstl](https://github.com/gregfromstl)! - SDK: Fix chain switching in smart account transactions
10+
11+
- [#5605](https://github.com/thirdweb-dev/js/pull/5605) [`e9c23ad`](https://github.com/thirdweb-dev/js/commit/e9c23ade6799f2509175dabc3bc077b7a37a961b) Thanks [@kien-ngo](https://github.com/kien-ngo)! - - Add onClose callback to Connect Details modal
12+
13+
```tsx
14+
<ConnectButton
15+
detailsModal={{
16+
onClose: (screen: string) => {
17+
// The last screen name that was being shown when user closed the modal
18+
console.log({ screen });
19+
},
20+
}}
21+
/>
22+
```
23+
24+
- Small fix for ChainIcon: Always resolve IPFS URI
25+
- Improve test coverage
26+
27+
- [#5869](https://github.com/thirdweb-dev/js/pull/5869) [`273a320`](https://github.com/thirdweb-dev/js/commit/273a320ae8189a76b67de105c1ae66b7dfb618b0) Thanks [@gregfromstl](https://github.com/gregfromstl)! - SDK: Removed co.lobstr from the available wallets (an unsupported non-EVM wallet)
28+
29+
- [#5871](https://github.com/thirdweb-dev/js/pull/5871) [`1e8ddcb`](https://github.com/thirdweb-dev/js/commit/1e8ddcb3998d024cad794a2ee77100bd10a14f20) Thanks [@gregfromstl](https://github.com/gregfromstl)! - SDK: Gracefully ignore chain with no chain ID in `fromEip1193Provider`
30+
331
## 5.80.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.80.0",
3+
"version": "5.80.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.1.4
4+
35
## 0.1.3
46

57
## 0.1.2

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)