From 181dd8dbdabb6b921e8fb36a8b0e287ed92b1a44 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 18 Nov 2022 12:50:50 +0000 Subject: [PATCH] Chore: 1.20.0 # [1.20.0](https://git.rwth-aachen.de/coscine/frontend/apps/ui/compare/v1.19.0...v1.20.0) (2022-11-18) ### Update * Adding ToS checkbox for gitlab (coscine/issues#2278) ([473a44c](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/473a44cdc368967e2985c7905160faa350b7e19c)), closes [coscine/issues#2278](https://git.rwth-aachen.de/coscine/issues/issues/2278) * Provide meta information gitlab resource ([62cfac6](https://git.rwth-aachen.de/coscine/frontend/apps/ui/commit/62cfac6fdedc1bc40097d2d008d2c60d8c942b18)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04b0ef69..05f1a3af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "1.19.0", + "version": "1.20.0", "private": true, "scripts": { "dev": "vite", @@ -100,7 +100,7 @@ "vitest": "^0.24.3", "vue-template-compiler": "^2.7.10" }, - "packageManager": "yarn@3.2.4", + "packageManager": "yarn@3.3.0", "resolutions": { "readable-stream": "3.6.0" } -- GitLab