diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e83c182e..5b321d5d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.6.2"} +{".":"4.6.3"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 487e2e0c3..2a6d4eba6 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.6.3](https://github.com/unraid/api/compare/v4.6.2...v4.6.3) (2025-04-03) + + +### Bug Fixes + +* copy dynamix.unraid.net ([662d5f6](https://github.com/unraid/api/commit/662d5f64c94586e35bfdaae2df0716c3754b2c45)) +* make backup of txz ([37e72f9](https://github.com/unraid/api/commit/37e72f9729f6ab385ed1070fbdca6028688fbd92)) +* ordering in build script ([a562f77](https://github.com/unraid/api/commit/a562f7716380bde4a1ae0d6960eff51c37b9291c)) + ## [4.6.2](https://github.com/unraid/api/compare/v4.6.1...v4.6.2) (2025-04-03) diff --git a/api/package.json b/api/package.json index d41a7bd3f..875b410b5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.6.2", + "version": "4.6.3", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index cc6c7e135..fec7c921b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.6.2", + "version": "4.6.3", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r build:watch", diff --git a/plugin/package.json b/plugin/package.json index 196e21054..be100b8ff 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.6.2", + "version": "4.6.3", "private": true, "dependencies": { "commander": "^13.1.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index bc6837483..a9d34c6e2 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.6.2", + "version": "4.6.3", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index a06f4161b..f74f54776 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.6.2", + "version": "4.6.3", "private": true, "license": "GPL-2.0-or-later", "scripts": {