Skip to content

Commit

Permalink
v1.0.0-alpha.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Blagoja Evkoski authored and Blagoja Evkoski committed Jul 5, 2019
1 parent c8adda1 commit e7916f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.39"
"version": "1.0.0-alpha.40"
}
4 changes: 2 additions & 2 deletions 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.39",
"version": "1.0.0-alpha.40",
"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 All @@ -21,7 +21,7 @@
},
"homepage": "https://netcetera.gitbooks.io/skele/",
"dependencies": {
"@skele/core": "^1.0.0-alpha.39",
"@skele/core": "^1.0.0-alpha.40",
"immutable": "^3.8.1",
"invariant": "^2.2.2",
"ramda": "^0.25.0",
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.39",
"version": "1.0.0-alpha.40",
"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.39",
"version": "1.0.0-alpha.40",
"description": "Skele package that provides the posibility to define a custom configuration",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skele/core",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.40",
"description": "Core package of the Skele framework. Element definitions, registrations and traversal.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
Expand Down

0 comments on commit e7916f0

Please sign in to comment.