From c78e99a64ee0568a10f1b877911a6aad6254fdd1 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 23 Nov 2021 12:16:45 +0000 Subject: [PATCH] Chore: 1.1.1 ## [1.1.1](https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator/compare/v1.1.0...v1.1.1) (2021-11-23) ### Fix * Update dependencies ([17c2901](https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator/commit/17c2901d8110d34eb359e2b5f5e0a03831ef1806)) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5e5eaf..cbc2696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/loadingindicator", - "version": "1.1.0", + "version": "1.1.1", "private": true, "directories": { "doc": "docs" @@ -43,5 +43,6 @@ "type": "git", "url": "https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator.git" }, - "license": "MIT" + "license": "MIT", + "packageManager": "yarn@3.1.0" } -- GitLab