From 957fad67921d7a8332f6228b384ca9c072d846d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hapl?= Date: Mon, 4 Jun 2018 15:41:17 +0200 Subject: [PATCH] release v0.0.0-rc8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1a362884..a0d60460ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.0.0-rc7", + "version": "0.0.0-rc8", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:flow && yarn build:module",