Skip to content

Commit

Permalink
v2.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Jun 12, 2019
1 parent c61a126 commit b067666
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.2.3"
"version": "2.3.0-alpha.0"
}
10 changes: 5 additions & 5 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.2.3",
"version": "2.3.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 @@ -75,10 +75,10 @@
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.13",
"@angular/platform-browser-dynamic": "^7.2.13",
"@jsonforms/angular": "^2.2.3",
"@jsonforms/angular-test": "^2.2.3",
"@jsonforms/core": "^2.2.3",
"@jsonforms/examples": "^2.2.3",
"@jsonforms/angular": "^2.3.0-alpha.0",
"@jsonforms/angular-test": "^2.3.0-alpha.0",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/examples": "^2.3.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.2.3",
"version": "2.3.0-alpha.0",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.2.3",
"@jsonforms/core": "^2.2.3",
"@jsonforms/angular": "^2.3.0-alpha.0",
"@jsonforms/core": "^2.3.0-alpha.0",
"redux": "^4.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.2.3",
"version": "2.3.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 @@ -50,7 +50,7 @@
"@angular-redux/store": "^9.0.0",
"@angular/core": "^7.2.13",
"@angular/forms": "^7.2.13",
"@jsonforms/core": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"copy-webpack-plugin": "^4.5.1",
"redux": "^4.0.1",
"rxjs": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "2.2.3",
"version": "2.3.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.2.3",
"version": "2.3.0-alpha.0",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/examples": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/examples": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"@material-ui/core": "^4.0.1",
"lodash": "^4.17.4",
"react": "^16.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "JSON Forms Example Data",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand All @@ -26,7 +26,7 @@
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"redux": "^4.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/ionic/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/ionic-renderers",
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "Ionic renderer set of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -56,8 +56,8 @@
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/angular": "4.2.0",
"@jsonforms/angular": "^2.2.3",
"@jsonforms/core": "^2.2.3",
"@jsonforms/angular": "^2.3.0-alpha.0",
"@jsonforms/core": "^2.3.0-alpha.0",
"angular-l10n": "^7.1.0",
"ionic-selectable": "^4.4.0",
"ionicons": "3.0.0",
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
"@jsonforms/angular-test": "^2.2.3",
"@jsonforms/angular-test": "^2.3.0-alpha.0",
"@types/node": "^10.10.0",
"copy-webpack-plugin": "^4.5.1",
"html-loader": "^0.5.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/material-tree-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-tree-renderer",
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "Material-based tree renderer for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -62,9 +62,9 @@
"@jsonforms/react": "^2.2.3"
},
"devDependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/material-renderers": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/material-renderers": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"@types/lodash": "^4.14.104",
"@types/recompose": "^0.27.0",
"awesome-typescript-loader": "^3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/material-renderers",
"version": "2.2.3",
"version": "2.3.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 @@ -68,9 +68,9 @@
"react-redux": "^6.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/test": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"@jsonforms/test": "^2.3.0-alpha.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"ava": "^0.25.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.2.3",
"version": "2.3.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 @@ -66,7 +66,7 @@
"react-redux": "^6.0.0"
},
"devDependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"enzyme": "^3.9.0",
Expand All @@ -79,4 +79,4 @@
"redux-mock-store": "1.5.3",
"ts-jest": "^23.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/test/package.json
@@ -1,7 +1,7 @@
{
"name": "@jsonforms/test",
"private": true,
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "Test utilities for JSON Forms",
"scripts": {
"build": "../../node_modules/.bin/tsc",
Expand All @@ -11,8 +11,8 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"document-register-element": "^1.7.0",
"jsdom": "^11.9.0",
"jsdom-global": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/vanilla-renderers",
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "Default Renderer Set for JSON Forms",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"@jsonforms/react": "^2.2.3"
},
"devDependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/test": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"@jsonforms/test": "^2.3.0-alpha.0",
"ava": "^0.25.0",
"copy-webpack-plugin": "^4.5.1",
"jsdom": "^11.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webcomponent/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/webcomponent",
"version": "2.2.3",
"version": "2.3.0-alpha.0",
"description": "Webcomponnet module of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -39,8 +39,8 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.2.3",
"@jsonforms/react": "^2.2.3",
"@jsonforms/core": "^2.3.0-alpha.0",
"@jsonforms/react": "^2.3.0-alpha.0",
"@webcomponents/webcomponentsjs": "^1.0.20",
"es6-shim": "^0.35.3"
},
Expand All @@ -51,7 +51,7 @@
"redux": "^4.0.1"
},
"devDependencies": {
"@jsonforms/test": "^2.2.3",
"@jsonforms/test": "^2.3.0-alpha.0",
"@types/react-dom": "^16.0.8",
"document-register-element": "^1.7.0",
"jsdom": "^11.9.0",
Expand Down

0 comments on commit b067666

Please sign in to comment.