From 6c9557af35b70f5ffbc4272df1d7d9ac72b54f73 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Thu, 12 Jan 2023 13:11:18 +0000
Subject: [PATCH] Chore: 1.22.0

# [1.22.0](https://git.rwth-aachen.de/coscine/frontend/apps/ui/compare/v1.21.0...v1.22.0) (2023-01-12)

### Fix

* Admin Showing ([91362d8](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/91362d8f01fe3a33cfaee4f9c1e7532bfb171e4c))
* Correct Metadata Sorting on RCV ([7f76034](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/7f760348728967dd77d8bd44bdab763e8239edff))
* Display Class Name instead of value on RCV ([219dd0a](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/219dd0a70558e2904ac1e078e4f7ff25dc962b95))
* Enforce HTTPS for GitLab resource types ([9a5eb01](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/9a5eb01272ec8fb876132f7b49ec4d7c83c01220))
* Fixing search in rcv ([8a9412b](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/8a9412b6b39f681b5b6c2f4c462347792ecde3e2))
* License can be deselected ([e067b0c](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/e067b0c1fb1a22ed67585f01f8e79c9a74b0347d))
* Production date format and field name ([2ca5f0d](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/2ca5f0d098c94491da6a89ea7560cee27858225e))
* Project dashboard UI weird arrangement ([c31685d](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/c31685d814092c3560a1301b0bd18d1683cb1722))
* Remove logout button ([7f9fab3](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/7f9fab3a6e095c9929d171f461eed2ee1764a025))
* Update dependencies ([b9624be](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/b9624be95ae124a4e4da5e07249dc82a21169f4b))

### Fixed

* Guest but Creator logic ([73b2c1d](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/73b2c1d14ae058a326d9485051a3df3c80dbb653))

### Update

* RCV made fit for Guest role ([04f8be5](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/04f8be58aa096574195531d50539adf04e0fdb37))
* Resource Settings made fit for Guest role ([6b7c182](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/6b7c18260b33ab436fc32b49b626bb695eefb293))
* Updating paths to gitlab resource type documentation ([148db4d](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/148db4dffa33a825bf02342ebf13d6b5187952b3))
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index dedb4a58..48165e4c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ui",
-  "version": "1.21.0",
+  "version": "1.22.0",
   "private": true,
   "scripts": {
     "dev": "vite",
@@ -100,7 +100,7 @@
     "vitest": "^0.24.3",
     "vue-template-compiler": "^2.7.10"
   },
-  "packageManager": "yarn@3.3.0",
+  "packageManager": "yarn@3.3.1",
   "resolutions": {
     "readable-stream": "3.6.0"
   }
-- 
GitLab