chore(main): release 4.8.0 (#1377)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-01 14:55:55 -07:00
committed by GitHub
parent 39e83b2aa1
commit 948580917d
7 changed files with 18 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.7.0"}
{".":"4.8.0"}

View File

@@ -1,5 +1,17 @@
# Changelog
## [4.8.0](https://github.com/unraid/api/compare/v4.7.0...v4.8.0) (2025-05-01)
### Features
* move activation code logic into the API ([#1369](https://github.com/unraid/api/issues/1369)) ([39e83b2](https://github.com/unraid/api/commit/39e83b2aa156586ab4da362137194280fccefe7c))
### Bug Fixes
* 400 error when submitting connect settings ([831050f](https://github.com/unraid/api/commit/831050f4e8c3af4cbcc123a3a609025f250f0824))
## [4.7.0](https://github.com/unraid/api/compare/v4.6.6...v4.7.0) (2025-04-24)

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.7.0",
"version": "4.8.0",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r build:watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.7.0",
"version": "4.8.0",
"private": true,
"dependencies": {
"commander": "^13.1.0",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.7.0",
"version": "4.8.0",
"private": true,
"license": "GPL-2.0-or-later",
"scripts": {