Skip to content

Commit

Permalink
v2.5.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Mar 10, 2021
1 parent 5e0eac5 commit e16e508
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
"packages/vue/*",
"packages/vue2/*"
],
"version": "2.5.1-alpha.0",
"version": "2.5.1-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.

10 changes: 5 additions & 5 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -84,10 +84,10 @@
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/router": "^9.0.0",
"@jsonforms/angular": "^2.5.1-alpha.0",
"@jsonforms/angular-test": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/examples": "^2.5.1-alpha.0",
"@jsonforms/angular": "^2.5.1-alpha.1",
"@jsonforms/angular-test": "^2.5.1-alpha.1",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/examples": "^2.5.1-alpha.1",
"@types/node": "^10.10.0",
"@types/redux-logger": "3.0.6",
"angular2-template-loader": "^0.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "2.5.1-alpha.0",
"version": "2.5.1-alpha.1",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/angular": "^2.5.1-alpha.1",
"@jsonforms/core": "^2.5.1-alpha.1",
"redux": "^4.0.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -71,7 +71,7 @@
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"copy-webpack-plugin": "^5.0.5",
"rxjs": "^6.4.0",
"webpack-dev-server": "^3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "2.5.1-alpha.0",
"version": "2.5.1-alpha.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": "2.5.1-alpha.0",
"version": "2.5.1-alpha.1",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/examples": "^2.5.1-alpha.0",
"@jsonforms/react": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/examples": "^2.5.1-alpha.1",
"@jsonforms/react": "^2.5.1-alpha.1",
"@material-ui/core": "^4.7.0",
"lodash": "^4.17.15",
"react": "^16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.5.1-alpha.0",
"version": "2.5.1-alpha.1",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -41,7 +41,7 @@
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"ajv-i18n": "^3.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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,8 +81,8 @@
"@material-ui/lab": "^4.0.0-alpha.56"
},
"devDependencies": {
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/react": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/react": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -83,7 +83,7 @@
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -41,8 +41,8 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/react": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/react": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue-vanilla",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -51,8 +51,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/vue": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/vue": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -47,7 +47,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2-vanilla",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -51,8 +51,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/vue2": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@jsonforms/vue2": "^2.5.1-alpha.1",
"@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
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vue2",
"version": "2.5.1-alpha.0",
"version": "2.5.1-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 @@ -50,7 +50,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "^2.5.1-alpha.0",
"@jsonforms/core": "^2.5.1-alpha.1",
"@rollup/plugin-alias": "^2.2.0",
"@types/jest": "^24.0.23",
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down

0 comments on commit e16e508

Please sign in to comment.