diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d57bab3dd..0463770b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.20.0"} +{".":"4.20.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 480b006ca..81b2905fe 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.20.1](https://github.com/unraid/api/compare/v4.20.0...v4.20.1) (2025-09-09) + + +### Bug Fixes + +* adjust header styles to fix flashing and width issues - thanks ZarZ ([4759b3d](https://github.com/unraid/api/commit/4759b3d0b3fb6bc71636f75f807cd6f4f62305d1)) + ## [4.20.0](https://github.com/unraid/api/compare/v4.19.1...v4.20.0) (2025-09-08) diff --git a/api/package.json b/api/package.json index d49c8b98e..e65eb5544 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.20.0", + "version": "4.20.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index cb29e8d3e..13af62242 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.20.0", + "version": "4.20.1", "scripts": { "build": "pnpm -r build", "build:watch": " pnpm -r --parallel build:watch", diff --git a/plugin/package.json b/plugin/package.json index 2bfc88998..d043bec29 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.20.0", + "version": "4.20.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 76aedeb8d..a73c82796 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.20.0", + "version": "4.20.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index af027e3c7..807d112cb 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.20.0", + "version": "4.20.1", "private": true, "type": "module", "license": "GPL-2.0-or-later",