diff --git a/lerna.json b/lerna.json index 9ceea32e8..b6e8877a3 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.6-rc.2" + "version": "2.0.6" } diff --git a/packages/angular-material/package.json b/packages/angular-material/package.json index d7326f2ca..1b0ad7eb3 100644 --- a/packages/angular-material/package.json +++ b/packages/angular-material/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular-material", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Material Renderer Set for Angular module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -48,8 +48,8 @@ "@angular/material": "^5.2.0", "@angular/platform-browser": "^5.2.10", "@angular/platform-browser-dynamic": "^5.2.10", - "@jsonforms/angular": "^2.0.6-rc.2", - "@jsonforms/core": "^2.0.6-rc.2", + "@jsonforms/angular": "^2.0.6", + "@jsonforms/core": "^2.0.6", "core-js": "^2.5.3", "redux": "^3.7.2", "rxjs": "^5.5.7", diff --git a/packages/angular/package.json b/packages/angular/package.json index 6b24355bd..a6697e315 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Angular module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -42,7 +42,7 @@ "@angular-redux/store": "^7.1.1", "@angular/common": "^5.2.10", "@angular/core": "^5.2.10", - "@jsonforms/core": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", "redux": "^3.7.2", "rxjs": "^5.5.7" }, diff --git a/packages/core/package.json b/packages/core/package.json index c55f6fd95..661bff106 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/core", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Core module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", diff --git a/packages/example/package.json b/packages/example/package.json index 48986d3fb..f35a9d0b2 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,12 +1,12 @@ { "name": "jsonforms-react-seed", - "version": "2.0.6-rc.2", + "version": "2.0.6", "private": true, "dependencies": { "@babel/runtime": "^7.0.0-beta.49", - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/material-renderers": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/material-renderers": "^2.0.6", + "@jsonforms/react": "^2.0.6", "@material-ui/core": "^1.0.0", "lodash": "^4.17.10", "react": "^16.2.0", diff --git a/packages/examples/package.json b/packages/examples/package.json index 34041db63..270616741 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/examples", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "JSON Forms usage examples", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -26,9 +26,9 @@ "doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src" }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", - "@jsonforms/webcomponent": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", + "@jsonforms/webcomponent": "^2.0.6", "moment": "^2.20.1", "react": "^16.3.2", "react-redux": "^5.0.6", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8fc99d1a6..2be448ac3 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/i18n", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "i18n module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -37,7 +37,7 @@ ] }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", "es6-shim": "^0.35.3", "json-refs": "^3.0.4", "moment": "^2.20.1", @@ -47,9 +47,9 @@ "redux": "^3.7.2" }, "devDependencies": { - "@jsonforms/test": "^2.0.6-rc.2", - "@jsonforms/vanilla-renderers": "^2.0.6-rc.2", - "@jsonforms/webcomponent": "^2.0.6-rc.2", + "@jsonforms/test": "^2.0.6", + "@jsonforms/vanilla-renderers": "^2.0.6", + "@jsonforms/webcomponent": "^2.0.6", "document-register-element": "^1.7.0", "jsdom": "^11.9.0", "jsdom-global": "^3.0.2" diff --git a/packages/ionic/package.json b/packages/ionic/package.json index 44f93d871..762b538e6 100644 --- a/packages/ionic/package.json +++ b/packages/ionic/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/ionic-renderers", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Ionic renderer set of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -50,8 +50,8 @@ "@ionic-native/core": "4.7.0", "@ionic-native/splash-screen": "4.7.0", "@ionic-native/status-bar": "4.7.0", - "@jsonforms/angular": "^2.0.6-rc.2", - "@jsonforms/core": "^2.0.6-rc.2", + "@jsonforms/angular": "^2.0.6", + "@jsonforms/core": "^2.0.6", "ionic-angular": "3.9.2", "ionicons": "3.0.0", "json-refs": "^3.0.4", diff --git a/packages/material-tree-renderer/package.json b/packages/material-tree-renderer/package.json index 5d1b7bdc6..7e4f4d18f 100644 --- a/packages/material-tree-renderer/package.json +++ b/packages/material-tree-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/material-tree-renderer", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Material-based tree renderer for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -52,8 +52,8 @@ ] }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", "@material-ui/core": "^1.2.1", "@material-ui/icons": "^1.0.0", "ajv": "^6.4.0", @@ -69,7 +69,7 @@ "uuid": "^3.2.1" }, "devDependencies": { - "@jsonforms/material-renderers": "^2.0.6-rc.2", + "@jsonforms/material-renderers": "^2.0.6", "@types/lodash": "^4.14.104", "@types/node": "^8.0.0", "awesome-typescript-loader": "^3.1.3", diff --git a/packages/material/package.json b/packages/material/package.json index d4326c968..18391a398 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/material-renderers", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Material Renderer Set for JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -55,8 +55,8 @@ ] }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", "@material-ui/core": "^1.2.1", "@material-ui/icons": "^1.0.0", "@material-ui/lab": "^1.0.0-alpha.5", @@ -66,8 +66,8 @@ "redux": "^3.7.2" }, "devDependencies": { - "@jsonforms/test": "^2.0.6-rc.2", - "@jsonforms/webcomponent": "^2.0.6-rc.2", + "@jsonforms/test": "^2.0.6", + "@jsonforms/webcomponent": "^2.0.6", "ava": "^0.25.0", "copy-webpack-plugin": "^4.5.1", "document-register-element": "^1.7.0", diff --git a/packages/react/package.json b/packages/react/package.json index 212b23178..c64af0276 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/react", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "React module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", "lodash": "^4.17.4", "react": "^16.3.2", "react-redux": "^5.0.6" diff --git a/packages/test/package.json b/packages/test/package.json index ff985a4ec..4ac35f054 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,7 +1,7 @@ { "name": "@jsonforms/test", "private": true, - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Test utilities for JSON Forms", "scripts": { "build": "../../node_modules/.bin/tsc", @@ -11,8 +11,8 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "devDependencies": { - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", "document-register-element": "^1.7.0", "jsdom": "^11.9.0", "jsdom-global": "^3.0.2", diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 4303c30c4..4cb4998c4 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vanilla-renderers", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Default Renderer Set for JSON Forms", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -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.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", "react": "^16.3.2", "redux": "^3.7.2" }, "devDependencies": { - "@jsonforms/test": "^2.0.6-rc.2", - "@jsonforms/webcomponent": "^2.0.6-rc.2", + "@jsonforms/test": "^2.0.6", + "@jsonforms/webcomponent": "^2.0.6", "ava": "^0.25.0", "copy-webpack-plugin": "^4.5.1", "document-register-element": "^1.7.0", diff --git a/packages/webcomponent/package.json b/packages/webcomponent/package.json index a27e95448..f37103b0a 100644 --- a/packages/webcomponent/package.json +++ b/packages/webcomponent/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/webcomponent", - "version": "2.0.6-rc.2", + "version": "2.0.6", "description": "Webcomponnet module of JSON Forms", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -39,8 +39,8 @@ ] }, "dependencies": { - "@jsonforms/core": "^2.0.6-rc.2", - "@jsonforms/react": "^2.0.6-rc.2", + "@jsonforms/core": "^2.0.6", + "@jsonforms/react": "^2.0.6", "@webcomponents/webcomponentsjs": "^1.0.20", "es6-shim": "^0.35.3", "json-refs": "^3.0.4", @@ -50,7 +50,7 @@ "redux": "^3.7.2" }, "devDependencies": { - "@jsonforms/test": "^2.0.6-rc.2", + "@jsonforms/test": "^2.0.6", "document-register-element": "^1.7.0", "jsdom": "^11.9.0", "jsdom-global": "^3.0.2"