chore(main): release 4.6.3 (#1324)

🤖 I have created a release *beep* *boop*
---


## [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](662d5f64c9))
* make backup of txz
([37e72f9](37e72f9729))
* ordering in build script
([a562f77](a562f77163))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-03 10:41:07 -04:00
committed by GitHub
parent a562f77163
commit cacb1c1d3d
7 changed files with 15 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.6.2"}
{".":"4.6.3"}

View File

@@ -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)

View File

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

View File

@@ -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",

View File

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

View File

@@ -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",

View File

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