From 02d1f7f832cd08f53a0d791f829d437087523a28 Mon Sep 17 00:00:00 2001 From: Andon Sikavica Date: Wed, 17 Jan 2018 16:54:57 +0100 Subject: [PATCH] v1.0.0-alpha.26 --- lerna.json | 2 +- packages/components/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 1bfab29..7af45ba 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2.0.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0-alpha.25" + "version": "1.0.0-alpha.26" } diff --git a/packages/components/package.json b/packages/components/package.json index aa3b525..650a0a5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/components", - "version": "1.0.0-alpha.25", + "version": "1.0.0-alpha.26", "description": "Girders Elements custom components for React and React Native.", "react-native": "src/index.js", "main": "dist/es5/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 980faaf..1ce429e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/config", - "version": "1.0.0-alpha.25", + "version": "1.0.0-alpha.26", "description": "Girders elements packages that provides the posibility to define a custom configuration", "react-native": "src/index.js", "main": "dist/es5/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 3bc36ed..1f7f1b2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/core", - "version": "1.0.0-alpha.25", + "version": "1.0.0-alpha.26", "description": "Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.", "react-native": "src/index.js", "main": "dist/es5/index.js",