Skip to content

Commit 0c97f42

Browse files
Version Packages
1 parent a19c0c9 commit 0c97f42

File tree

12 files changed

+27
-33
lines changed

12 files changed

+27
-33
lines changed

.changeset/cuddly-plants-wait.md

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

.changeset/funny-dragons-thank.md

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

.changeset/shaggy-flowers-argue.md

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

.changeset/tasty-pumpkins-relax.md

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

.changeset/twelve-walls-teach.md

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

.changeset/violet-planets-remember.md

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

packages/service-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.8.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.8.8
412

513
### Patch Changes

packages/service-utils/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/service-utils",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

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.89.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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
16+
317
## 5.88.7
418

519
### Patch 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.88.7",
3+
"version": "5.89.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)