Skip to content

Commit

Permalink
v2.1.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Jan 22, 2019
1 parent 283e4dd commit cb7dfe8
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.1.1-alpha.0"
"version": "2.1.1-alpha.1"
}
10 changes: 5 additions & 5 deletions packages/angular-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular-material",
"version": "2.1.1-alpha.0",
"version": "2.1.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 @@ -56,8 +56,8 @@
"@angular/material": "^5.2.0",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@jsonforms/angular": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/angular": "^2.1.1-alpha.1",
"@jsonforms/core": "^2.1.1-alpha.1",
"angular-l10n": "^4.0.0-rc.0",
"core-js": "^2.5.3",
"hammerjs": "2.0.8",
Expand All @@ -66,8 +66,8 @@
"zone.js": "^0.8.26"
},
"devDependencies": {
"@jsonforms/angular-test": "^2.1.1-alpha.0",
"@jsonforms/examples": "^2.1.1-alpha.0",
"@jsonforms/angular-test": "^2.1.1-alpha.1",
"@jsonforms/examples": "^2.1.1-alpha.1",
"@types/node": "^10.10.0",
"angular2-template-loader": "^0.6.2",
"copy-webpack-plugin": "^4.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-test/package.json
@@ -1,11 +1,11 @@
{
"name": "@jsonforms/angular-test",
"version": "2.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/angular": "^2.1.1-alpha.1",
"@jsonforms/core": "^2.1.1-alpha.1",
"redux": "^3.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/angular",
"version": "2.1.1-alpha.0",
"version": "2.1.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 @@ -43,7 +43,7 @@
"@angular-redux/store": "^7.1.1",
"@angular/common": "^5.2.10",
"@angular/core": "^5.2.10",
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"redux": "^3.7.2",
"rxjs": "^5.5.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/core",
"version": "2.1.1-alpha.0",
"version": "2.1.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.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"private": true,
"dependencies": {
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/examples": "^2.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/examples": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"@material-ui/core": "^3.3.1",
"lodash": "^4.17.4",
"react": "^16.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/examples",
"version": "2.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"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.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"redux": "^3.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/ionic/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/ionic-renderers",
"version": "2.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"description": "Ionic renderer set of JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@ionic-native/core": "4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@jsonforms/angular": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/angular": "^2.1.1-alpha.1",
"@jsonforms/core": "^2.1.1-alpha.1",
"ionic-angular": "3.9.2",
"ionic-selectable": "^3.0.3",
"ionicons": "3.0.0",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
"@jsonforms/angular-test": "^2.1.1-alpha.0",
"@jsonforms/angular-test": "^2.1.1-alpha.1",
"@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.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"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 @@ -52,8 +52,8 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"ajv": "^6.4.0",
Expand All @@ -69,7 +69,7 @@
"uuid": "^3.2.1"
},
"devDependencies": {
"@jsonforms/material-renderers": "^2.1.1-alpha.0",
"@jsonforms/material-renderers": "^2.1.1-alpha.1",
"@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.1.1-alpha.0",
"version": "2.1.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 @@ -55,8 +55,8 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.21",
Expand All @@ -66,7 +66,7 @@
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.1.1-alpha.0",
"@jsonforms/test": "^2.1.1-alpha.1",
"ava": "^0.25.0",
"copy-webpack-plugin": "^4.5.1",
"enzyme": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsonforms/react",
"version": "2.1.1-alpha.0",
"version": "2.1.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 @@ -56,7 +56,7 @@
]
},
"dependencies": {
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/react": "^16.4.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
@@ -1,7 +1,7 @@
{
"name": "@jsonforms/test",
"private": true,
"version": "2.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"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.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"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.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"description": "Default Renderer Set for JSON Forms",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -16,13 +16,13 @@
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Vanilla Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
},
"dependencies": {
"@jsonforms/core": "^2.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"react": "^16.3.2",
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.1.1-alpha.0",
"@jsonforms/test": "^2.1.1-alpha.1",
"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.1.1-alpha.0",
"version": "2.1.1-alpha.1",
"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.1.1-alpha.0",
"@jsonforms/react": "^2.1.1-alpha.0",
"@jsonforms/core": "^2.1.1-alpha.1",
"@jsonforms/react": "^2.1.1-alpha.1",
"@webcomponents/webcomponentsjs": "^1.0.20",
"es6-shim": "^0.35.3",
"json-refs": "^3.0.10",
Expand All @@ -50,7 +50,7 @@
"redux": "^3.7.2"
},
"devDependencies": {
"@jsonforms/test": "^2.1.1-alpha.0",
"@jsonforms/test": "^2.1.1-alpha.1",
"@types/react-dom": "^16.0.8",
"document-register-element": "^1.7.0",
"jsdom": "^11.9.0",
Expand Down

0 comments on commit cb7dfe8

Please sign in to comment.