From 40ab93f84764417cf19754efb8ed10604fb22181 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Fri, 25 Oct 2024 16:12:22 +0000 Subject: [PATCH] [CI/CD] Update packages.json version based on GitLab tag. --- projects/kypo-topology-graph-model/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/kypo-topology-graph-model/package.json b/projects/kypo-topology-graph-model/package.json index 9caf96f..443550f 100644 --- a/projects/kypo-topology-graph-model/package.json +++ b/projects/kypo-topology-graph-model/package.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/topology-model", - "version": "16.0.0", + "version": "18.0.0", "peerDependencies": { "@angular/common": "^18.2.7", "@angular/core": "^18.2.7", @@ -13,4 +13,4 @@ "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0" } -} \ No newline at end of file +} -- GitLab