Skip to content

Commit 7e0115f

Browse files
committed
v3.1.0
1 parent e6f7525 commit 7e0115f

File tree

20 files changed

+57
-57
lines changed

20 files changed

+57
-57
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/vue/*",
55
"packages/vue2/*"
66
],
7-
"version": "3.1.0-beta.1",
7+
"version": "3.1.0",
88
"nohoist": [
99
"core-js",
1010
"vue",

packages/angular-material/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-material/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Material Renderer Set for Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -69,8 +69,8 @@
6969
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
7070
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
7171
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
72-
"@jsonforms/angular": "3.1.0-beta.1",
73-
"@jsonforms/core": "3.1.0-beta.1",
72+
"@jsonforms/angular": "3.1.0",
73+
"@jsonforms/core": "3.1.0",
7474
"core-js": "^2.5.3",
7575
"rxjs": "^6.5.3 || ^7.4.0"
7676
},
@@ -94,10 +94,10 @@
9494
"@angular/platform-browser": "^12.0.0",
9595
"@angular/platform-browser-dynamic": "^12.0.0",
9696
"@angular/router": "^12.0.0",
97-
"@jsonforms/angular": "^3.1.0-beta.1",
98-
"@jsonforms/angular-test": "^3.1.0-beta.1",
99-
"@jsonforms/core": "^3.1.0-beta.1",
100-
"@jsonforms/examples": "^3.1.0-beta.1",
97+
"@jsonforms/angular": "^3.1.0",
98+
"@jsonforms/angular-test": "^3.1.0",
99+
"@jsonforms/core": "^3.1.0",
100+
"@jsonforms/examples": "^3.1.0",
101101
"@rollup/plugin-commonjs": "^23.0.3",
102102
"@rollup/plugin-json": "^5.0.2",
103103
"@rollup/plugin-node-resolve": "^15.0.1",

packages/angular-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@jsonforms/angular-test",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^3.1.0-beta.1",
8-
"@jsonforms/core": "^3.1.0-beta.1"
7+
"@jsonforms/angular": "^3.1.0",
8+
"@jsonforms/core": "^3.1.0"
99
},
1010
"devDependencies": {
1111
"@angular-eslint/eslint-plugin": "^12.0.0",

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -68,7 +68,7 @@
6868
"peerDependencies": {
6969
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
7070
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
71-
"@jsonforms/core": "3.1.0-beta.1",
71+
"@jsonforms/core": "3.1.0",
7272
"rxjs": "^6.5.3 || ^7.4.0"
7373
},
7474
"devDependencies": {
@@ -80,7 +80,7 @@
8080
"@angular/compiler-cli": "^12.0.0",
8181
"@angular/core": "^12.0.0",
8282
"@angular/forms": "^12.0.0",
83-
"@jsonforms/core": "^3.1.0-beta.1",
83+
"@jsonforms/core": "^3.1.0",
8484
"@typescript-eslint/eslint-plugin": "^5.54.1",
8585
"@typescript-eslint/parser": "^5.54.1",
8686
"ava": "~2.4.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/core",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/examples-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples-app",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/examples-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@jsonforms/examples-react",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.1.0-beta.1",
7-
"@jsonforms/examples": "^3.1.0-beta.1",
8-
"@jsonforms/react": "^3.1.0-beta.1",
6+
"@jsonforms/core": "^3.1.0",
7+
"@jsonforms/examples": "^3.1.0",
8+
"@jsonforms/react": "^3.1.0",
99
"@mui/material": "~5.13.0",
1010
"@types/react-highlight": "^0.12.5",
1111
"@types/react-tabs": "^2.3.3",

packages/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -46,10 +46,10 @@
4646
"ajv-i18n": "^3.5.0"
4747
},
4848
"peerDependencies": {
49-
"@jsonforms/core": "3.1.0-beta.1"
49+
"@jsonforms/core": "3.1.0"
5050
},
5151
"devDependencies": {
52-
"@jsonforms/core": "^3.1.0-beta.1",
52+
"@jsonforms/core": "^3.1.0",
5353
"@typescript-eslint/eslint-plugin": "^5.54.1",
5454
"@typescript-eslint/parser": "^5.54.1",
5555
"eslint": "^7.32.0",

packages/material-renderers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-renderers",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -82,17 +82,17 @@
8282
"peerDependencies": {
8383
"@emotion/react": "^11.4.1",
8484
"@emotion/styled": "^11.3.0",
85-
"@jsonforms/core": "3.1.0-beta.1",
86-
"@jsonforms/react": "3.1.0-beta.1",
85+
"@jsonforms/core": "3.1.0",
86+
"@jsonforms/react": "3.1.0",
8787
"@mui/icons-material": "~5.11.16",
8888
"@mui/material": "~5.13.0",
8989
"@mui/x-date-pickers": "^6.0.0"
9090
},
9191
"devDependencies": {
9292
"@emotion/react": "^11.5.0",
9393
"@emotion/styled": "^11.3.0",
94-
"@jsonforms/core": "^3.1.0-beta.1",
95-
"@jsonforms/react": "^3.1.0-beta.1",
94+
"@jsonforms/core": "^3.1.0",
95+
"@jsonforms/react": "^3.1.0",
9696
"@mui/icons-material": "~5.11.16",
9797
"@mui/material": "~5.13.0",
9898
"@mui/x-date-pickers": "^6.5.0",

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/react",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -85,14 +85,14 @@
8585
"lodash": "^4.17.15"
8686
},
8787
"peerDependencies": {
88-
"@jsonforms/core": "3.1.0-beta.1",
88+
"@jsonforms/core": "3.1.0",
8989
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
9090
},
9191
"optionalPeerDependencies": {
9292
"react-redux": "^7.1.3"
9393
},
9494
"devDependencies": {
95-
"@jsonforms/core": "^3.1.0-beta.1",
95+
"@jsonforms/core": "^3.1.0",
9696
"@rollup/plugin-alias": "^3.1.8",
9797
"@types/enzyme": "^3.10.3",
9898
"@types/object-hash": "^1.3.0",

packages/vanilla-renderers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Default Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -44,14 +44,14 @@
4444
"customization"
4545
],
4646
"peerDependencies": {
47-
"@jsonforms/core": "3.1.0-beta.1",
48-
"@jsonforms/react": "3.1.0-beta.1",
47+
"@jsonforms/core": "3.1.0",
48+
"@jsonforms/react": "3.1.0",
4949
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
5050
},
5151
"devDependencies": {
5252
"@istanbuljs/nyc-config-typescript": "^1.0.2",
53-
"@jsonforms/core": "^3.1.0-beta.1",
54-
"@jsonforms/react": "^3.1.0-beta.1",
53+
"@jsonforms/core": "^3.1.0",
54+
"@jsonforms/react": "^3.1.0",
5555
"@rollup/plugin-commonjs": "^23.0.3",
5656
"@rollup/plugin-json": "^5.0.2",
5757
"@rollup/plugin-node-resolve": "^15.0.1",

packages/vue/vue-vanilla/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/vue-vanilla/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue-vanilla",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Vue 3 Vanilla renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -58,8 +58,8 @@
5858
"@babel/core": "^7.9.0",
5959
"@babel/preset-env": "^7.9.5",
6060
"@babel/preset-typescript": "^7.9.0",
61-
"@jsonforms/core": "^3.1.0-beta.1",
62-
"@jsonforms/vue": "^3.1.0-beta.1",
61+
"@jsonforms/core": "^3.1.0",
62+
"@jsonforms/vue": "^3.1.0",
6363
"@types/chai": "^4.2.11",
6464
"@types/jest": "^24.0.23",
6565
"@types/mocha": "^5.2.4",
@@ -94,8 +94,8 @@
9494
"vue-jest": "^5.0.0-0"
9595
},
9696
"peerDependencies": {
97-
"@jsonforms/core": "3.1.0-beta.1",
98-
"@jsonforms/vue": "3.1.0-beta.1",
97+
"@jsonforms/core": "3.1.0",
98+
"@jsonforms/vue": "3.1.0",
9999
"vue": "^3.2.26"
100100
}
101101
}

packages/vue/vue/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Vue 3 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -50,7 +50,7 @@
5050
"@babel/core": "^7.9.0",
5151
"@babel/preset-env": "^7.9.5",
5252
"@babel/preset-typescript": "^7.9.0",
53-
"@jsonforms/core": "^3.1.0-beta.1",
53+
"@jsonforms/core": "^3.1.0",
5454
"@rollup/plugin-alias": "^3.1.8",
5555
"@types/jest": "^24.0.23",
5656
"@typescript-eslint/eslint-plugin": "^5.54.1",
@@ -82,7 +82,7 @@
8282
"vue-jest": "^5.0.0-0"
8383
},
8484
"peerDependencies": {
85-
"@jsonforms/core": "3.1.0-beta.1",
85+
"@jsonforms/core": "3.1.0",
8686
"vue": "^3.2.26"
8787
}
8888
}

packages/vue2/vue2-vanilla/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue2/vue2-vanilla/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue2-vanilla",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Vue 2 Vanilla renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -55,8 +55,8 @@
5555
"@babel/core": "^7.9.0",
5656
"@babel/preset-env": "^7.9.5",
5757
"@babel/preset-typescript": "^7.9.0",
58-
"@jsonforms/core": "^3.1.0-beta.1",
59-
"@jsonforms/vue2": "^3.1.0-beta.1",
58+
"@jsonforms/core": "^3.1.0",
59+
"@jsonforms/vue2": "^3.1.0",
6060
"@rollup/plugin-alias": "^3.1.8",
6161
"@types/jest": "^24.0.23",
6262
"@vue/cli-plugin-babel": "~4.5.18",
@@ -80,8 +80,8 @@
8080
"vue-template-compiler": "^2.7.0"
8181
},
8282
"peerDependencies": {
83-
"@jsonforms/core": "3.1.0-beta.1",
84-
"@jsonforms/vue2": "3.1.0-beta.1",
83+
"@jsonforms/core": "3.1.0",
84+
"@jsonforms/vue2": "3.1.0",
8585
"vue": "^2.7.0"
8686
}
8787
}

packages/vue2/vue2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue2/vue2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue2",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0",
44
"description": "Vue 2 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -51,7 +51,7 @@
5151
"@babel/core": "^7.9.0",
5252
"@babel/preset-env": "^7.9.5",
5353
"@babel/preset-typescript": "^7.9.0",
54-
"@jsonforms/core": "^3.1.0-beta.1",
54+
"@jsonforms/core": "^3.1.0",
5555
"@rollup/plugin-alias": "^3.1.8",
5656
"@types/jest": "^24.0.23",
5757
"@vue/cli-plugin-babel": "~4.5.18",
@@ -73,7 +73,7 @@
7373
"vue-template-compiler": "^2.7.0"
7474
},
7575
"peerDependencies": {
76-
"@jsonforms/core": "3.1.0-beta.1",
76+
"@jsonforms/core": "3.1.0",
7777
"vue": "^2.7.0"
7878
}
7979
}

0 commit comments

Comments
 (0)