Skip to content

Commit

Permalink
v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Oct 28, 2021
1 parent ec0747a commit 7532a3e
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 43 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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.

10 changes: 5 additions & 5 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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 @@ -85,10 +85,10 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@jsonforms/angular": "^3.0.0-alpha.1",
"@jsonforms/angular-test": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/examples": "^3.0.0-alpha.1",
"@jsonforms/angular": "^3.0.0-alpha.2",
"@jsonforms/angular-test": "^3.0.0-alpha.2",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/examples": "^3.0.0-alpha.2",
"@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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.1"
"@jsonforms/angular": "^3.0.0-alpha.2",
"@jsonforms/core": "^3.0.0-alpha.2"
},
"devDependencies": {
"jasmine": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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 @@
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"ava": "~2.4.0",
"copy-webpack-plugin": "^5.0.5",
"nyc": "^14.1.1",
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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/examples-react",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"private": true,
"dependencies": {
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/examples": "^3.0.0-alpha.1",
"@jsonforms/react": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/examples": "^3.0.0-alpha.2",
"@jsonforms/react": "^3.0.0-alpha.2",
"@material-ui/core": "^4.7.0",
"lodash": "^4.17.15",
"react": "^16.12.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -41,15 +41,15 @@
"doc": "typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"ajv-i18n": "^3.5.0",
"redux": "^4.0.4"
},
"devDependencies": {
"rimraf": "^3.0.2",
"tslib": "^2.2.0",
"tslint": "^5.20.1",
"typedoc": "^0.19.2",
"typescript": "4.2.3",
"tslib": "^2.2.0"
"typescript": "4.2.3"
}
}
6 changes: 3 additions & 3 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Material Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -79,8 +79,8 @@
"@material-ui/lab": "^4.0.0-alpha.56"
},
"devDependencies": {
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/react": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/react": "^3.0.0-alpha.2",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "React module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -82,7 +82,7 @@
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/object-hash": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Default Renderer Set for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/react": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/react": "^3.0.0-alpha.2",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"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.

6 changes: 3 additions & 3 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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 @@ -54,8 +54,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/vue": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/vue": "^3.0.0-alpha.2",
"@rollup/plugin-alias": "^2.2.0",
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.23",
Expand Down
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.

4 changes: 2 additions & 2 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Vue 3 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down
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.

6 changes: 3 additions & 3 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"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 @@ -54,8 +54,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/vue2": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@jsonforms/vue2": "^3.0.0-alpha.2",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down
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.

4 changes: 2 additions & 2 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.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Vue 2 module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.2",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down

0 comments on commit 7532a3e

Please sign in to comment.