Skip to content

Commit 6ad015e

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

File tree

9 files changed

+22
-18
lines changed

9 files changed

+22
-18
lines changed

.changeset/cold-files-sleep.md

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

.changeset/tangy-ghosts-joke.md

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

.changeset/witty-ducks-lie.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b86d520`](https://github.com/thirdweb-dev/js/commit/b86d520f3c05c4c3741d9f3071f40d13cebe24dd), [`e4ba47b`](https://github.com/thirdweb-dev/js/commit/e4ba47bd1e4bc5aee4ca1e0bedd583dc9e33d30e), [`58787a2`](https://github.com/thirdweb-dev/js/commit/58787a28f362d168a72a6eb462930ad7de4b87f2)]:
8+
- thirdweb@5.105.26
9+
310
## 0.2.25
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.25"
60+
"version": "0.2.26"
6161
}

packages/thirdweb/CHANGELOG.md

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

3+
## 5.105.26
4+
5+
### Patch Changes
6+
7+
- [#7775](https://github.com/thirdweb-dev/js/pull/7775) [`b86d520`](https://github.com/thirdweb-dev/js/commit/b86d520f3c05c4c3741d9f3071f40d13cebe24dd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle mobile deeplinks for transactions via WalletConnect
8+
9+
- [#7767](https://github.com/thirdweb-dev/js/pull/7767) [`e4ba47b`](https://github.com/thirdweb-dev/js/commit/e4ba47bd1e4bc5aee4ca1e0bedd583dc9e33d30e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix decodeFunction and decodeError functions
10+
11+
- [#7766](https://github.com/thirdweb-dev/js/pull/7766) [`58787a2`](https://github.com/thirdweb-dev/js/commit/58787a28f362d168a72a6eb462930ad7de4b87f2) Thanks [@alecananian](https://github.com/alecananian)! - Fixed `useContractEvents` persisting previous data when filters change
12+
313
## 5.105.25
414

515
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,5 @@
406406
}
407407
},
408408
"typings": "./dist/types/exports/thirdweb.d.ts",
409-
"version": "5.105.25"
409+
"version": "5.105.26"
410410
}

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.123
4+
35
## 0.2.122
46

57
## 0.2.121

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

0 commit comments

Comments
 (0)