Skip to content

Commit

Permalink
v2.4.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Jun 25, 2020
1 parent 6f6a806 commit 34b1e43
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.4.1-alpha.0"
"version": "2.4.1-alpha.1"
}
10 changes: 5 additions & 5 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.4.1-alpha.0",
"version": "2.4.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.4.1-alpha.0",
"@jsonforms/angular-test": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/examples": "^2.4.1-alpha.0",
"@jsonforms/angular": "^2.4.1-alpha.1",
"@jsonforms/angular-test": "^2.4.1-alpha.1",
"@jsonforms/core": "^2.4.1-alpha.1",
"@jsonforms/examples": "^2.4.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.4.1-alpha.0",
"version": "2.4.1-alpha.1",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/angular": "^2.4.1-alpha.1",
"@jsonforms/core": "^2.4.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.4.1-alpha.0",
"version": "2.4.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.4.1-alpha.0",
"@jsonforms/core": "^2.4.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.4.1-alpha.0",
"version": "2.4.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.4.1-alpha.0",
"version": "2.4.1-alpha.1",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/examples": "^2.4.1-alpha.0",
"@jsonforms/react": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.1",
"@jsonforms/examples": "^2.4.1-alpha.1",
"@jsonforms/react": "^2.4.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.4.1-alpha.0",
"version": "2.4.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.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.1",
"ajv-i18n": "^3.5.0",
"redux": "^4.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.4.1-alpha.0",
"version": "2.4.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 @@ -82,8 +82,8 @@
"@material-ui/lab": "^4.0.0-alpha.56"
},
"devDependencies": {
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/react": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.1",
"@jsonforms/react": "^2.4.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.4.1-alpha.0",
"version": "2.4.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 @@ -84,7 +84,7 @@
"react-redux": "^7.1.3"
},
"devDependencies": {
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"enzyme": "^3.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "2.4.1-alpha.0",
"version": "2.4.1-alpha.1",
"description": "Default Renderer Set for JSON Forms",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@jsonforms/core": "^2.4.1-alpha.0",
"@jsonforms/react": "^2.4.1-alpha.0",
"@jsonforms/core": "^2.4.1-alpha.1",
"@jsonforms/react": "^2.4.1-alpha.1",
"@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 34b1e43

Please sign in to comment.