Skip to content

Commit 80d5595

Browse files
Version Packages (#8397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0bbbfd commit 80d5595

File tree

11 files changed

+50
-36
lines changed

11 files changed

+50
-36
lines changed

.changeset/clean-tools-learn.md

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

.changeset/fair-mails-divide.md

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

.changeset/mean-pants-beam.md

Lines changed: 0 additions & 22 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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e26d81c`](https://github.com/thirdweb-dev/js/commit/e26d81ce1d92e96de2ae23b5b53f5278c9ec772f), [`d0bbbfd`](https://github.com/thirdweb-dev/js/commit/d0bbbfd39d2c55554e8fe9c7d2d25d0fc645eeaf), [`a54c1ab`](https://github.com/thirdweb-dev/js/commit/a54c1aba350bf1672b2c3fc1ffc702cf2e36bb49)]:
8+
9+
- @thirdweb-dev/wagmi-adapter@0.2.186
10+
311
## 0.0.30
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.30",
4+
"version": "0.0.31",
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.89
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e26d81c`](https://github.com/thirdweb-dev/js/commit/e26d81ce1d92e96de2ae23b5b53f5278c9ec772f), [`d0bbbfd`](https://github.com/thirdweb-dev/js/commit/d0bbbfd39d2c55554e8fe9c7d2d25d0fc645eeaf), [`a54c1ab`](https://github.com/thirdweb-dev/js/commit/a54c1aba350bf1672b2c3fc1ffc702cf2e36bb49)]:
8+
9+
310
## 0.2.88
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.88"
60+
"version": "0.2.89"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.112.0
4+
5+
### Minor Changes
6+
7+
- [#8403](https://github.com/thirdweb-dev/js/pull/8403) [`d0bbbfd`](https://github.com/thirdweb-dev/js/commit/d0bbbfd39d2c55554e8fe9c7d2d25d0fc645eeaf) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add all connected wallets in all onConnect callbacks
8+
9+
### Patch Changes
10+
11+
- [#8402](https://github.com/thirdweb-dev/js/pull/8402) [`e26d81c`](https://github.com/thirdweb-dev/js/commit/e26d81ce1d92e96de2ae23b5b53f5278c9ec772f) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update useAuthToken() to find the auth token for any connected wallet instead of just the active one
12+
13+
- [#8395](https://github.com/thirdweb-dev/js/pull/8395) [`a54c1ab`](https://github.com/thirdweb-dev/js/commit/a54c1aba350bf1672b2c3fc1ffc702cf2e36bb49) Thanks [@MananTank](https://github.com/MananTank)! - Add `verify` parameter to `Bridge.Webhook.parse` function to validate the payload
14+
15+
### Example
16+
17+
```ts
18+
import { Bridge } from "thirdweb";
19+
20+
const payload = await Bridge.Webhook.parse(
21+
body,
22+
headers,
23+
process.env.WEBHOOK_SECRET,
24+
tolerance,
25+
{
26+
// throw an error if the `payload` doesn't have this receiver address set
27+
receiverAddress: "0x1234567890123456789012345678901234567890",
28+
},
29+
);
30+
```
31+
332
## 5.111.10
433

534
### 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.111.10"
433+
"version": "5.112.0"
434434
}

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.186
4+
35
## 0.2.185
46

57
## 0.2.184

0 commit comments

Comments
 (0)