Skip to content

Commit 5bb2f86

Browse files
committed
v0.2.0
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
1 parent 3363469 commit 5bb2f86

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "timeline-chart-example",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
5-
"license": "MIT",
5+
"license": "MIT",
66
"scripts": {
77
"build": "webpack --mode=development",
88
"watch": "webpack --watch --mode=development",
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"lodash.throttle": "^4.1.1",
23-
"timeline-chart": "^0.1.0"
23+
"timeline-chart": "^0.2.0"
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": "4.0.0",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"useWorkspaces": true,
55
"npmClient": "yarn",
66
"command": {

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.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)