Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Jan 29, 2019
1 parent 864e3a5 commit 283e22e
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.1.1-beta.0"
"version": "2.2.0"
}
10 changes: 5 additions & 5 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.1.1-beta.0",
"version": "2.2.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 @@ -76,10 +76,10 @@
"@angular/material": "^5.2.0",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@jsonforms/angular": "^2.1.1-beta.0",
"@jsonforms/angular-test": "^2.1.1-beta.0",
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/examples": "^2.1.1-beta.0",
"@jsonforms/angular": "^2.2.0",
"@jsonforms/angular-test": "^2.2.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/examples": "^2.2.0",
"@types/node": "^10.10.0",
"angular2-template-loader": "^0.6.2",
"copy-webpack-plugin": "^4.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.1.1-beta.0",
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/angular": "^2.2.0",
"@jsonforms/core": "^2.2.0",
"redux": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@angular-redux/store": "^7.1.1",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"copy-webpack-plugin": "^4.5.1",
"redux": "^3.0.0",
"rxjs": "^5.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
8 changes: 4 additions & 4 deletions packages/example/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/examples": "^2.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/examples": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"@material-ui/core": "^3.3.1",
"lodash": "^4.17.4",
"react": "^16.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -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.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"redux": "^3.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/ionic/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/ionic-renderers",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "Ionic renderer set of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@ionic-native/core": "4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@jsonforms/angular": "^2.1.1-beta.0",
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/angular": "^2.2.0",
"@jsonforms/core": "^2.2.0",
"angular-l10n": "^4.0.0-rc.0",
"ionic-angular": "3.9.2",
"ionic-selectable": "^3.0.3",
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
"@jsonforms/angular-test": "^2.1.1-beta.0",
"@jsonforms/angular-test": "^2.2.0",
"@types/node": "^10.10.0",
"copy-webpack-plugin": "^4.5.1",
"html-loader": "^0.5.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/material-tree-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-tree-renderer",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "Material-based tree renderer for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -62,9 +62,9 @@
"@jsonforms/react": "^2.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/material-renderers": "^2.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/material-renderers": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"@types/lodash": "^4.14.104",
"@types/recompose": "^0.27.0",
"awesome-typescript-loader": "^3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.1.1-beta.0",
"version": "2.2.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 @@ -67,9 +67,9 @@
"react-redux": "^6.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/test": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"@jsonforms/test": "^2.2.0",
"ava": "^0.25.0",
"copy-webpack-plugin": "^4.5.1",
"enzyme": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-redux": "^6.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest": "^23.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
@@ -1,7 +1,7 @@
{
"name": "@jsonforms/test",
"private": true,
"version": "2.1.1-beta.0",
"version": "2.2.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.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"document-register-element": "^1.7.0",
"jsdom": "^11.9.0",
"jsdom-global": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "2.1.1-beta.0",
"version": "2.2.0",
"description": "Default Renderer Set for JSON Forms",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"@jsonforms/react": "^2.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/test": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"@jsonforms/test": "^2.2.0",
"ava": "^0.25.0",
"copy-webpack-plugin": "^4.5.1",
"jsdom": "^11.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webcomponent/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/webcomponent",
"version": "2.1.1-beta.0",
"version": "2.2.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.1.1-beta.0",
"@jsonforms/react": "^2.1.1-beta.0",
"@jsonforms/core": "^2.2.0",
"@jsonforms/react": "^2.2.0",
"@webcomponents/webcomponentsjs": "^1.0.20",
"es6-shim": "^0.35.3",
"json-refs": "^3.0.10"
Expand All @@ -52,7 +52,7 @@
"redux": "^3.0.0"
},
"devDependencies": {
"@jsonforms/test": "^2.1.1-beta.0",
"@jsonforms/test": "^2.2.0",
"@types/react-dom": "^16.0.8",
"document-register-element": "^1.7.0",
"jsdom": "^11.9.0",
Expand Down

0 comments on commit 283e22e

Please sign in to comment.