From f1c043fe5f83f0559ece1d87b78fdea152b62ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:13:08 -0400 Subject: [PATCH] chore(main): release 4.15.0 (#1603) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 8271af4e3..426e1ed23 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.14.0"} +{".":"4.15.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index cee0e7623..673a19e2e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.15.0](https://github.com/unraid/api/compare/v4.14.0...v4.15.0) (2025-08-20) + + +### Features + +* **api:** restructure versioning information in GraphQL schema ([#1600](https://github.com/unraid/api/issues/1600)) ([d0c6602](https://github.com/unraid/api/commit/d0c66020e1d1d5b6fcbc4ee8979bba4b3d34c7ad)) + ## [4.14.0](https://github.com/unraid/api/compare/v4.13.1...v4.14.0) (2025-08-19) diff --git a/api/package.json b/api/package.json index 8f229d9d7..ef3de8cf9 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.14.0", + "version": "4.15.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index a94945b11..c10487b05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.14.0", + "version": "4.15.0", "scripts": { "build": "pnpm -r build", "build:watch": " pnpm -r --parallel build:watch", diff --git a/plugin/package.json b/plugin/package.json index e0ee16dc5..0521ecc50 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.14.0", + "version": "4.15.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index a7db555f1..dcfb1f454 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.14.0", + "version": "4.15.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 444df0b2a..bf0b35218 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.14.0", + "version": "4.15.0", "private": true, "license": "GPL-2.0-or-later", "scripts": {