Skip to content

Commit

Permalink
v1.0.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
andon committed Jan 17, 2018
1 parent cfb5396 commit 02d1f7f
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.25"
"version": "1.0.0-alpha.26"
}
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": "@girders-elements/components",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "Girders Elements 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": "@girders-elements/config",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"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.25",
"version": "1.0.0-alpha.26",
"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 02d1f7f

Please sign in to comment.