diff --git a/RELEASE b/RELEASE index f22f813c..efa0af15 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.4.2 +tag: v0.4.3 commitInclude: parentOfMergeCommit: true diff --git a/example/package.json b/example/package.json index 90bf840f..80b55732 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart-example", - "version": "0.4.2", + "version": "0.4.3", "private": true, "license": "MIT", "scripts": { @@ -20,6 +20,6 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "timeline-chart": "0.4.2" + "timeline-chart": "0.4.3" } } diff --git a/lerna.json b/lerna.json index 7a4bbb93..4d595e9a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.4.2", + "version": "0.4.3", "npmClient": "yarn", "command": { "run": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 14537255..3240bcef 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.4.2", + "version": "0.4.3", "description": "A time graph / gantt chart library for large data (e.g. traces)", "keywords": [ "gantt", @@ -30,8 +30,8 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "jest": "^28.0.0", - "jest-environment-jsdom": "28.0.0", "jest-canvas-mock": "^2.3.1", + "jest-environment-jsdom": "28.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0" },