Skip to content

Commit e2a98e2

Browse files
chore(release): prepare version for new developments
1 parent 54a7c7a commit e2a98e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpmn-visualization",
3-
"version": "0.47.0",
3+
"version": "0.47.0-post",
44
"type": "module",
55
"sideEffects": false,
66
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=process-analytics
44

55
# This is the name and version displayed in the SonarCloud UI.
66
sonar.projectName=bpmn-visualization
7-
sonar.projectVersion=0.46.0
7+
sonar.projectVersion=0.47.0-post
88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1010
sonar.sources=src

src/component/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { mxClient } from './mxgraph/initializer';
1818

1919
// WARN: this constant is automatically updated at release time by the 'manage-version-in-files.mjs' script.
2020
// So, if you modify the name of this file or this constant, please update the script accordingly.
21-
const libraryVersion = '0.47.0';
21+
const libraryVersion = '0.47.0-post';
2222

2323
/**
2424
* Returns the version of `bpmn-visualization` and the version of its dependencies.

0 commit comments

Comments
 (0)