Skip to content

Commit 1b3e938

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

File tree

12 files changed

+35
-24
lines changed

12 files changed

+35
-24
lines changed

.changeset/chatty-rules-listen.md

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

.changeset/fifty-moons-punch.md

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

.changeset/thirty-banks-itch.md

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

.changeset/twelve-grapes-drop.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.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e), [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8), [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81), [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952)]:
8+
- thirdweb@5.115.0
9+
- @thirdweb-dev/wagmi-adapter@0.2.194
10+
311
## 0.0.38
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.38",
4+
"version": "0.0.39",
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.97
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e), [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8), [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81), [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952)]:
8+
- thirdweb@5.115.0
9+
310
## 0.2.96
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.96"
60+
"version": "0.2.97"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.115.0
4+
5+
### Minor Changes
6+
7+
- [#8484](https://github.com/thirdweb-dev/js/pull/8484) [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support erc5792 batch transactions for swaps, add slippage option to Bridge API
8+
9+
### Patch Changes
10+
11+
- [#8469](https://github.com/thirdweb-dev/js/pull/8469) [`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow passing NATIVE_TOKEN_ADDRESS to getWalletBalance()
12+
13+
- [#8486](https://github.com/thirdweb-dev/js/pull/8486) [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix getWalletBalance with native token address
14+
15+
- [#8485](https://github.com/thirdweb-dev/js/pull/8485) [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add caching and timeout for fetching capabilities
16+
317
## 5.114.1
418

519
### 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.114.1"
433+
"version": "5.115.0"
434434
}

0 commit comments

Comments
 (0)