From e085269efc3ba48a55b63aec35d67883ca1954ec Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 16 Aug 2024 14:53:34 -0400 Subject: [PATCH] Release v0.3.2 (Patch) --- RELEASE | 4 ++-- example/package.json | 4 ++-- lerna.json | 2 +- timeline-chart/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE b/RELEASE index 89bf771..002ee50 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,8 @@ -tag: v0.3.1 +tag: v0.3.2 commitInclude: parentOfMergeCommit: true releaseNoteGenerator: showAbbrevHash: true - showCommitter: false \ No newline at end of file + showCommitter: false diff --git a/example/package.json b/example/package.json index 5e74bc9..180396b 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart-example", - "version": "0.3.1", + "version": "0.3.2", "private": true, "license": "MIT", "scripts": { @@ -20,6 +20,6 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "timeline-chart": "0.3.1" + "timeline-chart": "0.3.2" } } diff --git a/lerna.json b/lerna.json index ec67edc..58c02bf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.3.1", + "version": "0.3.2", "npmClient": "yarn", "command": { "run": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index f44a6b0..5b283e2 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.3.1", + "version": "0.3.2", "description": "A time graph / gantt chart library for large data (e.g. traces)", "keywords": [ "gantt",