diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 26791de1d..b8efcb885 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.18.0"} +{".":"4.18.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 754e922fd..2ad6b43d0 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.18.1](https://github.com/unraid/api/compare/v4.18.0...v4.18.1) (2025-09-03) + + +### Bug Fixes + +* OIDC and API Key management issues ([#1642](https://github.com/unraid/api/issues/1642)) ([0fe2c2c](https://github.com/unraid/api/commit/0fe2c2c1c85dcc547e4b1217a3b5636d7dd6d4b4)) +* rm redundant emission to `$HOME/.pm2/logs` ([#1640](https://github.com/unraid/api/issues/1640)) ([a8e4119](https://github.com/unraid/api/commit/a8e4119270868a1dabccd405853a7340f8dcd8a5)) + ## [4.18.0](https://github.com/unraid/api/compare/v4.17.0...v4.18.0) (2025-09-02) diff --git a/api/package.json b/api/package.json index 7a352733b..e296db970 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.18.0", + "version": "4.18.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 88ae11968..51d937fcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.18.0", + "version": "4.18.1", "scripts": { "build": "pnpm -r build", "build:watch": " pnpm -r --parallel build:watch", diff --git a/plugin/package.json b/plugin/package.json index 55792032e..bb1278348 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.18.0", + "version": "4.18.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 2c7edceaa..d3ec58bb3 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.18.0", + "version": "4.18.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 2f4578fd2..34b078577 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.18.0", + "version": "4.18.1", "private": true, "license": "GPL-2.0-or-later", "scripts": {