Skip to content

Commit 748302f

Browse files
Release v0.4.2 (Patch)
1 parent 2c4f89f commit 748302f

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.1
1+
tag: v0.4.2
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.1",
3+
"version": "0.4.2",
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.1"
23+
"timeline-chart": "0.4.2"
2424
}
2525
}

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"lerna": "7.3.0",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"npmClient": "yarn",
55
"command": {
66
"run": {
77
"stream": true
88
}
99
},
1010
"verifyAccess": false
11-
}
11+
}

timeline-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeline-chart",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A time graph / gantt chart library for large data (e.g. traces)",
55
"keywords": [
66
"gantt",

0 commit comments

Comments
 (0)