chore(main): release 4.3.0 (#1237)

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


## [4.3.0](https://github.com/unraid/api/compare/v4.2.1...v4.3.0)
(2025-03-18)


### Features

* update production release flow to validate less strictly
([#1238](https://github.com/unraid/api/issues/1238))
([bd69b33](bd69b3383f))

---
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-03-18 11:53:30 -04:00
committed by GitHub
parent bd69b3383f
commit 3380929c04
7 changed files with 13 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.2.1"}
{".":"4.3.0"}

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.3.0](https://github.com/unraid/api/compare/v4.2.1...v4.3.0) (2025-03-18)
### Features
* update production release flow to validate less strictly ([#1238](https://github.com/unraid/api/issues/1238)) ([3afb203](https://github.com/unraid/api/commit/3afb203b856655e4ce7c9d709e30d3f2ebd64784))
## [4.2.1](https://github.com/unraid/api/compare/v4.2.0...v4.2.1) (2025-03-18)

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.2.1",
"version": "4.3.0",
"private": true,
"license": "GPL-2.0-only",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.2.1",
"version": "4.3.0",
"private": true,
"license": "GPL-2.0-only",
"scripts": {