Skip to content

Commit

Permalink
v2.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Dec 3, 2020
1 parent 1853fc7 commit a648f46
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.4.1"
"version": "2.5.0-alpha.0"
}
14 changes: 7 additions & 7 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.4.1",
"version": "2.5.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 @@ -63,8 +63,8 @@
"@angular/material": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/router": "^9.0.0",
"@jsonforms/angular": "^2.4.1",
"@jsonforms/core": "^2.4.1",
"@jsonforms/angular": "^2.5.0-alpha.0",
"@jsonforms/core": "^2.5.0-alpha.0",
"core-js": "^2.5.3",
"rxjs": "^6.4.0",
"zone.js": "^0.10.2"
Expand All @@ -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.4.1",
"@jsonforms/angular-test": "^2.4.1",
"@jsonforms/core": "^2.4.1",
"@jsonforms/examples": "^2.4.1",
"@jsonforms/angular": "^2.5.0-alpha.0",
"@jsonforms/angular-test": "^2.5.0-alpha.0",
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/examples": "^2.5.0-alpha.0",
"@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.4.1",
"version": "2.5.0-alpha.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.4.1",
"@jsonforms/core": "^2.4.1",
"@jsonforms/angular": "^2.5.0-alpha.0",
"@jsonforms/core": "^2.5.0-alpha.0",
"redux": "^4.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.4.1",
"version": "2.5.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 @@ -63,15 +63,15 @@
"peerDependencies": {
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@jsonforms/core": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@jsonforms/core": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"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.4.1",
"version": "2.5.0-alpha.0",
"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.4.1",
"version": "2.5.0-alpha.0",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/examples": "^2.4.1",
"@jsonforms/react": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/examples": "^2.5.0-alpha.0",
"@jsonforms/react": "^2.5.0-alpha.0",
"@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.4.1",
"version": "2.5.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 @@ -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.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"ajv-i18n": "^3.5.0",
"redux": "^4.0.4"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.4.1",
"version": "2.5.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 @@ -72,17 +72,17 @@
"uuid": "^3.3.3"
},
"peerDependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/react": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/react": "^2.5.0-alpha.0",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1"
},
"optionalPeerDependencies": {
"@material-ui/lab": "^4.0.0-alpha.56"
},
"devDependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/react": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/react": "^2.5.0-alpha.0",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.4.1",
"version": "2.5.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 @@ -76,14 +76,14 @@
"object-hash": "^2.0.0"
},
"peerDependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"react": "^16.12.0"
},
"optionalPeerDependencies": {
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@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": "2.4.1",
"version": "2.5.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 @@ -36,13 +36,13 @@
"customization"
],
"peerDependencies": {
"@jsonforms/core": "^2.4.1",
"@jsonforms/react": "^2.4.1"
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/react": "^2.5.0-alpha.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@jsonforms/core": "^2.4.1",
"@jsonforms/react": "^2.4.1",
"@jsonforms/core": "^2.5.0-alpha.0",
"@jsonforms/react": "^2.5.0-alpha.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"copy-webpack-plugin": "^5.0.5",
Expand Down

0 comments on commit a648f46

Please sign in to comment.