From f48ce1402669bf015905c1111607e6a789b70c9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:48:30 +0000 Subject: [PATCH] chore(main): release 4.36.0 --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 7 +++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 13 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..179d5b97f3 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.36.0](https://github.com/unraid/api/compare/v4.35.1...v4.36.0) (2026-06-23) + + +### Features + +* add docker restart mutation ([#2022](https://github.com/unraid/api/issues/2022)) ([b58120c](https://github.com/unraid/api/commit/b58120ca1ef484b68d81dffd72d5a307fefca24f)) + ## [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 167394c67f..bb9c574861 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 c74d993227..67eff41561 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": { "build": "pnpm -r build", "build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch", diff --git a/plugin/package.json b/plugin/package.json index e515f605e8..4624ec9d44 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 72e44dd16c..754cf49419 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 320afc9cd4..42a4f2fb75 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",