chore(main): release 4.1.3 (#1178)

# Hotfix Release Feb 21, 2025

### Bug Fixes

* fix ssh issues
* fix issues with uninstalling the plugin
This commit is contained in:
github-actions[bot]
2025-02-21 15:17:46 -05:00
committed by GitHub
parent 46a05eb76d
commit 950bee951e
7 changed files with 16 additions and 6 deletions

View File

@@ -1 +1 @@
{".": "4.1.2"}
{".":"4.1.3"}

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## [4.1.3](https://github.com/unraid/api/compare/v4.1.2...v4.1.3) (2025-02-21)
### Bug Fixes
* chown correctly ([#1185](https://github.com/unraid/api/issues/1185)) ([11b0441](https://github.com/unraid/api/commit/11b04417371ba77eddc12699db8575988d6deafc))
* **deps:** update all non-major dependencies ([#1168](https://github.com/unraid/api/issues/1168)) ([443b608](https://github.com/unraid/api/commit/443b608163cdb64775d6758b8207cbe745f892f4))
* small modal window ([#1183](https://github.com/unraid/api/issues/1183)) ([2183965](https://github.com/unraid/api/commit/2183965757ded27a5a01a6e27c4b783c9434af2e))

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-api-monorepo",
"private": true,
"version": "4.1.2",
"version": "4.1.3",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.1.2",
"version": "4.1.3",
"private": true,
"dependencies": {
"conventional-changelog": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.1.2",
"version": "4.1.3",
"private": true,
"type": "module",
"main": "./dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.1.2",
"version": "4.1.3",
"private": true,
"scripts": {
"dev": "nuxt dev",