Skip to content

Commit ff563d5

Browse files
committed
Release v0.4.3 (Patch)
Signed-off-by: Patrick Tasse <[email protected]>
1 parent e088c04 commit ff563d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tag: v0.4.2
1+
tag: v0.4.3
22

33
commitInclude:
44
parentOfMergeCommit: true

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeline-chart-example",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"lodash.throttle": "^4.1.1",
23-
"timeline-chart": "0.4.2"
23+
"timeline-chart": "0.4.3"
2424
}
2525
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "7.3.0",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"npmClient": "yarn",
55
"command": {
66
"run": {

timeline-chart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeline-chart",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A time graph / gantt chart library for large data (e.g. traces)",
55
"keywords": [
66
"gantt",
@@ -30,8 +30,8 @@
3030
"enzyme": "^3.11.0",
3131
"enzyme-adapter-react-16": "^1.15.6",
3232
"jest": "^28.0.0",
33-
"jest-environment-jsdom": "28.0.0",
3433
"jest-canvas-mock": "^2.3.1",
34+
"jest-environment-jsdom": "28.0.0",
3535
"rimraf": "^5.0.0",
3636
"ts-jest": "^29.0.0"
3737
},

0 commit comments

Comments
 (0)