Skip to content

Commit 29d32b8

Browse files
Version Packages (#5727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67f63c3 commit 29d32b8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/chatty-llamas-drum.md

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

.changeset/tidy-squids-end.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.5.1
4+
5+
### Patch Changes
6+
7+
- [#5728](https://github.com/thirdweb-dev/js/pull/5728) [`a077023`](https://github.com/thirdweb-dev/js/commit/a0770238d45f831c50a7c6b7bafa2e45a749d49f) Thanks [@jnsdls](https://github.com/jnsdls)! - allow passing `null` to service scope, do not validate domains/bundleids when using secretKey auth method
8+
9+
- [#5724](https://github.com/thirdweb-dev/js/pull/5724) [`90a16da`](https://github.com/thirdweb-dev/js/commit/90a16da48ef2d0f1f31fc4753f42b347d782da2c) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Accept Request in authorizeNode
10+
311
## 0.5.0
412

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

0 commit comments

Comments
 (0)