From 61b0bebe3180f5884c6ecb523f97f577b679434c Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 1 Aug 2022 10:06:38 +0000 Subject: [PATCH] Chore: 2.3.0 # [2.3.0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/compare/v2.2.0...v2.3.0) (2022-08-01) ### Fix * Correct API Definition ([52639e0](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/52639e016a27a59c5bcca5699cdf783089ba51f9)) * Removed activated features ([8b97501](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/8b9750174f83c921d173129e5b316fa3dc21eb52)) ### Update * Quota implementation ([c7aafc1](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/c7aafc151a5a485100f060f1117b8b1d0f8a0138)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 347e2d6..2311a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/api-client", - "version": "2.2.0", + "version": "2.3.0", "description": "This project contains the generated api connection classes.", "keywords": [ "coscine", @@ -129,5 +129,5 @@ "dependencies": { "axios": "^0.21.1" }, - "packageManager": "yarn@3.2.1" + "packageManager": "yarn@3.2.2" } -- GitLab