Skip to content

Commit

Permalink
v3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Jun 24, 2021
1 parent 35f6c70 commit 148c39c
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/vue/*",
"packages/vue2/*"
],
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"nohoist": [
"core-js",
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-material/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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.5.2",
"version": "3.0.0-alpha.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 @@ -63,8 +63,8 @@
"@angular/material": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/platform-browser": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/router": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@jsonforms/angular": "^2.5.2",
"@jsonforms/core": "^2.5.2",
"@jsonforms/angular": "^3.0.0-alpha.0",
"@jsonforms/core": "^3.0.0-alpha.0",
"core-js": "^2.5.3",
"rxjs": "^6.4.0",
"zone.js": "^0.10.2"
Expand All @@ -85,10 +85,10 @@
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/router": "^9.0.0",
"@jsonforms/angular": "^2.5.2",
"@jsonforms/angular-test": "^2.5.2",
"@jsonforms/core": "^2.5.2",
"@jsonforms/examples": "^2.5.2",
"@jsonforms/angular": "^3.0.0-alpha.0",
"@jsonforms/angular-test": "^3.0.0-alpha.0",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/examples": "^3.0.0-alpha.0",
"@types/node": "^10.10.0",
"@types/redux-logger": "3.0.6",
"angular2-template-loader": "^0.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.5.2",
"@jsonforms/core": "^2.5.2",
"@jsonforms/angular": "^3.0.0-alpha.0",
"@jsonforms/core": "^3.0.0-alpha.0",
"redux": "^4.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -63,15 +63,15 @@
"peerDependencies": {
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"ava": "~2.4.0",
"copy-webpack-plugin": "^5.0.5",
"nyc": "^14.1.1",
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.5.2",
"version": "3.0.0-alpha.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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/examples": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/examples": "^3.0.0-alpha.0",
"@jsonforms/react": "^3.0.0-alpha.0",
"@material-ui/core": "^4.7.0",
"lodash": "^4.17.15",
"react": "^16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -41,7 +41,7 @@
"doc": "typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"ajv-i18n": "^3.5.0",
"redux": "^4.0.4"
},
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.5.2",
"version": "3.0.0-alpha.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 @@ -72,17 +72,17 @@
"uuid": "^3.3.3"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/react": "^3.0.0-alpha.0",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1"
},
"optionalPeerDependencies": {
"@material-ui/lab": "^4.0.0-alpha.56"
},
"devDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/react": "^3.0.0-alpha.0",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -75,14 +75,14 @@
"lodash": "^4.17.15"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"react": "^16.12.0 || ^17.0.0"
},
"optionalPeerDependencies": {
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/object-hash": "^1.3.0",
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.5.2",
"version": "3.0.0-alpha.0",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -36,13 +36,13 @@
"customization"
],
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/react": "^2.5.2"
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/react": "^3.0.0-alpha.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@jsonforms/core": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/react": "^3.0.0-alpha.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"copy-webpack-plugin": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/vue-vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/vue/vue-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "Vue 3 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/vue": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/vue": "^3.0.0-alpha.0",
"@rollup/plugin-alias": "^2.2.0",
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.23",
Expand All @@ -80,8 +80,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/vue": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/vue": "^3.0.0-alpha.0",
"vue": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/vue/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vue/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "Vue 3 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand All @@ -68,7 +68,7 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"vue": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/vue2/vue2-vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/vue2/vue2-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2-vanilla",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "Vue 2 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/vue2": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/vue2": "^3.0.0-alpha.0",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand All @@ -78,8 +78,8 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/vue2": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@jsonforms/vue2": "^3.0.0-alpha.0",
"vue": "^2.6.12"
}
}
2 changes: 1 addition & 1 deletion packages/vue2/vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vue2/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2",
"version": "2.5.2",
"version": "3.0.0-alpha.0",
"description": "Vue 2 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand All @@ -71,7 +71,7 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"@jsonforms/core": "^2.5.2",
"@jsonforms/core": "^3.0.0-alpha.0",
"vue": "^2.6.12"
}
}

0 comments on commit 148c39c

Please sign in to comment.