From cec085e59d3d9996bdbd8569267cef563e6aca66 Mon Sep 17 00:00:00 2001 From: Andon Sikavica Date: Tue, 2 Jan 2018 11:11:26 +0100 Subject: [PATCH] v1.0.0-alpha.24 --- lerna.json | 2 +- packages/components/package.json | 14 +++++++++----- packages/config/package.json | 2 +- packages/core/package.json | 13 +++++++++---- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/lerna.json b/lerna.json index da30b55..f5cd4dd 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2.0.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0-alpha.23" + "version": "1.0.0-alpha.24" } diff --git a/packages/components/package.json b/packages/components/package.json index c040395..208d5da 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,15 +1,19 @@ { "name": "@girders-elements/components", - "version": "1.0.0-alpha.23", - "description": - "Girders Elements custom components for React and React Native.", + "version": "1.0.0-alpha.24", + "description": "Girders Elements custom components for React and React Native.", "react-native": "src/index.js", "main": "dist/es5/index.js", "repository": { "type": "git", "url": "git+https://github.com/netceteragroup/girders-elements.git" }, - "keywords": ["react", "react-native", "components", "netcetera"], + "keywords": [ + "react", + "react-native", + "components", + "netcetera" + ], "author": "netcetera", "license": "MIT", "bugs": { @@ -17,8 +21,8 @@ }, "homepage": "https://github.com/netceteragroup/girders-elements#readme", "peerDependencies": { - "react": "15.x || 16.x", "prop-types": "15.x || 16.x", + "react": "15.x || 16.x", "react-native": ">= 0.40.0" }, "publishConfig": { diff --git a/packages/config/package.json b/packages/config/package.json index 5060171..d1e11df 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/config", - "version": "1.0.0-alpha.21", + "version": "1.0.0-alpha.24", "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 bfc0a80..1f0acd4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,15 +1,20 @@ { "name": "@girders-elements/core", - "version": "1.0.0-alpha.21", - "description": - "Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.", + "version": "1.0.0-alpha.24", + "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", "repository": { "type": "git", "url": "git+https://github.com/netceteragroup/girders-elements.git" }, - "keywords": ["react", "react-native", "redux", "redux-saga", "netcetera"], + "keywords": [ + "react", + "react-native", + "redux", + "redux-saga", + "netcetera" + ], "author": "netcetera", "license": "MIT", "bugs": {