diff --git a/lerna.json b/lerna.json index 80ecde6..e8b3829 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.0.0-alpha.5" + "version": "1.0.0-alpha.6" } diff --git a/packages/config/package.json b/packages/config/package.json index 417a1c7..c64c9a0 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/config", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.6", "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 0e1e518..af909bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@girders-elements/core", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "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",