From 6ee3cae9622cb3eda0294f5e86fb533c05d38e1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:30:00 -0400 Subject: [PATCH] chore(main): release 4.9.1 (#1487) :robot: I have created a release *beep* *boop* --- ## [4.9.1](https://github.com/unraid/api/compare/v4.9.0...v4.9.1) (2025-07-08) ### Bug Fixes * **HeaderOsVersion:** adjust top margin for header component ([#1485](https://github.com/unraid/api/issues/1485)) ([862b54d](https://github.com/unraid/api/commit/862b54de8cd793606f1d29e76c19d4a0e1ae172f)) * sign out doesn't work ([#1486](https://github.com/unraid/api/issues/1486)) ([f3671c3](https://github.com/unraid/api/commit/f3671c3e0750b79be1f19655a07a0e9932289b3f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 8 ++++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d51bff83..ae2abc040 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.9.0"} +{".":"4.9.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 7567c836d..9f85d5303 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.9.1](https://github.com/unraid/api/compare/v4.9.0...v4.9.1) (2025-07-08) + + +### Bug Fixes + +* **HeaderOsVersion:** adjust top margin for header component ([#1485](https://github.com/unraid/api/issues/1485)) ([862b54d](https://github.com/unraid/api/commit/862b54de8cd793606f1d29e76c19d4a0e1ae172f)) +* sign out doesn't work ([#1486](https://github.com/unraid/api/issues/1486)) ([f3671c3](https://github.com/unraid/api/commit/f3671c3e0750b79be1f19655a07a0e9932289b3f)) + ## [4.9.0](https://github.com/unraid/api/compare/v4.8.0...v4.9.0) (2025-07-08) diff --git a/api/package.json b/api/package.json index 6e1a8fcc0..adcf0192c 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.9.0", + "version": "4.9.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 5bf4d2159..a55966684 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.9.0", + "version": "4.9.1", "scripts": { "build": "pnpm -r build", "build:watch": " pnpm -r --parallel build:watch", diff --git a/plugin/package.json b/plugin/package.json index 119f183f7..e95957ca3 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.9.0", + "version": "4.9.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index ed7eaced8..e8d121dff 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.9.0", + "version": "4.9.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 6ed965065..416de1291 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.9.0", + "version": "4.9.1", "private": true, "license": "GPL-2.0-or-later", "scripts": {