Skip to content

Commit 24c8cb2

Browse files
v3.7.0-alpha.2
1 parent 6129b24 commit 24c8cb2

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.7.0-alpha.1",
2+
"version": "3.7.0-alpha.2",
33
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}

packages/angular-material/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-material",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "Material Renderer Set for Angular module of JSON Forms",
55
"repository": {
66
"type": "git",
@@ -72,8 +72,8 @@
7272
"@angular/material": "^18.0.0 || ^19.0.0 || ^20.0.0",
7373
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0",
7474
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
75-
"@jsonforms/angular": "3.7.0-alpha.1",
76-
"@jsonforms/core": "3.7.0-alpha.1",
75+
"@jsonforms/angular": "3.7.0-alpha.2",
76+
"@jsonforms/core": "3.7.0-alpha.2",
7777
"dayjs": "^1.11.10",
7878
"rxjs": "^6.6.0 || ^7.4.0"
7979
},

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "Angular module of JSON Forms",
55
"repository": {
66
"type": "git",
@@ -73,7 +73,7 @@
7373
"peerDependencies": {
7474
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
7575
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
76-
"@jsonforms/core": "3.7.0-alpha.1",
76+
"@jsonforms/core": "3.7.0-alpha.2",
7777
"rxjs": "^6.6.0 || ^7.4.0"
7878
},
7979
"devDependencies": {

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.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "Core module of JSON Forms",
55
"repository": {
66
"type": "git",

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.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/examples-react/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-react",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"private": true,
55
"dependencies": {
66
"@jsonforms/core": "workspace:*",

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "JSON Forms Example Data",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"lodash": "^4.17.21"
5252
},
5353
"peerDependencies": {
54-
"@jsonforms/core": "3.7.0-alpha.1"
54+
"@jsonforms/core": "3.7.0-alpha.2"
5555
},
5656
"devDependencies": {
5757
"@jsonforms/core": "workspace:*",

packages/material-renderers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-renderers",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": {
66
"type": "git",
@@ -93,8 +93,8 @@
9393
"peerDependencies": {
9494
"@emotion/react": "^11.5.0",
9595
"@emotion/styled": "^11.3.0",
96-
"@jsonforms/core": "3.7.0-alpha.1",
97-
"@jsonforms/react": "3.7.0-alpha.1",
96+
"@jsonforms/core": "3.7.0-alpha.2",
97+
"@jsonforms/react": "3.7.0-alpha.2",
9898
"@mui/icons-material": "^7.0.0",
9999
"@mui/material": "^7.0.0",
100100
"@mui/x-date-pickers": "^8.0.0",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/react",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "React module of JSON Forms",
55
"repository": {
66
"type": "git",
@@ -90,7 +90,7 @@
9090
"lodash": "^4.17.21"
9191
},
9292
"peerDependencies": {
93-
"@jsonforms/core": "3.7.0-alpha.1",
93+
"@jsonforms/core": "3.7.0-alpha.2",
9494
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9595
},
9696
"optionalPeerDependencies": {

packages/vanilla-renderers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "3.7.0-alpha.1",
3+
"version": "3.7.0-alpha.2",
44
"description": "Default Renderer Set for JSON Forms",
55
"repository": {
66
"type": "git",
@@ -54,8 +54,8 @@
5454
"lodash": "^4.17.21"
5555
},
5656
"peerDependencies": {
57-
"@jsonforms/core": "3.7.0-alpha.1",
58-
"@jsonforms/react": "3.7.0-alpha.1",
57+
"@jsonforms/core": "3.7.0-alpha.2",
58+
"@jsonforms/react": "3.7.0-alpha.2",
5959
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)