Skip to content

Commit

Permalink
v3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Aug 22, 2022
1 parent 59b39c3 commit 852057c
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
"packages/vue/*",
"packages/vue2/*"
],
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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 @@ -63,8 +63,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.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.0",
"@jsonforms/angular": "3.0.0-rc.1",
"@jsonforms/core": "3.0.0-rc.1",
"core-js": "^2.5.3",
"rxjs": "^6.4.0"
},
Expand All @@ -84,10 +84,10 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@jsonforms/angular": "^3.0.0-rc.0",
"@jsonforms/angular-test": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/examples": "^3.0.0-rc.0",
"@jsonforms/angular": "^3.0.0-rc.1",
"@jsonforms/angular-test": "^3.0.0-rc.1",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/examples": "^3.0.0-rc.1",
"@types/node": "^10.10.0",
"angular2-template-loader": "^0.6.2",
"copy-webpack-plugin": "^5.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.0"
"@jsonforms/angular": "^3.0.0-rc.1",
"@jsonforms/core": "^3.0.0-rc.1"
},
"devDependencies": {
"jasmine": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Angular module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -63,15 +63,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.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"rxjs": "^6.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.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Core module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down
8 changes: 4 additions & 4 deletions packages/example/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"private": true,
"dependencies": {
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/examples": "^3.0.0-rc.0",
"@jsonforms/react": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/examples": "^3.0.0-rc.1",
"@jsonforms/react": "^3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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.0.0-rc.0"
"@jsonforms/core": "3.0.0-rc.1"
},
"devDependencies": {
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"rimraf": "^3.0.2",
"rollup": "^2.7.3",
"rollup-plugin-cleanup": "^3.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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 @@ -76,17 +76,17 @@
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.0.0-rc.0",
"@jsonforms/react": "3.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"@jsonforms/react": "3.0.0-rc.1",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/x-date-pickers": "^5.0.0-beta.5"
},
"devDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/react": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/react": "^3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -80,14 +80,14 @@
"lodash": "^4.17.15"
},
"peerDependencies": {
"@jsonforms/core": "3.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"optionalPeerDependencies": {
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.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/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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 @@ -36,14 +36,14 @@
"customization"
],
"peerDependencies": {
"@jsonforms/core": "3.0.0-rc.0",
"@jsonforms/react": "3.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"@jsonforms/react": "3.0.0-rc.1",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/react": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/react": "^3.0.0-rc.1",
"@types/enzyme": "^3.10.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"copy-webpack-plugin": "^5.0.5",
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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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 @@ -55,8 +55,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/vue": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/vue": "^3.0.0-rc.1",
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.23",
"@types/mocha": "^5.2.4",
Expand All @@ -82,8 +82,8 @@
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"@jsonforms/core": "3.0.0-rc.0",
"@jsonforms/vue": "3.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"@jsonforms/vue": "3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.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.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2-vanilla",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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.0.0-rc.0",
"@jsonforms/vue2": "^3.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.1",
"@jsonforms/vue2": "^3.0.0-rc.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.0.0-rc.0",
"@jsonforms/vue2": "3.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"@jsonforms/vue2": "3.0.0-rc.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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.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.0.0-rc.0",
"@jsonforms/core": "^3.0.0-rc.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.0.0-rc.0",
"@jsonforms/core": "3.0.0-rc.1",
"vue": "^2.7.0"
}
}

0 comments on commit 852057c

Please sign in to comment.