From 6d08308f594f1eff9ca8b44ae4493ca7fd45d348 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Tue, 13 Aug 2024 14:57:10 +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 ca42c69..17989bb 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": "16.0.1", + "version": "16.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/kypo-adaptive-model-simulator/package.json b/projects/kypo-adaptive-model-simulator/package.json index 5abfa28..733b2da 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": "16.0.1", + "version": "16.1.0", "peerDependencies": { "@angular/common": "~16.2.12", "@angular/core": "~16.2.12", -- GitLab