File tree Expand file tree Collapse file tree 13 files changed +25
-25
lines changed Expand file tree Collapse file tree 13 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.2.0-alpha.1 " ,
2
+ "version" : " 3.2.0-alpha.3 " ,
3
3
"npmClient" : " pnpm" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/angular-material" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " Material Renderer Set for Angular module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
69
69
"@angular/material" : " ^12.0.0 || ^13.0.0 || ^14.0.0" ,
70
70
"@angular/platform-browser" : " ^12.0.0 || ^13.0.0 || ^14.0.0" ,
71
71
"@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 " ,
74
74
"core-js" : " ^2.5.3" ,
75
75
"rxjs" : " ^6.5.3 || ^7.4.0"
76
76
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/angular-test" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"private" : true ,
5
5
"main" : " ./lib/index.js" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/angular" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " Angular module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
71
71
"peerDependencies" : {
72
72
"@angular/core" : " ^12.0.0 || ^13.0.0 || ^14.0.0" ,
73
73
"@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 " ,
75
75
"rxjs" : " ^6.5.3 || ^7.4.0"
76
76
},
77
77
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/core" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " Core module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/examples-app" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/examples-react" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@jsonforms/core" : " workspace:*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/examples" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " JSON Forms Example Data" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
47
47
"lodash" : " ^4.17.21"
48
48
},
49
49
"peerDependencies" : {
50
- "@jsonforms/core" : " 3.2.0-alpha.1 "
50
+ "@jsonforms/core" : " 3.2.0-alpha.3 "
51
51
},
52
52
"devDependencies" : {
53
53
"@jsonforms/core" : " workspace:*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/material-renderers" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " Material Renderer Set for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
85
85
"peerDependencies" : {
86
86
"@emotion/react" : " ^11.4.1" ,
87
87
"@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 " ,
90
90
"@mui/icons-material" : " ^5.11.16" ,
91
91
"@mui/material" : " ~5.13.0" ,
92
92
"@mui/x-date-pickers" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/react" ,
3
- "version" : " 3.2.0-alpha.1 " ,
3
+ "version" : " 3.2.0-alpha.3 " ,
4
4
"description" : " React module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
86
86
"lodash" : " ^4.17.21"
87
87
},
88
88
"peerDependencies" : {
89
- "@jsonforms/core" : " 3.2.0-alpha.1 " ,
89
+ "@jsonforms/core" : " 3.2.0-alpha.3 " ,
90
90
"react" : " ^16.12.0 || ^17.0.0 || ^18.0.0"
91
91
},
92
92
"optionalPeerDependencies" : {
You can’t perform that action at this time.
0 commit comments