Skip to content

Commit d14e0c4

Browse files
Version Packages (#5785)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a89f766 commit d14e0c4

File tree

9 files changed

+26
-31
lines changed

9 files changed

+26
-31
lines changed

.changeset/four-ducks-try.md

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

.changeset/funny-bobcats-explode.md

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

.changeset/shy-bats-eat.md

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

.changeset/shy-scissors-work.md

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

.changeset/tricky-pears-check.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.80.0
4+
5+
### Minor Changes
6+
7+
- [#5799](https://github.com/thirdweb-dev/js/pull/5799) [`90e2b97`](https://github.com/thirdweb-dev/js/commit/90e2b9740d1e53f764f569724ea679fe6a373b06) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Feature: Allows hiding the "Linked Profiles" button in the `ConnectButton` Details Modal
8+
9+
```tsx
10+
<ConnectButton
11+
detailsModal={{ manageWallet: { allowLinkingProfiles: false } }}
12+
/>
13+
```
14+
15+
### Patch Changes
16+
17+
- [#5693](https://github.com/thirdweb-dev/js/pull/5693) [`7c40fda`](https://github.com/thirdweb-dev/js/commit/7c40fdaf1492f430f238b06481bcf01b42421d8e) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Custom create2 factory deployment for skale chains
18+
19+
- [#5780](https://github.com/thirdweb-dev/js/pull/5780) [`a2a61df`](https://github.com/thirdweb-dev/js/commit/a2a61df0293a29ba9855efea692681dbd530a2bd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Validate getContract params
20+
21+
- [#5818](https://github.com/thirdweb-dev/js/pull/5818) [`a89f766`](https://github.com/thirdweb-dev/js/commit/a89f766a513d31af245f01df6ae0145f31ab21e6) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Only connect wallets on SIWE linking if not already connected
22+
23+
- [#5783](https://github.com/thirdweb-dev/js/pull/5783) [`e818f0e`](https://github.com/thirdweb-dev/js/commit/e818f0ec871298e9c6bb5c24f4b9c9002dd2d939) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds Humanity Testnet as a legacy transaction chain
24+
325
## 5.79.0
426

527
### Minor Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.79.0",
3+
"version": "5.80.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

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.1.3
4+
35
## 0.1.2
46

57
## 0.1.1

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)