Skip to content

Commit daf5fda

Browse files
Version Packages (#4761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 399ba2e commit daf5fda

File tree

7 files changed

+16
-18
lines changed

7 files changed

+16
-18
lines changed

.changeset/dry-dancers-camp.md

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

.changeset/nice-experts-greet.md

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

.changeset/thick-gifts-push.md

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

packages/service-utils/CHANGELOG.md

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

3+
## 0.4.39
4+
5+
### Patch Changes
6+
7+
- [#4760](https://github.com/thirdweb-dev/js/pull/4760) [`57a0e27`](https://github.com/thirdweb-dev/js/commit/57a0e271b3f84348c79e99e4e15b239a1a2fce0d) Thanks [@arcoraven](https://github.com/arcoraven)! - fix: Return 402 status if payment required
8+
39
## 0.4.38
410

511
### 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.4.38",
3+
"version": "0.4.39",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.58.5
4+
5+
### Patch Changes
6+
7+
- [#4759](https://github.com/thirdweb-dev/js/pull/4759) [`2d34771`](https://github.com/thirdweb-dev/js/commit/2d34771e189146e4c2619f7585f9cbfa3e190bac) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - Fix guest account creation uniqueness
8+
9+
- [#4763](https://github.com/thirdweb-dev/js/pull/4763) [`399ba2e`](https://github.com/thirdweb-dev/js/commit/399ba2efd075bb0a62ff83e30779ab1aa535e203) Thanks [@jnsdls](https://github.com/jnsdls)! - improve error handling for 402 and 403 error codes in storage upload
10+
311
## 5.58.4
412

513
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.58.4",
3+
"version": "5.58.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -214,7 +214,6 @@
214214
"@walletconnect/ethereum-provider": "2.16.2",
215215
"@walletconnect/sign-client": "2.16.2",
216216
"abitype": "1.0.5",
217-
218217
"fuse.js": "7.0.0",
219218
"input-otp": "^1.2.4",
220219
"mipd": "0.0.7",

0 commit comments

Comments
 (0)