Skip to content

Commit

Permalink
v1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ognen committed Aug 22, 2017
1 parent ff0206f commit e2aa45f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.0-alpha.5"
"version": "1.0.0-alpha.6"
}
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": "@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",
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": "@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",
Expand Down

0 comments on commit e2aa45f

Please sign in to comment.