Skip to content

Commit b83e372

Browse files
committed
Merge branch 'cursor/add-solana-transactions-and-wallets-tables-2ff0' of github.com:thirdweb-dev/js into cursor/add-solana-transactions-and-wallets-tables-2ff0
2 parents 97cf8ad + e06fbd9 commit b83e372

File tree

16 files changed

+78
-50
lines changed

16 files changed

+78
-50
lines changed

apps/portal/src/app/bridge/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const preparedQuote = await Bridge.Buy.prepare({
102102
</TabsContent>
103103

104104
<TabsContent value="react">
105-
The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/widgets/SwapWidget) component.
105+
The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/SwapWidget) component.
106106

107107
### Live Playground
108108

apps/portal/src/app/payments/custom-data/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ To connect with other auth strategies, use external wallets, or sponsor gas for
195195

196196
- [Buy.prepare](/references/typescript/v5/buy/prepare)
197197
- [Sell.prepare](/references/typescript/v5/sell/prepare)
198-
- [BuyWidget](/references/typescript/v5/widgets/BuyWidget)
199-
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
200-
- [TransactionWidget](/references/typescript/v5/widgets/TransactionWidget)
198+
- [BuyWidget](/references/typescript/v5/BuyWidget)
199+
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)
200+
- [TransactionWidget](/references/typescript/v5/TransactionWidget)
201201

apps/portal/src/app/payments/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ const preparedQuote = await Bridge.Buy.prepare({
106106
</TabsContent>
107107

108108
<TabsContent value="react">
109-
The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/widgets/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/widgets/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/widgets/TransactionWidget) components.
110-
109+
The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/TransactionWidget) components.
110+
111111
### Live Playground
112112

113113
<ArticleIconCard
@@ -116,7 +116,7 @@ const preparedQuote = await Bridge.Buy.prepare({
116116
icon={ReactIcon}
117117
href="https://playground.thirdweb.com/connect/pay/transactions"
118118
/>
119-
119+
120120
### Installation
121121

122122
Install the thirdweb SDK in your React project:

apps/portal/src/app/payments/products/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ The CheckoutWidget handles the complete payment flow, supporting both crypto and
8282

8383
## API Reference
8484

85-
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
85+
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)

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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7f42e6`](https://github.com/thirdweb-dev/js/commit/e7f42e6ac591102145f5e25983aeaa6f3647ad7f)]:
8+
9+
- @thirdweb-dev/wagmi-adapter@0.2.165
10+
311
## 0.0.9
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.9",
4+
"version": "0.0.10",
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.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7f42e6`](https://github.com/thirdweb-dev/js/commit/e7f42e6ac591102145f5e25983aeaa6f3647ad7f)]:
8+
9+
310
## 0.2.67
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.67"
60+
"version": "0.2.68"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.108.15
4+
5+
### Patch Changes
6+
7+
- [#8257](https://github.com/thirdweb-dev/js/pull/8257) [`e7f42e6`](https://github.com/thirdweb-dev/js/commit/e7f42e6ac591102145f5e25983aeaa6f3647ad7f) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Improve Transactions list in connect modal
8+
Fix query cache for block explorers for raw chains
9+
310
## 5.108.14
411

512
### 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.14"
433+
"version": "5.108.15"
434434
}

0 commit comments

Comments
 (0)