From 14b21da0afeb11f0c7e97c04dc061116d1441617 Mon Sep 17 00:00:00 2001 From: Edgar Mueller Date: Fri, 3 Aug 2018 17:46:15 +0200 Subject: [PATCH] v2.0.7 --- lerna.json | 2 +- packages/angular-material/package.json | 6 +++--- packages/angular/package.json | 4 ++-- packages/core/package.json | 2 +- packages/example/package.json | 8 ++++---- packages/examples/package.json | 4 ++-- packages/i18n/package.json | 10 +++++----- packages/ionic/package.json | 6 +++--- packages/material-tree-renderer/package.json | 8 ++++---- packages/material/package.json | 10 +++++----- packages/react/package.json | 4 ++-- packages/test/package.json | 6 +++--- packages/vanilla/package.json | 10 +++++----- packages/webcomponent/package.json | 8 ++++---- 14 files changed, 44 insertions(+), 44 deletions(-) diff --git a/lerna.json b/lerna.json index 7c0e5c71d..ef64ba546 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.7-rc.0" + "version": "2.0.7" } diff --git a/packages/angular-material/package.json b/packages/angular-material/package.json index 926a755b8..b3a4e8681 100644 --- a/packages/angular-material/package.json +++ b/packages/angular-material/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular-material", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/core": "^2.0.7-rc.0", + "@jsonforms/angular": "^2.0.7", + "@jsonforms/core": "^2.0.7", "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 7ca28109c..717ffa344 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/angular", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", + "@jsonforms/core": "^2.0.7", "redux": "^3.7.2", "rxjs": "^5.5.7" }, diff --git a/packages/core/package.json b/packages/core/package.json index 46045c4c7..47a91a8e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/core", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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 69a5724ce..9c107e2d3 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,11 +1,11 @@ { "name": "@jsonforms/examples-react", - "version": "2.0.7-rc.0", + "version": "2.0.7", "private": true, "dependencies": { - "@jsonforms/core": "^2.0.7-rc.0", - "@jsonforms/examples": "^2.0.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/examples": "^2.0.7", + "@jsonforms/react": "^2.0.7", "@material-ui/core": "^1.2.1", "lodash": "^4.17.4", "react": "^16.3.2", diff --git a/packages/examples/package.json b/packages/examples/package.json index e5e44659a..9307b20d7 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/examples", - "version": "2.0.7-rc.0", + "version": "2.0.7", "description": "JSON Forms Example Data", "repository": "https://github.com/eclipsesource/jsonforms", "bugs": "https://github.com/eclipsesource/jsonforms/issues", @@ -26,7 +26,7 @@ "doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src" }, "dependencies": { - "@jsonforms/core": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", "redux": "^3.7.2" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 75366c80a..b37a5950f 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/i18n", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", + "@jsonforms/core": "^2.0.7", "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.7-rc.0", - "@jsonforms/vanilla-renderers": "^2.0.7-rc.0", - "@jsonforms/webcomponent": "^2.0.7-rc.0", + "@jsonforms/test": "^2.0.7", + "@jsonforms/vanilla-renderers": "^2.0.7", + "@jsonforms/webcomponent": "^2.0.7", "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 1b512c6dc..cc01c69c2 100644 --- a/packages/ionic/package.json +++ b/packages/ionic/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/ionic-renderers", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/core": "^2.0.7-rc.0", + "@jsonforms/angular": "^2.0.7", + "@jsonforms/core": "^2.0.7", "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 cf3310400..43d113404 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.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/react": "^2.0.7", "@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.7-rc.0", + "@jsonforms/material-renderers": "^2.0.7", "@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 5248d512e..a32991676 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/material-renderers", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/react": "^2.0.7", "@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.7-rc.0", - "@jsonforms/webcomponent": "^2.0.7-rc.0", + "@jsonforms/test": "^2.0.7", + "@jsonforms/webcomponent": "^2.0.7", "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 04e5ea99e..4aeaf9a4f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/react", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", + "@jsonforms/core": "^2.0.7", "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 1398db85d..832f7a5c3 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,7 +1,7 @@ { "name": "@jsonforms/test", "private": true, - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/react": "^2.0.7", "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 e99615177..4a95a98f8 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/vanilla-renderers", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/react": "^2.0.7", "react": "^16.3.2", "redux": "^3.7.2" }, "devDependencies": { - "@jsonforms/test": "^2.0.7-rc.0", - "@jsonforms/webcomponent": "^2.0.7-rc.0", + "@jsonforms/test": "^2.0.7", + "@jsonforms/webcomponent": "^2.0.7", "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 7e62c528a..f5c31deb2 100644 --- a/packages/webcomponent/package.json +++ b/packages/webcomponent/package.json @@ -1,6 +1,6 @@ { "name": "@jsonforms/webcomponent", - "version": "2.0.7-rc.0", + "version": "2.0.7", "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.7-rc.0", - "@jsonforms/react": "^2.0.7-rc.0", + "@jsonforms/core": "^2.0.7", + "@jsonforms/react": "^2.0.7", "@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.7-rc.0", + "@jsonforms/test": "^2.0.7", "document-register-element": "^1.7.0", "jsdom": "^11.9.0", "jsdom-global": "^3.0.2"