Skip to content

Commit 2c7d841

Browse files
Version Packages (#7863)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16ab7da commit 2c7d841

File tree

9 files changed

+22
-18
lines changed

9 files changed

+22
-18
lines changed

.changeset/cold-pigs-dress.md

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

.changeset/swift-toes-build.md

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

.changeset/young-carrots-burn.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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f11657`](https://github.com/thirdweb-dev/js/commit/7f116577aba529e21a48163b295b091f9d6008f7), [`467ba50`](https://github.com/thirdweb-dev/js/commit/467ba5090729dd951970b15ef320caf9d058cc0b), [`d227bc3`](https://github.com/thirdweb-dev/js/commit/d227bc389bef4b2f84544a73732a61782e3dca16)]:
8+
9+
310
## 0.2.33
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.33"
60+
"version": "0.2.34"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.105.34
4+
5+
### Patch Changes
6+
7+
- [#7858](https://github.com/thirdweb-dev/js/pull/7858) [`7f11657`](https://github.com/thirdweb-dev/js/commit/7f116577aba529e21a48163b295b091f9d6008f7) Thanks [@MananTank](https://github.com/MananTank)! - Fix PayEmbed UI when mode prop is not specified - Default to mode: "fund_wallet" with amount: "0.01" and chain: ethereum
8+
9+
- [#7865](https://github.com/thirdweb-dev/js/pull/7865) [`467ba50`](https://github.com/thirdweb-dev/js/commit/467ba5090729dd951970b15ef320caf9d058cc0b) Thanks [@MananTank](https://github.com/MananTank)! - Add missing props for details modal on `useWalletDetailsModal` hook
10+
11+
- [#7321](https://github.com/thirdweb-dev/js/pull/7321) [`d227bc3`](https://github.com/thirdweb-dev/js/commit/d227bc389bef4b2f84544a73732a61782e3dca16) Thanks [@kumaryash90](https://github.com/kumaryash90)! - ERC20 assets
12+
313
## 5.105.33
414

515
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,5 @@
417417
}
418418
},
419419
"typings": "./dist/types/exports/thirdweb.d.ts",
420-
"version": "5.105.33"
420+
"version": "5.105.34"
421421
}

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.131
4+
35
## 0.2.130
46

57
## 0.2.129

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.130"
58+
"version": "0.2.131"
5959
}

0 commit comments

Comments
 (0)