From c4440f1367fb8e1e30d334e1439d28ec2bae4864 Mon Sep 17 00:00:00 2001 From: process-analytics-bot <62586190+process-analytics-bot@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:40:58 +0000 Subject: [PATCH] chore(release): prepare version for release --- package-lock.json | 2 +- package.json | 2 +- sonar-project.properties | 2 +- src/component/version.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d15d0749c6..4ff2537af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bpmn-visualization", - "version": "0.43.0-post", + "version": "0.43.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5622b215cc..0a51bcdb4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-visualization", - "version": "0.43.0-post", + "version": "0.43.0", "type": "module", "sideEffects": false, "description": "A TypeScript library for visualizing process execution data on BPMN diagrams", diff --git a/sonar-project.properties b/sonar-project.properties index 2668d906ef..884bf6a3d7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=process-analytics # This is the name and version displayed in the SonarCloud UI. sonar.projectName=bpmn-visualization -sonar.projectVersion=0.43.0-post +sonar.projectVersion=0.43.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src diff --git a/src/component/version.ts b/src/component/version.ts index 7f4a10cf99..d3611db17e 100644 --- a/src/component/version.ts +++ b/src/component/version.ts @@ -18,7 +18,7 @@ import { mxClient } from './mxgraph/initializer'; // WARN: this constant is automatically updated at release time by the 'manage-version-in-files.mjs' script. // So, if you modify the name of this file or this constant, please update the script accordingly. -const libraryVersion = '0.43.0-post'; +const libraryVersion = '0.43.0'; /** * Returns the version of `bpmn-visualization` and the version of its dependencies.