chore(release): 3.2.2

This commit is contained in:
Eli Bosley
2023-09-07 14:42:20 -04:00
parent 38d6fd69c3
commit ae4c761bf5
3 changed files with 10 additions and 3 deletions

View File

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

4
api/package-lock.json generated
View File

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

View File

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