Skip to content

Commit 77624c6

Browse files
committed
v3.2.0-alpha.3
1 parent 6a739a6 commit 77624c6

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
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.2.0-alpha.1",
2+
"version": "3.2.0-alpha.3",
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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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.2.0-alpha.1",
73-
"@jsonforms/core": "3.2.0-alpha.1",
72+
"@jsonforms/angular": "3.2.0-alpha.3",
73+
"@jsonforms/core": "3.2.0-alpha.3",
7474
"core-js": "^2.5.3",
7575
"rxjs": "^6.5.3 || ^7.4.0"
7676
},

packages/angular-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-test",
3-
"version": "3.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {

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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -71,7 +71,7 @@
7171
"peerDependencies": {
7272
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
7373
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
74-
"@jsonforms/core": "3.2.0-alpha.1",
74+
"@jsonforms/core": "3.2.0-alpha.3",
7575
"rxjs": "^6.5.3 || ^7.4.0"
7676
},
7777
"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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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-alpha.1"
50+
"@jsonforms/core": "3.2.0-alpha.3"
5151
},
5252
"devDependencies": {
5353
"@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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -85,8 +85,8 @@
8585
"peerDependencies": {
8686
"@emotion/react": "^11.4.1",
8787
"@emotion/styled": "^11.3.0",
88-
"@jsonforms/core": "3.2.0-alpha.1",
89-
"@jsonforms/react": "3.2.0-alpha.1",
88+
"@jsonforms/core": "3.2.0-alpha.3",
89+
"@jsonforms/react": "3.2.0-alpha.3",
9090
"@mui/icons-material": "^5.11.16",
9191
"@mui/material": "~5.13.0",
9292
"@mui/x-date-pickers": "^6.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.2.0-alpha.1",
3+
"version": "3.2.0-alpha.3",
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-alpha.1",
89+
"@jsonforms/core": "3.2.0-alpha.3",
9090
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
9191
},
9292
"optionalPeerDependencies": {

0 commit comments

Comments
 (0)