Skip to content

Commit

Permalink
v1.0.0-alpha.24
Browse files Browse the repository at this point in the history
  • Loading branch information
andon committed Jan 2, 2018
1 parent a49d9b5 commit cec085e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 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.23"
"version": "1.0.0-alpha.24"
}
14 changes: 9 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "@girders-elements/components",
"version": "1.0.0-alpha.23",
"description":
"Girders Elements custom components for React and React Native.",
"version": "1.0.0-alpha.24",
"description": "Girders Elements custom components for React and React Native.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/girders-elements.git"
},
"keywords": ["react", "react-native", "components", "netcetera"],
"keywords": [
"react",
"react-native",
"components",
"netcetera"
],
"author": "netcetera",
"license": "MIT",
"bugs": {
"url": "https://github.com/netceteragroup/girders-elements/issues"
},
"homepage": "https://github.com/netceteragroup/girders-elements#readme",
"peerDependencies": {
"react": "15.x || 16.x",
"prop-types": "15.x || 16.x",
"react": "15.x || 16.x",
"react-native": ">= 0.40.0"
},
"publishConfig": {
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.21",
"version": "1.0.0-alpha.24",
"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
13 changes: 9 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "@girders-elements/core",
"version": "1.0.0-alpha.21",
"description":
"Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.",
"version": "1.0.0-alpha.24",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/girders-elements.git"
},
"keywords": ["react", "react-native", "redux", "redux-saga", "netcetera"],
"keywords": [
"react",
"react-native",
"redux",
"redux-saga",
"netcetera"
],
"author": "netcetera",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit cec085e

Please sign in to comment.