From 5bb2f86ba4d639c52b3af6b81e4501857a4c08d5 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Mon, 20 Sep 2021 14:42:06 -0400 Subject: [PATCH] v0.2.0 Signed-off-by: Bernd Hufmann --- example/package.json | 6 +++--- lerna.json | 2 +- timeline-chart/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",