From 61bc9cb5ae10df20e4ba3f337b46f84a06f4e9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lud=C4=9Bk=20Vep=C5=99ek?= Date: Thu, 16 Aug 2018 09:40:49 +0200 Subject: [PATCH] Release 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1b45bac43..385a4f3ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.6.0", + "version": "0.7.0", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module",