Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Jun 20, 2023
1 parent e6f7525 commit 7e0115f
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 57 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": "3.1.0-beta.1",
"version": "3.1.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": "3.1.0-beta.1",
"version": "3.1.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 @@ -69,8 +69,8 @@
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/angular": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/angular": "3.1.0",
"@jsonforms/core": "3.1.0",
"core-js": "^2.5.3",
"rxjs": "^6.5.3 || ^7.4.0"
},
Expand All @@ -94,10 +94,10 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@jsonforms/angular": "^3.1.0-beta.1",
"@jsonforms/angular-test": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/examples": "^3.1.0-beta.1",
"@jsonforms/angular": "^3.1.0",
"@jsonforms/angular-test": "^3.1.0",
"@jsonforms/core": "^3.1.0",
"@jsonforms/examples": "^3.1.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
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": "3.1.0-beta.1",
"version": "3.1.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0-beta.1"
"@jsonforms/angular": "^3.1.0",
"@jsonforms/core": "^3.1.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.0.0",
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": "3.1.0-beta.1",
"version": "3.1.0",
"description": "Angular 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 @@
"peerDependencies": {
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"devDependencies": {
Expand All @@ -80,7 +80,7 @@
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"ava": "~2.4.0",
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": "3.1.0-beta.1",
"version": "3.1.0",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples-app",
"version": "3.1.0-beta.1",
"version": "3.1.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples-react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "3.1.0-beta.1",
"version": "3.1.0",
"private": true,
"dependencies": {
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/examples": "^3.1.0-beta.1",
"@jsonforms/react": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/examples": "^3.1.0",
"@jsonforms/react": "^3.1.0",
"@mui/material": "~5.13.0",
"@types/react-highlight": "^0.12.5",
"@types/react-tabs": "^2.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.1.0-beta.1",
"version": "3.1.0",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -46,10 +46,10 @@
"ajv-i18n": "^3.5.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1"
"@jsonforms/core": "3.1.0"
},
"devDependencies": {
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^7.32.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/material-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.1.0-beta.1",
"version": "3.1.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 @@ -82,17 +82,17 @@
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/react": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"@jsonforms/react": "3.1.0",
"@mui/icons-material": "~5.11.16",
"@mui/material": "~5.13.0",
"@mui/x-date-pickers": "^6.0.0"
},
"devDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/react": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/react": "^3.1.0",
"@mui/icons-material": "~5.11.16",
"@mui/material": "~5.13.0",
"@mui/x-date-pickers": "^6.5.0",
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": "3.1.0-beta.1",
"version": "3.1.0",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -85,14 +85,14 @@
"lodash": "^4.17.15"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"optionalPeerDependencies": {
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@rollup/plugin-alias": "^3.1.8",
"@types/enzyme": "^3.10.3",
"@types/object-hash": "^1.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/vanilla-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.1.0-beta.1",
"version": "3.1.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 @@ -44,14 +44,14 @@
"customization"
],
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/react": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"@jsonforms/react": "3.1.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/react": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/react": "^3.1.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
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": "3.1.0-beta.1",
"version": "3.1.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 @@ -58,8 +58,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/vue": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/vue": "^3.1.0",
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.23",
"@types/mocha": "^5.2.4",
Expand Down Expand Up @@ -94,8 +94,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/vue": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"@jsonforms/vue": "3.1.0",
"vue": "^3.2.26"
}
}
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": "3.1.0-beta.1",
"version": "3.1.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 @@ -50,7 +50,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@typescript-eslint/eslint-plugin": "^5.54.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"vue": "^3.2.26"
}
}
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": "3.1.0-beta.1",
"version": "3.1.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 @@ -55,8 +55,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/vue2": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@jsonforms/vue2": "^3.1.0",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.18",
Expand All @@ -80,8 +80,8 @@
"vue-template-compiler": "^2.7.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/vue2": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"@jsonforms/vue2": "3.1.0",
"vue": "^2.7.0"
}
}
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": "3.1.0-beta.1",
"version": "3.1.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 @@ -51,7 +51,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-beta.1",
"@jsonforms/core": "^3.1.0",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.18",
Expand All @@ -73,7 +73,7 @@
"vue-template-compiler": "^2.7.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-beta.1",
"@jsonforms/core": "3.1.0",
"vue": "^2.7.0"
}
}

0 comments on commit 7e0115f

Please sign in to comment.