From 14f30154ba70a2583babdd313b9d4b8cad509bb5 Mon Sep 17 00:00:00 2001 From: Ognen Ivanovski Date: Mon, 24 Jul 2017 15:14:10 +0200 Subject: [PATCH] v1.0.0-alpha.4 --- lerna.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 607a0f1..70038ef 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.0.0-alpha.3" + "version": "1.0.0-alpha.4" } diff --git a/packages/config/package.json b/packages/config/package.json index 7792af3..e82fa2d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/config", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Girders elements packages that provides the posibility to define a custom configuration", "main": "src/index.js", "browser": "dist/es5/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 5671bbb..2bdb307 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/core", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "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",