Skip to content

Commit 20e9e0f

Browse files
committed
v3.0.0
1 parent 5fe28fd commit 20e9e0f

File tree

19 files changed

+56
-56
lines changed

19 files changed

+56
-56
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.0.0-rc.1",
7+
"version": "3.0.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.0.0-rc.1",
3+
"version": "3.0.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",
@@ -63,8 +63,8 @@
6363
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
6464
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
6565
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
66-
"@jsonforms/angular": "3.0.0-rc.1",
67-
"@jsonforms/core": "3.0.0-rc.1",
66+
"@jsonforms/angular": "3.0.0",
67+
"@jsonforms/core": "3.0.0",
6868
"core-js": "^2.5.3",
6969
"rxjs": "^6.5.3 || ^7.4.0"
7070
},
@@ -84,10 +84,10 @@
8484
"@angular/platform-browser": "^12.0.0",
8585
"@angular/platform-browser-dynamic": "^12.0.0",
8686
"@angular/router": "^12.0.0",
87-
"@jsonforms/angular": "^3.0.0-rc.1",
88-
"@jsonforms/angular-test": "^3.0.0-rc.1",
89-
"@jsonforms/core": "^3.0.0-rc.1",
90-
"@jsonforms/examples": "^3.0.0-rc.1",
87+
"@jsonforms/angular": "^3.0.0",
88+
"@jsonforms/angular-test": "^3.0.0",
89+
"@jsonforms/core": "^3.0.0",
90+
"@jsonforms/examples": "^3.0.0",
9191
"@types/node": "^10.10.0",
9292
"angular2-template-loader": "^0.6.2",
9393
"copy-webpack-plugin": "^5.0.5",

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.0.0-rc.1",
3+
"version": "3.0.0",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^3.0.0-rc.1",
8-
"@jsonforms/core": "^3.0.0-rc.1"
7+
"@jsonforms/angular": "^3.0.0",
8+
"@jsonforms/core": "^3.0.0"
99
},
1010
"devDependencies": {
1111
"jasmine": "^3.2.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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -63,15 +63,15 @@
6363
"peerDependencies": {
6464
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
6565
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
66-
"@jsonforms/core": "3.0.0-rc.1",
66+
"@jsonforms/core": "3.0.0",
6767
"rxjs": "^6.5.3 || ^7.4.0"
6868
},
6969
"devDependencies": {
7070
"@angular/compiler": "^12.0.0",
7171
"@angular/compiler-cli": "^12.0.0",
7272
"@angular/core": "^12.0.0",
7373
"@angular/forms": "^12.0.0",
74-
"@jsonforms/core": "^3.0.0-rc.1",
74+
"@jsonforms/core": "^3.0.0",
7575
"ava": "~2.4.0",
7676
"copy-webpack-plugin": "^5.0.5",
7777
"cross-env": "^7.0.2",

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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/example/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.0.0-rc.1",
3+
"version": "3.0.0",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.0.0-rc.1",
7-
"@jsonforms/examples": "^3.0.0-rc.1",
8-
"@jsonforms/react": "^3.0.0-rc.1",
6+
"@jsonforms/core": "^3.0.0",
7+
"@jsonforms/examples": "^3.0.0",
8+
"@jsonforms/react": "^3.0.0",
99
"@mui/material": "^5.2.2",
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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -45,10 +45,10 @@
4545
"ajv-i18n": "^3.5.0"
4646
},
4747
"peerDependencies": {
48-
"@jsonforms/core": "3.0.0-rc.1"
48+
"@jsonforms/core": "3.0.0"
4949
},
5050
"devDependencies": {
51-
"@jsonforms/core": "^3.0.0-rc.1",
51+
"@jsonforms/core": "^3.0.0",
5252
"rimraf": "^3.0.2",
5353
"rollup": "^2.7.3",
5454
"rollup-plugin-cleanup": "^3.2.1",

packages/material/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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -76,17 +76,17 @@
7676
"peerDependencies": {
7777
"@emotion/react": "^11.4.1",
7878
"@emotion/styled": "^11.3.0",
79-
"@jsonforms/core": "3.0.0-rc.1",
80-
"@jsonforms/react": "3.0.0-rc.1",
79+
"@jsonforms/core": "3.0.0",
80+
"@jsonforms/react": "3.0.0",
8181
"@mui/icons-material": "^5.0.0",
8282
"@mui/material": "^5.0.0",
8383
"@mui/x-date-pickers": "^5.0.0-beta.5"
8484
},
8585
"devDependencies": {
8686
"@emotion/react": "^11.5.0",
8787
"@emotion/styled": "^11.3.0",
88-
"@jsonforms/core": "^3.0.0-rc.1",
89-
"@jsonforms/react": "^3.0.0-rc.1",
88+
"@jsonforms/core": "^3.0.0",
89+
"@jsonforms/react": "^3.0.0",
9090
"@mui/icons-material": "^5.2.0",
9191
"@mui/material": "^5.2.2",
9292
"@mui/x-date-pickers": "^5.0.0-beta.5",

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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -80,14 +80,14 @@
8080
"lodash": "^4.17.15"
8181
},
8282
"peerDependencies": {
83-
"@jsonforms/core": "3.0.0-rc.1",
83+
"@jsonforms/core": "3.0.0",
8484
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
8585
},
8686
"optionalPeerDependencies": {
8787
"react-redux": "^7.1.3"
8888
},
8989
"devDependencies": {
90-
"@jsonforms/core": "^3.0.0-rc.1",
90+
"@jsonforms/core": "^3.0.0",
9191
"@rollup/plugin-alias": "^3.1.8",
9292
"@types/enzyme": "^3.10.3",
9393
"@types/object-hash": "^1.3.0",

packages/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/vanilla-renderers",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Default Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -36,14 +36,14 @@
3636
"customization"
3737
],
3838
"peerDependencies": {
39-
"@jsonforms/core": "3.0.0-rc.1",
40-
"@jsonforms/react": "3.0.0-rc.1",
39+
"@jsonforms/core": "3.0.0",
40+
"@jsonforms/react": "3.0.0",
4141
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
4242
},
4343
"devDependencies": {
4444
"@istanbuljs/nyc-config-typescript": "^1.0.2",
45-
"@jsonforms/core": "^3.0.0-rc.1",
46-
"@jsonforms/react": "^3.0.0-rc.1",
45+
"@jsonforms/core": "^3.0.0",
46+
"@jsonforms/react": "^3.0.0",
4747
"@types/enzyme": "^3.10.3",
4848
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
4949
"copy-webpack-plugin": "^5.0.5",

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.0.0-rc.1",
3+
"version": "3.0.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",
@@ -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.0.0-rc.1",
59-
"@jsonforms/vue": "^3.0.0-rc.1",
58+
"@jsonforms/core": "^3.0.0",
59+
"@jsonforms/vue": "^3.0.0",
6060
"@types/chai": "^4.2.11",
6161
"@types/jest": "^24.0.23",
6262
"@types/mocha": "^5.2.4",
@@ -82,8 +82,8 @@
8282
"vue-jest": "^5.0.0-0"
8383
},
8484
"peerDependencies": {
85-
"@jsonforms/core": "3.0.0-rc.1",
86-
"@jsonforms/vue": "3.0.0-rc.1",
85+
"@jsonforms/core": "3.0.0",
86+
"@jsonforms/vue": "3.0.0",
8787
"vue": "^3.2.26"
8888
}
8989
}

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.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Vue 3 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -48,7 +48,7 @@
4848
"@babel/core": "^7.9.0",
4949
"@babel/preset-env": "^7.9.5",
5050
"@babel/preset-typescript": "^7.9.0",
51-
"@jsonforms/core": "^3.0.0-rc.1",
51+
"@jsonforms/core": "^3.0.0",
5252
"@rollup/plugin-alias": "^3.1.8",
5353
"@types/jest": "^24.0.23",
5454
"@vue/cli-plugin-babel": "~4.5.18",
@@ -71,7 +71,7 @@
7171
"vue-jest": "^5.0.0-0"
7272
},
7373
"peerDependencies": {
74-
"@jsonforms/core": "3.0.0-rc.1",
74+
"@jsonforms/core": "3.0.0",
7575
"vue": "^3.2.26"
7676
}
7777
}

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.0.0-rc.1",
3+
"version": "3.0.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.0.0-rc.1",
59-
"@jsonforms/vue2": "^3.0.0-rc.1",
58+
"@jsonforms/core": "^3.0.0",
59+
"@jsonforms/vue2": "^3.0.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.0.0-rc.1",
84-
"@jsonforms/vue2": "3.0.0-rc.1",
83+
"@jsonforms/core": "3.0.0",
84+
"@jsonforms/vue2": "3.0.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.0.0-rc.1",
3+
"version": "3.0.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.0.0-rc.1",
54+
"@jsonforms/core": "^3.0.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.0.0-rc.1",
76+
"@jsonforms/core": "3.0.0",
7777
"vue": "^2.7.0"
7878
}
7979
}

0 commit comments

Comments
 (0)