Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-plants-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-pandas-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-dragons-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-flowers-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pumpkins-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-walls-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-planets-remember.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @thirdweb-dev/service-utils

## 0.8.9

### Patch Changes

- [#6329](https://github.com/thirdweb-dev/js/pull/6329) [`1fa36c1`](https://github.com/thirdweb-dev/js/commit/1fa36c1d56758788a8f9053f8929497bacb2b115) Thanks [@arcoraven](https://github.com/arcoraven)! - chore: Allow passing teamId with dashboard auth

- [#6293](https://github.com/thirdweb-dev/js/pull/6293) [`8610b46`](https://github.com/thirdweb-dev/js/commit/8610b467b6d13be9dc902db79d3270132dba6894) Thanks [@MananTank](https://github.com/MananTank)! - Update TeamResponse and ProjectResponse types

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/service-utils",
"version": "0.8.8",
"version": "0.8.9",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# thirdweb

## 5.89.0

### Minor Changes

- [#6335](https://github.com/thirdweb-dev/js/pull/6335) [`1851a8c`](https://github.com/thirdweb-dev/js/commit/1851a8c1da16634596e3e21d302275db2e17c40d) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add `activeWallet` prop to `PayEmbed` to pre select a wallet in the UI

- [#6323](https://github.com/thirdweb-dev/js/pull/6323) [`15adec4`](https://github.com/thirdweb-dev/js/commit/15adec4fb7b1d8bd5b5c84ff8a14e5fa0bbeb38e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fiat onramp UI revamp in PayEmbed and support multi hop onramp flows

- [#6317](https://github.com/thirdweb-dev/js/pull/6317) [`a19c0c9`](https://github.com/thirdweb-dev/js/commit/a19c0c96ff12394ea970f174ef5ea524f23fdb6c) Thanks [@jcheese1](https://github.com/jcheese1)! - Add SiweOptions in useConnectModal

### Patch Changes

- [#6300](https://github.com/thirdweb-dev/js/pull/6300) [`2cb89cb`](https://github.com/thirdweb-dev/js/commit/2cb89cb3a1392f262471ee25d13e706e1be2a28c) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix storage upload timeout

- [#6332](https://github.com/thirdweb-dev/js/pull/6332) [`28df6f7`](https://github.com/thirdweb-dev/js/commit/28df6f7e40f88afe4c91a7cf944a97ae374fb1fd) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Force pre-eip1559 tx on Homeverse mainnet/testnet

## 5.88.7

### Patch 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.88.7",
"version": "5.89.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.2.22

## 0.2.21

## 0.2.20
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.2.21",
"version": "0.2.22",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
Loading