diff --git a/example/package.json b/example/package.json index 04a2687..4d6019b 100644 --- a/example/package.json +++ b/example/package.json @@ -1,8 +1,8 @@ { "name": "timeline-chart-example", - "version": "0.1.0", + "version": "0.2.0", "private": true, - "license": "MIT", + "license": "MIT", "scripts": { "build": "webpack --mode=development", "watch": "webpack --watch --mode=development", @@ -20,6 +20,6 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "timeline-chart": "^0.1.0" + "timeline-chart": "^0.2.0" } } diff --git a/lerna.json b/lerna.json index cd58f28..e70f6a1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "0.1.0", + "version": "0.2.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 1bc18a6..b976f6c 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "scripts": { "build": "tsc",