From 5f8b76eec22e66f276eb666ed01eeaab8105d889 Mon Sep 17 00:00:00 2001 From: Ognen Ivanovski Date: Mon, 10 Apr 2017 13:56:19 +0200 Subject: [PATCH] v1.0.0-alpha.2 --- lerna.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 84725d5..efb1901 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.0.0-alpha.1" + "version": "1.0.0-alpha.2" } diff --git a/packages/core/package.json b/packages/core/package.json index fdc8204..858118d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/core", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.", "main": "src/index.js", "browser": "dist/es5/index.js",