Skip to content

Commit

Permalink
v3.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Feb 15, 2023
1 parent fb29baf commit 3861749
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/vue/*",
"packages/vue2/*"
],
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"nohoist": [
"core-js",
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-material/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/angular-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"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 @@ -68,8 +68,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.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/angular": "3.1.0-alpha.1",
"@jsonforms/core": "3.1.0-alpha.1",
"core-js": "^2.5.3",
"rxjs": "^6.5.3 || ^7.4.0"
},
Expand All @@ -89,10 +89,10 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@jsonforms/angular": "^3.1.0-alpha.0",
"@jsonforms/angular-test": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/examples": "^3.1.0-alpha.0",
"@jsonforms/angular": "^3.1.0-alpha.1",
"@jsonforms/angular-test": "^3.1.0-alpha.1",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/examples": "^3.1.0-alpha.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.0"
"@jsonforms/angular": "^3.1.0-alpha.1",
"@jsonforms/core": "^3.1.0-alpha.1"
},
"devDependencies": {
"jasmine": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -67,15 +67,15 @@
"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.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"rxjs": "^6.5.3 || ^7.4.0"
},
"devDependencies": {
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"ava": "~2.4.0",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
5 changes: 2 additions & 3 deletions packages/examples-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@jsonforms/examples-app",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
},
"scripts": {},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"fs-extra": "^11.1.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/examples-react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"private": true,
"dependencies": {
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/examples": "^3.1.0-alpha.0",
"@jsonforms/react": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/examples": "^3.1.0-alpha.1",
"@jsonforms/react": "^3.1.0-alpha.1",
"@mui/material": "~5.2.2",
"@types/react-highlight": "^0.12.5",
"@types/react-tabs": "^2.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -45,10 +45,10 @@
"ajv-i18n": "^3.5.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0"
"@jsonforms/core": "3.1.0-alpha.1"
},
"devDependencies": {
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup-plugin-cleanup": "^3.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/material-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -81,17 +81,17 @@
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/react": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"@jsonforms/react": "3.1.0-alpha.1",
"@mui/icons-material": "~5.2.2",
"@mui/material": "~5.2.2",
"@mui/x-date-pickers": "^5.0.0-beta.5"
},
"devDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/react": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/react": "^3.1.0-alpha.1",
"@mui/icons-material": "~5.2.0",
"@mui/material": "~5.2.2",
"@mui/x-date-pickers": "^5.0.0-beta.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -84,14 +84,14 @@
"lodash": "^4.17.15"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"optionalPeerDependencies": {
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@rollup/plugin-alias": "^3.1.8",
"@types/enzyme": "^3.10.3",
"@types/object-hash": "^1.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/vanilla-renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -43,14 +43,14 @@
"customization"
],
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/react": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"@jsonforms/react": "3.1.0-alpha.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/react": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/react": "^3.1.0-alpha.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/vue-vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/vue/vue-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"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 @@ -56,8 +56,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/vue": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/vue": "^3.1.0-alpha.1",
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.23",
"@types/mocha": "^5.2.4",
Expand All @@ -83,8 +83,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/vue": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"@jsonforms/vue": "3.1.0-alpha.1",
"vue": "^3.2.26"
}
}
2 changes: 1 addition & 1 deletion packages/vue/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vue/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Vue 3 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.18",
Expand All @@ -71,7 +71,7 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"vue": "^3.2.26"
}
}
2 changes: 1 addition & 1 deletion packages/vue2/vue2-vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/vue2/vue2-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2-vanilla",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Vue 2 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/vue2": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@jsonforms/vue2": "^3.1.0-alpha.1",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.18",
Expand All @@ -80,8 +80,8 @@
"vue-template-compiler": "^2.7.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/vue2": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"@jsonforms/vue2": "3.1.0-alpha.1",
"vue": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue2/vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vue2/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "Vue 2 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.1.0-alpha.0",
"@jsonforms/core": "^3.1.0-alpha.1",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.18",
Expand All @@ -73,7 +73,7 @@
"vue-template-compiler": "^2.7.0"
},
"peerDependencies": {
"@jsonforms/core": "3.1.0-alpha.0",
"@jsonforms/core": "3.1.0-alpha.1",
"vue": "^2.7.0"
}
}

0 comments on commit 3861749

Please sign in to comment.