Skip to content

Commit 9d3f706

Browse files
v3.2.1
1 parent d791185 commit 9d3f706

File tree

14 files changed

+13610
-4747
lines changed

14 files changed

+13610
-4747
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0",
2+
"version": "3.2.1",
33
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}

packages/angular-material/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
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",
@@ -68,8 +68,8 @@
6868
"@angular/material": "^16.0.0 || ^17.0.0",
6969
"@angular/platform-browser": "^16.0.0 || ^17.0.0",
7070
"@angular/router": "^16.0.0 || ^17.0.0",
71-
"@jsonforms/angular": "3.2.0",
72-
"@jsonforms/core": "3.2.0",
71+
"@jsonforms/angular": "3.2.1",
72+
"@jsonforms/core": "3.2.1",
7373
"rxjs": "^6.6.0 || ^7.4.0"
7474
},
7575
"dependencies": {

packages/angular-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-test",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"module": "./lib/fesm2022/jsonforms-angular-test.mjs",
66
"typings": "./lib/index.d.ts",

packages/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -70,7 +70,7 @@
7070
"peerDependencies": {
7171
"@angular/core": "^16.0.0 || ^17.0.0",
7272
"@angular/forms": "^16.0.0 || ^17.0.0",
73-
"@jsonforms/core": "3.2.0",
73+
"@jsonforms/core": "3.2.1",
7474
"rxjs": "^6.6.0 || ^7.4.0"
7575
},
7676
"devDependencies": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/core",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples-app",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/examples-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples-react",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"dependencies": {
66
"@jsonforms/core": "workspace:*",

packages/examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -47,7 +47,7 @@
4747
"lodash": "^4.17.21"
4848
},
4949
"peerDependencies": {
50-
"@jsonforms/core": "3.2.0"
50+
"@jsonforms/core": "3.2.1"
5151
},
5252
"devDependencies": {
5353
"@jsonforms/core": "workspace:*",

packages/material-renderers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-renderers",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -86,8 +86,8 @@
8686
"peerDependencies": {
8787
"@emotion/react": "^11.4.1",
8888
"@emotion/styled": "^11.3.0",
89-
"@jsonforms/core": "3.2.0",
90-
"@jsonforms/react": "3.2.0",
89+
"@jsonforms/core": "3.2.1",
90+
"@jsonforms/react": "3.2.1",
9191
"@mui/icons-material": "^5.11.16",
9292
"@mui/material": "^5.13.0",
9393
"@mui/x-date-pickers": "^6.0.0",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/react",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -86,7 +86,7 @@
8686
"lodash": "^4.17.21"
8787
},
8888
"peerDependencies": {
89-
"@jsonforms/core": "3.2.0",
89+
"@jsonforms/core": "3.2.1",
9090
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
9191
},
9292
"optionalPeerDependencies": {

packages/vanilla-renderers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Default Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -47,8 +47,8 @@
4747
"lodash": "^4.17.21"
4848
},
4949
"peerDependencies": {
50-
"@jsonforms/core": "3.2.0",
51-
"@jsonforms/react": "3.2.0",
50+
"@jsonforms/core": "3.2.1",
51+
"@jsonforms/react": "3.2.1",
5252
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
5353
},
5454
"devDependencies": {

packages/vue-vanilla/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue-vanilla",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Vue 3 Vanilla renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -94,8 +94,8 @@
9494
"vue-jest": "^5.0.0-0"
9595
},
9696
"peerDependencies": {
97-
"@jsonforms/core": "3.2.0",
98-
"@jsonforms/vue": "3.2.0",
97+
"@jsonforms/core": "3.2.1",
98+
"@jsonforms/vue": "3.2.1",
9999
"vue": "^3.2.26"
100100
}
101101
}

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Vue 3 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -86,7 +86,7 @@
8686
"vue": "^3.2.26"
8787
},
8888
"peerDependencies": {
89-
"@jsonforms/core": "3.2.0",
89+
"@jsonforms/core": "3.2.1",
9090
"vue": "^3.2.26"
9191
}
9292
}

0 commit comments

Comments
 (0)