Skip to content

Commit 35ac486

Browse files
chore(main): release 4.37.5
1 parent d061525 commit 35ac486

7 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.37.4"}
1+
{".":"4.37.5"}

api/CHANGELOG.md

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

3+
## [4.37.5](https://github.com/unraid/api/compare/v4.37.4...v4.37.5) (2026-09-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **api-key-auth:** reject unsafe redirect URI schemes ([509853c](https://github.com/unraid/api/commit/509853c1bc7c219d79b5b1d20a7c31a0cd6b4315))
9+
* **upnp:** Upnp issue fix ([#2081](https://github.com/unraid/api/issues/2081)) ([d061525](https://github.com/unraid/api/commit/d0615255e0ce062f7a8262e560f963d07f311539))
10+
311
## [4.37.4](https://github.com/unraid/api/compare/v4.37.3...v4.37.4) (2026-09-08)
412

513

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/api",
3-
"version": "4.37.4",
3+
"version": "4.37.5",
44
"main": "src/cli/index.ts",
55
"type": "module",
66
"corepack": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unraid-monorepo",
33
"private": true,
4-
"version": "4.37.4",
4+
"version": "4.37.5",
55
"scripts": {
66
"audit": "node scripts/pnpm-audit.mjs",
77
"build": "pnpm -r build",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/connect-plugin",
3-
"version": "4.37.4",
3+
"version": "4.37.5",
44
"private": true,
55
"dependencies": {
66
"commander": "14.0.0",

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/ui",
3-
"version": "4.37.4",
3+
"version": "4.37.5",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"type": "module",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/web",
3-
"version": "4.37.4",
3+
"version": "4.37.5",
44
"private": true,
55
"type": "module",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)