chore(main): release 4.15.0 (#1603)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-20 17:13:08 -04:00
committed by GitHub
parent d0c66020e1
commit f1c043fe5f
7 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
{".":"4.14.0"}
{".":"4.15.0"}
+7
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.14.0",
"version": "4.15.0",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.14.0",
"version": "4.15.0",
"private": true,
"dependencies": {
"commander": "14.0.0",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.14.0",
"version": "4.15.0",
"private": true,
"license": "GPL-2.0-or-later",
"scripts": {