Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Mar 16, 2018
1 parent 9c61240 commit d92562b
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 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": "2.0.0-rc.4"
"version": "2.0.0"
}
6 changes: 3 additions & 3 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Material Renderer Set for Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@angular/material": "^5.2.0",
"@angular/platform-browser": "^5.2.4",
"@angular/platform-browser-dynamic": "^5.2.4",
"@jsonforms/angular": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/angular": "^2.0.0",
"@jsonforms/core": "^2.0.0",
"core-js": "^2.5.3",
"redux": "^3.7.2",
"rxjs": "^5.5.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@angular-redux/store": "^7.1.0",
"@angular/common": "^5.2.4",
"@angular/core": "^5.2.4",
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"redux": "^3.7.2",
"rxjs": "^5.5.6"
},
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": "@jsonforms/core",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
10 changes: 5 additions & 5 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-rc.4",
"version": "2.0.0",
"description": "JSON Forms usage examples",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -26,10 +26,10 @@
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/i18n": "^2.0.0-rc.4",
"@jsonforms/react": "^2.0.0-rc.4",
"@jsonforms/webcomponent": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"@jsonforms/i18n": "^2.0.0",
"@jsonforms/react": "^2.0.0",
"@jsonforms/webcomponent": "^2.0.0",
"moment": "^2.20.1",
"react": "^16.2.0",
"react-redux": "^5.0.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/i18n",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "i18n module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"es6-shim": "^0.35.3",
"json-refs": "^2.1.6",
"moment": "^2.20.1",
Expand All @@ -47,9 +47,9 @@
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.0.0-rc.4",
"@jsonforms/vanilla-renderers": "^2.0.0-rc.4",
"@jsonforms/webcomponent": "^2.0.0-rc.4",
"@jsonforms/test": "^2.0.0",
"@jsonforms/vanilla-renderers": "^2.0.0",
"@jsonforms/webcomponent": "^2.0.0",
"document-register-element": "^1.7.0",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2"
Expand Down
10 changes: 5 additions & 5 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-rc.4",
"version": "2.0.0",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -55,8 +55,8 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/react": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"@jsonforms/react": "^2.0.0",
"material-ui": "1.0.0-beta.25",
"material-ui-icons": "^1.0.0-beta.17",
"material-ui-pickers": "1.0.0-beta.12",
Expand All @@ -65,8 +65,8 @@
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.0.0-rc.4",
"@jsonforms/webcomponent": "^2.0.0-rc.4",
"@jsonforms/test": "^2.0.0",
"@jsonforms/webcomponent": "^2.0.0",
"ava": "^0.24.0",
"copy-webpack-plugin": "^4.2.3",
"document-register-element": "^1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"lodash": "4.17.4",
"react": "^16.2.0",
"react-redux": "^5.0.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jsonforms/test",
"private": true,
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Test utilities for JSON Forms",
"scripts": {
"build": "../../node_modules/.bin/tsc",
Expand All @@ -11,8 +11,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/react": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"@jsonforms/react": "^2.0.0",
"document-register-element": "^1.7.0",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
Expand Down
10 changes: 5 additions & 5 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-rc.4",
"version": "2.0.0",
"description": "Default Renderer Set for JSON Forms",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -16,14 +16,14 @@
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Vanilla Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/react": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"@jsonforms/react": "^2.0.0",
"react": "^16.2.0",
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.0.0-rc.4",
"@jsonforms/webcomponent": "^2.0.0-rc.4",
"@jsonforms/test": "^2.0.0",
"@jsonforms/webcomponent": "^2.0.0",
"ava": "^0.24.0",
"copy-webpack-plugin": "^4.2.3",
"document-register-element": "^1.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/webcomponent",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Webcomponnet module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -39,8 +39,8 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.4",
"@jsonforms/react": "^2.0.0-rc.4",
"@jsonforms/core": "^2.0.0",
"@jsonforms/react": "^2.0.0",
"@webcomponents/webcomponentsjs": "^1.0.20",
"es6-shim": "^0.35.3",
"json-refs": "^2.1.6",
Expand All @@ -50,7 +50,7 @@
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.0.0-rc.4",
"@jsonforms/test": "^2.0.0",
"document-register-element": "^1.7.0",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2"
Expand Down

0 comments on commit d92562b

Please sign in to comment.