diff --git a/lerna.json b/lerna.json index b3695ae..89b5f0a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2.0.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0-alpha.30" + "version": "1.0.0-alpha.31" } diff --git a/packages/classic/package.json b/packages/classic/package.json index c12fa93..87d0da3 100644 --- a/packages/classic/package.json +++ b/packages/classic/package.json @@ -1,6 +1,6 @@ { "name": "@skele/classic", - "version": "1.0.0-alpha.30", + "version": "1.0.0-alpha.31", "description": "Skele 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", diff --git a/packages/components/package.json b/packages/components/package.json index 5493aa4..0b57aab 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@skele/components", - "version": "1.0.0-alpha.30", + "version": "1.0.0-alpha.31", "description": "Skele 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 609cdfb..54939e8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@skele/config", - "version": "1.0.0-alpha.30", + "version": "1.0.0-alpha.31", "description": "Skele package that provides the posibility to define a custom configuration", "react-native": "src/index.js", "main": "dist/es5/index.js",