Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
293e363d70 chore(main): release 4.30.0 2025-12-22 18:24:18 +00:00
7 changed files with 13 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.29.2"}
{".":"4.30.0"}

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.30.0](https://github.com/unraid/api/compare/v4.29.2...v4.30.0) (2025-12-22)
### Features
* docker overview ([#1855](https://github.com/unraid/api/issues/1855)) ([9ef1cf1](https://github.com/unraid/api/commit/9ef1cf1eca96254350d9152d43f05ad11dd3811e))
## [4.29.2](https://github.com/unraid/api/compare/v4.29.1...v4.29.2) (2025-12-19)

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.29.2",
"version": "4.30.0",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.29.2",
"version": "4.30.0",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.29.2",
"version": "4.30.0",
"private": true,
"dependencies": {
"commander": "14.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.29.2",
"version": "4.30.0",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.29.2",
"version": "4.30.0",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",