Skip to content

Commit 8b6a953

Browse files
Version Packages (#7594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33b0b6d commit 8b6a953

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

.changeset/few-moments-add.md

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

.changeset/ten-places-feel.md

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

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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f33e31a`](https://github.com/thirdweb-dev/js/commit/f33e31ad6e045fe751c2d7a51874f8a13e99861f), [`592bf6f`](https://github.com/thirdweb-dev/js/commit/592bf6f1fdd4f1a2babbef94a37b93881d28b6f5)]:
8+
9+
310
## 0.2.15
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.15"
60+
"version": "0.2.16"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.105.16
4+
5+
### Patch Changes
6+
7+
- [#7591](https://github.com/thirdweb-dev/js/pull/7591) [`f33e31a`](https://github.com/thirdweb-dev/js/commit/f33e31ad6e045fe751c2d7a51874f8a13e99861f) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fixed a regression that prompted the user to pay the full amount in the TransactionWidget, rather than the difference from their current balance
8+
9+
- [#7589](https://github.com/thirdweb-dev/js/pull/7589) [`592bf6f`](https://github.com/thirdweb-dev/js/commit/592bf6f1fdd4f1a2babbef94a37b93881d28b6f5) Thanks [@MananTank](https://github.com/MananTank)! - Fix theme in ConnectButton Details Modal Buy screen
10+
311
## 5.105.15
412

513
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,5 @@
404404
}
405405
},
406406
"typings": "./dist/types/exports/thirdweb.d.ts",
407-
"version": "5.105.15"
407+
"version": "5.105.16"
408408
}

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.113
4+
35
## 0.2.112
46

57
## 0.2.111

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"type": "module",
5656
"types": "./dist/types/exports/thirdweb.d.ts",
5757
"typings": "./dist/types/exports/thirdweb.d.ts",
58-
"version": "0.2.112"
58+
"version": "0.2.113"
5959
}

0 commit comments

Comments
 (0)