From e515adc85d924a09d8a4ed9e1a63cc5d13892438 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Mon, 18 Dec 2023 14:31:39 +0000 Subject: [PATCH] [CI/CD] Update packages.json version based on GitLab tag. --- projects/kypo-adaptive-model-simulator/package-lock.json | 2 +- projects/kypo-adaptive-model-simulator/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/kypo-adaptive-model-simulator/package-lock.json b/projects/kypo-adaptive-model-simulator/package-lock.json index 7c796e6..fd1d5e8 100644 --- a/projects/kypo-adaptive-model-simulator/package-lock.json +++ b/projects/kypo-adaptive-model-simulator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/adaptive-model-simulator", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/kypo-adaptive-model-simulator/package.json b/projects/kypo-adaptive-model-simulator/package.json index 567c158..6c6bcbc 100644 --- a/projects/kypo-adaptive-model-simulator/package.json +++ b/projects/kypo-adaptive-model-simulator/package.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/adaptive-model-simulator", - "version": "15.0.0", + "version": "15.0.1", "peerDependencies": { "@angular/common": "~14.0.3", "@angular/core": "~14.0.3", -- GitLab