Skip to content

Commit 0a1d59d

Browse files
Version Packages (#5069)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a04cda1 commit 0a1d59d

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
lines changed

.changeset/popular-dragons-sin.md

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

.changeset/rotten-weeks-raise.md

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

.changeset/serious-masks-serve.md

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

.changeset/tall-melons-sneeze.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.45
4+
5+
### Patch Changes
6+
7+
- [#5072](https://github.com/thirdweb-dev/js/pull/5072) [`9da5cd7`](https://github.com/thirdweb-dev/js/commit/9da5cd7d49aa331ccb88cdcbdf13da4f992c189b) Thanks [@iuwqyir](https://github.com/iuwqyir)! - Adds insight scope to api key and exposes cacheOptions for node auth
8+
39
## 0.4.44
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.44",
3+
"version": "0.4.45",
44
"type": "module",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/thirdweb/CHANGELOG.md

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

3+
## 5.63.1
4+
5+
### Patch Changes
6+
7+
- [#5065](https://github.com/thirdweb-dev/js/pull/5065) [`b01faac`](https://github.com/thirdweb-dev/js/commit/b01faacd999a6b5d88d273531cea67c97c84d5ae) Thanks [@MananTank](https://github.com/MananTank)! - Catch failed to post tracking errors to avoid exposing them to error report services
8+
9+
- [#5063](https://github.com/thirdweb-dev/js/pull/5063) [`ef6b4f4`](https://github.com/thirdweb-dev/js/commit/ef6b4f48ef94f1196912906a2adfdc8a997ff2af) Thanks [@MananTank](https://github.com/MananTank)! - Add reason string on abort controller's `abort` method to avoid `AbortError: signal is aborted without reason` errors
10+
11+
- [#5080](https://github.com/thirdweb-dev/js/pull/5080) [`67a363f`](https://github.com/thirdweb-dev/js/commit/67a363f624b935e02718e6cb205856e8b568477b) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix revalidation with siwe auth in ConnectEmbed
12+
313
## 5.63.0
414

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

0 commit comments

Comments
 (0)