From 7a9cc3138424bce59f691c715e9accbb176b7616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Genevi=C3=A8ve=20Bastien?= Date: Fri, 4 Sep 2020 11:56:04 -0400 Subject: [PATCH] Release v0.1.0 for real this time! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Geneviève Bastien --- lerna.json | 2 +- timeline-chart/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 10fdf66..a8d2fe9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.0.2", + "version": "0.1.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/timeline-chart/package.json b/timeline-chart/package.json index 764113c..03fd8a3 100644 --- a/timeline-chart/package.json +++ b/timeline-chart/package.json @@ -1,6 +1,6 @@ { "name": "timeline-chart", - "version": "0.0.2", + "version": "0.1.0", "scripts": { "build": "tsc", "watch": "tsc --watch",