Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec1399d

Browse files
Version Packages
1 parent 60021b3 commit ec1399d

File tree

8 files changed

+30
-21
lines changed

8 files changed

+30
-21
lines changed

.changeset/better-lines-rule.md

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

.changeset/some-moons-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.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a94f229`](https://github.com/thirdweb-dev/js/commit/a94f22928a662a5aff7a203fc2d383d9fa0907ec), [`5249cb7`](https://github.com/thirdweb-dev/js/commit/5249cb7409a8486346fe428f824c81dd90845555)]:
8+
9+
310
## 0.2.52
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.52"
60+
"version": "0.2.53"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.108.0
4+
5+
### Minor Changes
6+
7+
- [#8091](https://github.com/thirdweb-dev/js/pull/8091) [`5249cb7`](https://github.com/thirdweb-dev/js/commit/5249cb7409a8486346fe428f824c81dd90845555) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Accept arbitrary chain ids for x402 payments with new settlePayment() and verifyPayment() backend utility functions
8+
9+
### Patch Changes
10+
11+
- [#8100](https://github.com/thirdweb-dev/js/pull/8100) [`a94f229`](https://github.com/thirdweb-dev/js/commit/a94f22928a662a5aff7a203fc2d383d9fa0907ec) Thanks [@MananTank](https://github.com/MananTank)! - Update the `onSuccess`, `onError`, and `onCancel` callback props of the `BuyWidget` to be called with the `quote` object
12+
13+
```tsx
14+
<BuyWidget
15+
onSuccess={(quote) => console.log("Swap completed:", quote)}
16+
onError={(error, quote) => console.error("Swap failed:", error, quote)}
17+
onCancel={(quote) => console.log("Swap cancelled:", quote)}
18+
/>
19+
```
20+
321
## 5.107.1
422

523
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,5 @@
427427
}
428428
},
429429
"typings": "./dist/types/exports/thirdweb.d.ts",
430-
"version": "5.107.1"
430+
"version": "5.108.0"
431431
}

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.150
4+
35
## 0.2.149
46

57
## 0.2.148

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

0 commit comments

Comments
 (0)