Skip to content

Commit 8003e93

Browse files
Version Packages (#8264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51c8318 commit 8003e93

File tree

13 files changed

+47
-29
lines changed

13 files changed

+47
-29
lines changed

.changeset/eleven-mangos-travel.md

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

.changeset/forty-donuts-happen.md

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

.changeset/strong-buses-love.md

Lines changed: 0 additions & 14 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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51c8318`](https://github.com/thirdweb-dev/js/commit/51c8318df7b51126496ee94b1fd79a338734fced), [`d68da22`](https://github.com/thirdweb-dev/js/commit/d68da2239b628f7835b0545a143b69e09cdf4141)]:
8+
9+
- @thirdweb-dev/wagmi-adapter@0.2.166
10+
311
## 0.0.10
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.10",
4+
"version": "0.0.11",
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.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51c8318`](https://github.com/thirdweb-dev/js/commit/51c8318df7b51126496ee94b1fd79a338734fced), [`d68da22`](https://github.com/thirdweb-dev/js/commit/d68da2239b628f7835b0545a143b69e09cdf4141)]:
8+
9+
310
## 0.2.68
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.68"
60+
"version": "0.2.69"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.109.0
4+
5+
### Minor Changes
6+
7+
- [#8259](https://github.com/thirdweb-dev/js/pull/8259) [`d68da22`](https://github.com/thirdweb-dev/js/commit/d68da2239b628f7835b0545a143b69e09cdf4141) Thanks [@MananTank](https://github.com/MananTank)! - Update `onSuccess` prop on `BuyWidget`, `CheckoutWidget`, `SwapWidget`, and `BridgeWidget` components to include `statuses` and `quote` objects instead of just `quote`.
8+
9+
```tsx
10+
<BuyWidget
11+
onSuccess={(data) => {
12+
console.log(data.statuses);
13+
console.log(data.quote);
14+
}}
15+
/>
16+
```
17+
18+
### Patch Changes
19+
20+
- [#8267](https://github.com/thirdweb-dev/js/pull/8267) [`51c8318`](https://github.com/thirdweb-dev/js/commit/51c8318df7b51126496ee94b1fd79a338734fced) Thanks [@jnsdls](https://github.com/jnsdls)! - fetch native currency from chain API if required
21+
322
## 5.108.15
423

524
### 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.15"
433+
"version": "5.109.0"
434434
}

packages/vault-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @thirdweb-dev/react-native-adapter
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#8263](https://github.com/thirdweb-dev/js/pull/8263) [`fe50abd`](https://github.com/thirdweb-dev/js/commit/fe50abd5aba396c244dc8c5c1539e75ccd28ca97) Thanks [@d4mr](https://github.com/d4mr)! - Fixed bug with listing solana accounts response type
8+
39
## 0.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)