From f24ac859b102917df07fe0cebcade1a68a6169ae Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 31 Jan 2022 12:52:04 +0000 Subject: [PATCH] Chore: 1.1.2 ## [1.1.2](https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator/compare/v1.1.1...v1.1.2) (2022-01-31) ### Fix * Update Dependencies ([9ca2995](https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator/commit/9ca2995cfed76406e79cfd3eae5dac0ae8e76fd6)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d5ec753..1bfff29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/loadingindicator", - "version": "1.1.1", + "version": "1.1.2", "private": true, "directories": { "doc": "docs" @@ -44,5 +44,5 @@ "url": "https://git.rwth-aachen.de/coscine/frontend/apps/loadingindicator.git" }, "license": "MIT", - "packageManager": "yarn@3.1.0" + "packageManager": "yarn@3.1.1" } -- GitLab