From 2800a5b40ad074b69b766c31cfb99b5f66b454c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hapl?= Date: Wed, 20 Jun 2018 14:38:28 +0200 Subject: [PATCH] Release v0.0.0-rc12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a218ab0a82..e4037d0b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.0.0-rc11", + "version": "0.0.0-rc12", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:flow && yarn build:module",