Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Dec 19, 2017
1 parent 921dc24 commit 036db79
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "2.0.0-beta.1"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -24,7 +24,7 @@
"test": "../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/ava",
"test-cov": "../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/nyc ../../node_modules/.bin/ava",
"doc": "echo 'TODO: implement documentation generation'",
"preparePublish": "npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
"preparePublish": "npm run doc && npm run build && npm run test && npm run bundle"
},
"ava": {
"verbose": true,
Expand Down
12 changes: 5 additions & 7 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "JSON Forms usage examples",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test-coverage": "../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/nyc ../../node_modules/.bin/ava",
"wct": "wct wct-test",
"doc": "echo 'TODO: implement documentation generation'",
"preparePublish": "npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
"preparePublish": "npm run doc && npm run build && npm run test && npm run bundle"
},
"ava": {
"verbose": true,
Expand All @@ -38,13 +38,11 @@
"babel": "inherit"
},
"dependencies": {
"@jsonforms/core": "2.0.0-beta.0",
"@jsonforms/vanilla-renderers": "2.0.0-beta.0",
"@jsonforms/material-renderers": "2.0.0-beta.0",
"@jsonforms/core": "^2.0.0-beta.1",
"@jsonforms/material-renderers": "^2.0.0-beta.1",
"@jsonforms/vanilla-renderers": "^2.0.0-beta.1",
"react": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
}
}
6 changes: 3 additions & 3 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -25,7 +25,7 @@
"report": "nyc report --reporter=html",
"test": "echo 'TODO: implement materialized test'",
"doc": "echo 'TODO: implement documentation generation'",
"preparePublish": "npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
"preparePublish": "npm run doc && npm run build && npm run test && npm run bundle"
},
"ava": {
"verbose": true,
Expand All @@ -35,7 +35,7 @@
"babel": "inherit"
},
"dependencies": {
"@jsonforms/core": "2.0.0-beta.0",
"@jsonforms/core": "^2.0.0-beta.1",
"material-ui": "^1.0.0-beta.22",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -25,7 +25,7 @@
"lint": "../../node_modules/.bin/tslint --project ../../tslint.json --exclude src/models/jsonSchema.ts",
"test": "../../node_modules/.bin/tsc --project test/tsconfig.test.json && ../../node_modules/.bin/ava",
"doc": "echo 'TODO: implement documentation generation'",
"preparePublish": "npm run lint && npm run doc && npm run build && npm run test && npm run bundle"
"preparePublish": "npm run doc && npm run build && npm run test && npm run bundle"
},
"ava": {
"verbose": true,
Expand All @@ -35,7 +35,7 @@
"babel": "inherit"
},
"dependencies": {
"@jsonforms/core": "2.0.0-beta.0",
"@jsonforms/core": "^2.0.0-beta.1",
"react": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
Expand Down

0 comments on commit 036db79

Please sign in to comment.