Skip to content

Commit 1abab4c

Browse files
Version Packages (#6294)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1851a8c commit 1abab4c

13 files changed

+29
-38
lines changed

.changeset/cuddly-plants-wait.md

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

.changeset/fifty-pandas-trade.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# thirdweb
22

3+
## 5.89.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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
16+
17+
- [#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
18+
319
## 5.88.7
420

521
### 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"

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.22
4+
35
## 0.2.21
46

57
## 0.2.20

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

0 commit comments

Comments
 (0)