Skip to content

Commit a3c76d5

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

File tree

12 files changed

+34
-15
lines changed

12 files changed

+34
-15
lines changed

.changeset/real-bugs-boil.md

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

.changeset/tidy-paws-feel.md

Lines changed: 0 additions & 5 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.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5f6848`](https://github.com/thirdweb-dev/js/commit/f5f6848ead0d070114eae587c7620cfce60f5977)]:
8+
9+
- @thirdweb-dev/wagmi-adapter@0.2.190
10+
311
## 0.0.34
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.34",
4+
"version": "0.0.35",
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.93
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5f6848`](https://github.com/thirdweb-dev/js/commit/f5f6848ead0d070114eae587c7620cfce60f5977)]:
8+
9+
310
## 0.2.92
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.92"
60+
"version": "0.2.93"
6161
}

packages/service-utils/CHANGELOG.md

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

3+
## 0.10.9
4+
5+
### Patch Changes
6+
7+
- [#8434](https://github.com/thirdweb-dev/js/pull/8434) [`c11fe95`](https://github.com/thirdweb-dev/js/commit/c11fe954160a544069a9518bd2364a1d7b60cc94) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update engineCloud service config
8+
39
## 0.10.8
410

511
### Patch Changes

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
}
7070
},
7171
"typings": "dist/types/index.d.ts",
72-
"version": "0.10.8"
72+
"version": "0.10.9"
7373
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.112.4
4+
5+
### Patch Changes
6+
7+
- [#8443](https://github.com/thirdweb-dev/js/pull/8443) [`f5f6848`](https://github.com/thirdweb-dev/js/commit/f5f6848ead0d070114eae587c7620cfce60f5977) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add fundWalletLink prop to x402 responses
8+
39
## 5.112.3
410

511
### 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.112.3"
433+
"version": "5.112.4"
434434
}

0 commit comments

Comments
 (0)