From 69508b13d2a1d7c74010e4c321f4feaaed53f084 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:06:53 +0000 Subject: [PATCH] chore(main): release 4.36.0 --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 16 ++++++++++++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 594c52ab01..f96b6495f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.35.1"} +{".":"4.36.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 1e883db9dc..324a8a1189 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.36.0](https://github.com/unraid/api/compare/v4.35.1...v4.36.0) (2026-07-21) + + +### Features + +* add docker restart mutation ([#2022](https://github.com/unraid/api/issues/2022)) ([b58120c](https://github.com/unraid/api/commit/b58120ca1ef484b68d81dffd72d5a307fefca24f)) +* update dependencies ([#2028](https://github.com/unraid/api/issues/2028)) ([1c8522d](https://github.com/unraid/api/commit/1c8522dda6957254319a2950ace6c4c8d1613c7b)) + + +### Bug Fixes + +* **ci:** publish PR plugin after unrelated failures ([#2046](https://github.com/unraid/api/issues/2046)) ([a2b0833](https://github.com/unraid/api/commit/a2b083374b55d337c344a180cae65573ec066e80)) +* **ci:** resolve PR number for fork PR plugin uploads ([#2040](https://github.com/unraid/api/issues/2040)) ([a086778](https://github.com/unraid/api/commit/a086778f971f4ffcdaf8da3d4494b05c6f377b5d)) +* **ui:** smooth notification drawer slide-in/out ([#2038](https://github.com/unraid/api/issues/2038)) ([66e86fe](https://github.com/unraid/api/commit/66e86fef17d87e130df66a9bdb9d3b51e1050a11)) +* **web:** send CSRF token on fetch-based webGUI requests ([#2039](https://github.com/unraid/api/issues/2039)) ([8cb15f1](https://github.com/unraid/api/commit/8cb15f121f21b0ccfedd1582ad503db3d35073ef)) + ## [4.35.1](https://github.com/unraid/api/compare/v4.35.0...v4.35.1) (2026-06-18) diff --git a/api/package.json b/api/package.json index 72dd250e8d..0455840985 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.35.1", + "version": "4.36.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 277dc9c27d..e1269b84a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.35.1", + "version": "4.36.0", "scripts": { "audit": "node scripts/pnpm-audit.mjs", "build": "pnpm -r build", diff --git a/plugin/package.json b/plugin/package.json index f2afccd93e..e966859306 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.35.1", + "version": "4.36.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 1c342fafce..319bf72ed4 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.35.1", + "version": "4.36.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index fcc49036bd..a0f78e4f3b 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.35.1", + "version": "4.36.0", "private": true, "type": "module", "license": "GPL-2.0-or-later",