Skip to content

Commit 34c5d24

Browse files
Version Packages (#8182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e612f16 commit 34c5d24

File tree

9 files changed

+32
-15
lines changed

9 files changed

+32
-15
lines changed

.changeset/slow-crews-thank.md

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

apps/wagmi-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# wagmi-inapp
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e612f16`](https://github.com/thirdweb-dev/js/commit/e612f16a85ffda024d7f74b41abb48b2999b9107)]:
8+
9+
- @thirdweb-dev/wagmi-adapter@0.2.157
10+
311
## 0.0.1
412

513
### Patch Changes

apps/wagmi-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wagmi-inapp",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/nebula/CHANGELOG.md

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

3+
## 0.2.60
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e612f16`](https://github.com/thirdweb-dev/js/commit/e612f16a85ffda024d7f74b41abb48b2999b9107)]:
8+
9+
310
## 0.2.59
411

512
### Patch Changes

packages/nebula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"type": "module",
5858
"types": "./dist/types/exports/thirdweb.d.ts",
5959
"typings": "./dist/types/exports/thirdweb.d.ts",
60-
"version": "0.2.59"
60+
"version": "0.2.60"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.108.7
4+
5+
### Patch Changes
6+
7+
- [#8181](https://github.com/thirdweb-dev/js/pull/8181) [`e612f16`](https://github.com/thirdweb-dev/js/commit/e612f16a85ffda024d7f74b41abb48b2999b9107) Thanks [@MananTank](https://github.com/MananTank)! - BuyWidget UI improvements and new features:
8+
- `chain`, and `amount` props are now optional
9+
- User can always change the token and chain selection in the widget
10+
- Both fiat and token amounts are editable
11+
- connected wallet can be disconnected from the widget
12+
- current balance displayed in the widget
13+
314
## 5.108.6
415

516
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,5 @@
430430
}
431431
},
432432
"typings": "./dist/types/exports/thirdweb.d.ts",
433-
"version": "5.108.6"
433+
"version": "5.108.7"
434434
}

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.2.157
4+
35
## 0.2.156
46

57
### Patch Changes

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"type": "module",
5757
"types": "./dist/types/exports/thirdweb.d.ts",
5858
"typings": "./dist/types/exports/thirdweb.d.ts",
59-
"version": "0.2.156"
59+
"version": "0.2.157"
6060
}

0 commit comments

Comments
 (0)