Skip to content

Commit 7bc8165

Browse files
Version Packages
1 parent 03bf859 commit 7bc8165

File tree

6 files changed

+26
-27
lines changed

6 files changed

+26
-27
lines changed

.changeset/cyan-shrimps-battle.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.

packages/thirdweb/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
- [#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
10+
11+
```tsx
12+
<ConnectButton
13+
detailsModal={{
14+
onClose: (screen: string) => {
15+
// The last screen name that was being shown when user closed the modal
16+
console.log({ screen });
17+
},
18+
}}
19+
/>
20+
```
21+
22+
- Small fix for ChainIcon: Always resolve IPFS URI
23+
- Improve test coverage
24+
325
## 5.80.0
426

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