From 612fcc271cf20025422320580edbc947e8893a3a Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 7 Sep 2023 14:42:20 -0400 Subject: [PATCH] chore(release): 3.2.2 --- api/CHANGELOG.md | 7 +++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 7f22d7896..cfc3a7c26 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.2.2](https://github.com/unraid/api/compare/v3.2.1...v3.2.2) (2023-09-07) + + +### Bug Fixes + +* **web:** namespace conflight with dynamix.file.manager ([d3c2b74](https://github.com/unraid/api/commit/d3c2b74b9f36ccc3cbe6b4b633fb1a03001b73c7)) + ### [3.2.1](https://github.com/unraid/api/compare/v3.2.0...v3.2.1) (2023-09-06) diff --git a/api/package-lock.json b/api/package-lock.json index 255ab3448..1e3cad3f8 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.2.1", + "version": "3.2.2", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.7.12", diff --git a/api/package.json b/api/package.json index 671e68764..7d096c440 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.2.1", + "version": "3.2.2", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",