Skip to content

Commit

Permalink
v3.2.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Oct 10, 2023
1 parent a6fa3c8 commit 9146b0f
Show file tree
Hide file tree
Showing 14 changed files with 12,136 additions and 4,232 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"npmClient": "pnpm",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Material Renderer Set for Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/angular": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/angular": "3.1.1-alpha.1",
"@jsonforms/core": "3.1.1-alpha.1",
"core-js": "^2.5.3",
"rxjs": "^6.5.3 || ^7.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-test",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -71,7 +71,7 @@
"peerDependencies": {
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"rxjs": "^6.5.3 || ^7.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples-app",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples-react",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"private": true,
"dependencies": {
"@jsonforms/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,7 +47,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.1.1-alpha.0"
"@jsonforms/core": "3.1.1-alpha.1"
},
"devDependencies": {
"@jsonforms/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-renderers/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -85,8 +85,8 @@
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/react": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"@jsonforms/react": "3.1.1-alpha.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "~5.13.0",
"@mui/x-date-pickers": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"optionalPeerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla-renderers/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,8 +47,8 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/react": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"@jsonforms/react": "3.1.1-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Vue 3 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -94,8 +94,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/vue": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"@jsonforms/vue": "3.1.1-alpha.1",
"vue": "^3.2.26"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "3.1.1-alpha.0",
"version": "3.2.0-alpha.0",
"description": "Vue 3 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -86,7 +86,7 @@
"vue": "^3.2.26"
},
"peerDependencies": {
"@jsonforms/core": "3.1.1-alpha.0",
"@jsonforms/core": "3.1.1-alpha.1",
"vue": "^3.2.26"
}
}

0 comments on commit 9146b0f

Please sign in to comment.