Skip to content

Commit

Permalink
Version Packages (#5785)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jnsdls and github-actions[bot] authored Dec 20, 2024
1 parent a89f766 commit d14e0c4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 31 deletions.
9 changes: 0 additions & 9 deletions .changeset/four-ducks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-bobcats-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-bats-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-scissors-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pears-check.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# thirdweb

## 5.80.0

### Minor Changes

- [#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

```tsx
<ConnectButton
detailsModal={{ manageWallet: { allowLinkingProfiles: false } }}
/>
```

### Patch Changes

- [#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

- [#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

- [#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

- [#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

## 5.79.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.79.0",
"version": "5.80.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
2 changes: 2 additions & 0 deletions packages/wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/wagmi-adapter

## 0.1.3

## 0.1.2

## 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/wagmi-adapter",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down

0 comments on commit d14e0c4

Please sign in to comment.