From 2c0022dbbac24b8ecb65f7152ba05bf8be6b7931 Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Thu, 26 Sep 2024 10:11:25 -0400 Subject: [PATCH] Release v0.4.0 (Minor) --- RELEASE | 2 +- example/package.json | 4 ++-- lerna.json | 2 +- timeline-chart/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE b/RELEASE index 67c814e..5007383 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.3.4 +tag: v0.4.0 commitInclude: parentOfMergeCommit: true diff --git a/example/package.json b/example/package.json index 35b369b..00e3c38 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart-example", - "version": "0.3.4", + "version": "0.4.0", "private": true, "license": "MIT", "scripts": { @@ -20,6 +20,6 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "timeline-chart": "0.3.4" + "timeline-chart": "0.4.0" } } diff --git a/lerna.json b/lerna.json index 4af06d7..c3de238 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.3.4", + "version": "0.4.0", "npmClient": "yarn", "command": { "run": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 095e59a..d069472 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.3.4", + "version": "0.4.0", "description": "A time graph / gantt chart library for large data (e.g. traces)", "keywords": [ "gantt",