Skip to content

Commit

Permalink
v1.0.0-alpha.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Blagoja Evkoski authored and Blagoja Evkoski committed Aug 29, 2018
1 parent 6b39241 commit b010641
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.30"
"version": "1.0.0-alpha.31"
}
2 changes: 1 addition & 1 deletion packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.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",
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.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",
Expand Down

0 comments on commit b010641

Please sign in to comment.