From 3fcc9ebc2535d16ba5ccd23e31ea7e8fb4ac1ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hapl?= Date: Wed, 25 Jul 2018 13:34:16 +0200 Subject: [PATCH] Release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb381ab55..5adbdcf431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.1.2", + "version": "0.2.0", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module",