diff --git a/RELEASE b/RELEASE index 002ee50..0845821 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.3.2 +tag: v0.3.3 commitInclude: parentOfMergeCommit: true diff --git a/example/package.json b/example/package.json index 180396b..11bfe95 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart-example", - "version": "0.3.2", + "version": "0.3.3", "private": true, "license": "MIT", "scripts": { @@ -20,6 +20,6 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "timeline-chart": "0.3.2" + "timeline-chart": "0.3.3" } } diff --git a/lerna.json b/lerna.json index 58c02bf..a7106ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.3.2", + "version": "0.3.3", "npmClient": "yarn", "command": { "run": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 5ab97cb..05777a7 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.3.2", + "version": "0.3.3", "description": "A time graph / gantt chart library for large data (e.g. traces)", "keywords": [ "gantt",