From 9baeb5ceb00e14d3fa58bc06b2bba2ab8caa1da3 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 1 Dec 2022 12:16:05 +0000 Subject: [PATCH] Chore: 2.8.1 ## [2.8.1](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/compare/v2.8.0...v2.8.1) (2022-12-01) ### Build * PnP Integration ([c690a3d](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/c690a3d73db661850db829c1b2a21b102006f7d7)) * Remove Workspace Logic ([f5f9e07](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/f5f9e079f7952d01aabe0d7f59485313dda88c19)) ### Fix * Update Version ([260c102](https://git.rwth-aachen.de/coscine/frontend/libraries/api-client/commit/260c102d3869a0000ca8642fc89b5a77f9400147)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 003e5ee..bcf6b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/api-client", - "version": "2.8.0", + "version": "2.8.1", "description": "This project contains the generated api connection classes.", "keywords": [ "coscine", @@ -122,5 +122,5 @@ "dependencies": { "axios": "^0.21.1" }, - "packageManager": "yarn@3.2.4" + "packageManager": "yarn@3.3.0" } -- GitLab