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",