Skip to content

Commit

Permalink
v1.0.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ognen committed Mar 8, 2018
1 parent 6e91994 commit 4b9aed1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.26"
"version": "1.0.0-alpha.27"
}
13 changes: 9 additions & 4 deletions packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "@skele/classic",
"version": "1.0.0-alpha.26",
"description":
"Skele is an architectural framework that assists with building data-driven apps with React or React Native.",
"version": "1.0.0-alpha.27",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/skele.git"
},
"keywords": ["react", "react-native", "redux", "redux-saga", "netcetera"],
"keywords": [
"react",
"react-native",
"redux",
"redux-saga",
"netcetera"
],
"author": "netcetera",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skele/components",
"version": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"description": "Skele custom components for React and React Native.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skele/config",
"version": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"description": "Skele package that provides the posibility to define a custom configuration",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
Expand Down

0 comments on commit 4b9aed1

Please sign in to comment.