Skip to content

Commit 94953b0

Browse files
committed
v2.2.1-alpha.1
1 parent e543e3e commit 94953b0

File tree

14 files changed

+43
-43
lines changed

14 files changed

+43
-43
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.2.1-alpha.0"
6+
"version": "2.2.1-alpha.1"
77
}

packages/angular-material/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Material Renderer Set for Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -76,10 +76,10 @@
7676
"@angular/material": "^5.2.0",
7777
"@angular/platform-browser": "^5.2.10",
7878
"@angular/platform-browser-dynamic": "^5.2.10",
79-
"@jsonforms/angular": "^2.2.1-alpha.0",
80-
"@jsonforms/angular-test": "^2.2.1-alpha.0",
81-
"@jsonforms/core": "^2.2.1-alpha.0",
82-
"@jsonforms/examples": "^2.2.1-alpha.0",
79+
"@jsonforms/angular": "^2.2.1-alpha.1",
80+
"@jsonforms/angular-test": "^2.2.1-alpha.1",
81+
"@jsonforms/core": "^2.2.1-alpha.1",
82+
"@jsonforms/examples": "^2.2.1-alpha.1",
8383
"@types/node": "^10.10.0",
8484
"angular2-template-loader": "^0.6.2",
8585
"copy-webpack-plugin": "^4.5.1",

packages/angular-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@jsonforms/angular-test",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^2.2.1-alpha.0",
8-
"@jsonforms/core": "^2.2.1-alpha.0",
7+
"@jsonforms/angular": "^2.2.1-alpha.1",
8+
"@jsonforms/core": "^2.2.1-alpha.1",
99
"redux": "^3.0.0"
1010
},
1111
"devDependencies": {

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -51,7 +51,7 @@
5151
"@angular-redux/store": "^7.1.1",
5252
"@angular/core": "^5.2.10",
5353
"@angular/forms": "^5.2.10",
54-
"@jsonforms/core": "^2.2.1-alpha.0",
54+
"@jsonforms/core": "^2.2.1-alpha.1",
5555
"copy-webpack-plugin": "^4.5.1",
5656
"redux": "^3.0.0",
5757
"rxjs": "^5.5.7",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/core",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@jsonforms/examples-react",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^2.2.1-alpha.0",
7-
"@jsonforms/examples": "^2.2.1-alpha.0",
8-
"@jsonforms/react": "^2.2.1-alpha.0",
6+
"@jsonforms/core": "^2.2.1-alpha.1",
7+
"@jsonforms/examples": "^2.2.1-alpha.1",
8+
"@jsonforms/react": "^2.2.1-alpha.1",
99
"@material-ui/core": "^3.3.1",
1010
"lodash": "^4.17.4",
1111
"react": "^16.4.0",

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -26,7 +26,7 @@
2626
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
2727
},
2828
"dependencies": {
29-
"@jsonforms/core": "^2.2.1-alpha.0",
29+
"@jsonforms/core": "^2.2.1-alpha.1",
3030
"redux": "^3.0.0"
3131
}
3232
}

packages/ionic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/ionic-renderers",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Ionic renderer set of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -54,8 +54,8 @@
5454
"@ionic-native/core": "4.7.0",
5555
"@ionic-native/splash-screen": "4.7.0",
5656
"@ionic-native/status-bar": "4.7.0",
57-
"@jsonforms/angular": "^2.2.1-alpha.0",
58-
"@jsonforms/core": "^2.2.1-alpha.0",
57+
"@jsonforms/angular": "^2.2.1-alpha.1",
58+
"@jsonforms/core": "^2.2.1-alpha.1",
5959
"angular-l10n": "^4.0.0-rc.0",
6060
"ionic-angular": "3.9.2",
6161
"ionic-selectable": "^3.0.3",
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@ionic/app-scripts": "3.1.8",
71-
"@jsonforms/angular-test": "^2.2.1-alpha.0",
71+
"@jsonforms/angular-test": "^2.2.1-alpha.1",
7272
"@types/node": "^10.10.0",
7373
"copy-webpack-plugin": "^4.5.1",
7474
"html-loader": "^0.5.5",

packages/material-tree-renderer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-tree-renderer",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Material-based tree renderer for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -62,9 +62,9 @@
6262
"@jsonforms/react": "^2.0.0"
6363
},
6464
"devDependencies": {
65-
"@jsonforms/core": "^2.2.1-alpha.0",
66-
"@jsonforms/material-renderers": "^2.2.1-alpha.0",
67-
"@jsonforms/react": "^2.2.1-alpha.0",
65+
"@jsonforms/core": "^2.2.1-alpha.1",
66+
"@jsonforms/material-renderers": "^2.2.1-alpha.1",
67+
"@jsonforms/react": "^2.2.1-alpha.1",
6868
"@types/lodash": "^4.14.104",
6969
"@types/recompose": "^0.27.0",
7070
"awesome-typescript-loader": "^3.1.3",

packages/material/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-renderers",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -67,9 +67,9 @@
6767
"react-redux": "^6.0.0"
6868
},
6969
"devDependencies": {
70-
"@jsonforms/core": "^2.2.1-alpha.0",
71-
"@jsonforms/react": "^2.2.1-alpha.0",
72-
"@jsonforms/test": "^2.2.1-alpha.0",
70+
"@jsonforms/core": "^2.2.1-alpha.1",
71+
"@jsonforms/react": "^2.2.1-alpha.1",
72+
"@jsonforms/test": "^2.2.1-alpha.1",
7373
"ava": "^0.25.0",
7474
"copy-webpack-plugin": "^4.5.1",
7575
"enzyme": "^3.6.0",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/react",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -68,7 +68,7 @@
6868
"react-redux": "^6.0.0"
6969
},
7070
"devDependencies": {
71-
"@jsonforms/core": "^2.2.1-alpha.0",
71+
"@jsonforms/core": "^2.2.1-alpha.1",
7272
"enzyme": "^3.6.0",
7373
"enzyme-adapter-react-16": "^1.7.1",
7474
"jest": "^23.0.0",

packages/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jsonforms/test",
33
"private": true,
4-
"version": "2.2.1-alpha.0",
4+
"version": "2.2.1-alpha.1",
55
"description": "Test utilities for JSON Forms",
66
"scripts": {
77
"build": "../../node_modules/.bin/tsc",
@@ -11,8 +11,8 @@
1111
"main": "lib/index.js",
1212
"typings": "lib/index.d.ts",
1313
"devDependencies": {
14-
"@jsonforms/core": "^2.2.1-alpha.0",
15-
"@jsonforms/react": "^2.2.1-alpha.0",
14+
"@jsonforms/core": "^2.2.1-alpha.1",
15+
"@jsonforms/react": "^2.2.1-alpha.1",
1616
"document-register-element": "^1.7.0",
1717
"jsdom": "^11.9.0",
1818
"jsdom-global": "^3.0.2",

packages/vanilla/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Default Renderer Set for JSON Forms",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -20,9 +20,9 @@
2020
"@jsonforms/react": "^2.0.0"
2121
},
2222
"devDependencies": {
23-
"@jsonforms/core": "^2.2.1-alpha.0",
24-
"@jsonforms/react": "^2.2.1-alpha.0",
25-
"@jsonforms/test": "^2.2.1-alpha.0",
23+
"@jsonforms/core": "^2.2.1-alpha.1",
24+
"@jsonforms/react": "^2.2.1-alpha.1",
25+
"@jsonforms/test": "^2.2.1-alpha.1",
2626
"ava": "^0.25.0",
2727
"copy-webpack-plugin": "^4.5.1",
2828
"jsdom": "^11.9.0",

packages/webcomponent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/webcomponent",
3-
"version": "2.2.1-alpha.0",
3+
"version": "2.2.1-alpha.1",
44
"description": "Webcomponnet module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -39,8 +39,8 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@jsonforms/core": "^2.2.1-alpha.0",
43-
"@jsonforms/react": "^2.2.1-alpha.0",
42+
"@jsonforms/core": "^2.2.1-alpha.1",
43+
"@jsonforms/react": "^2.2.1-alpha.1",
4444
"@webcomponents/webcomponentsjs": "^1.0.20",
4545
"es6-shim": "^0.35.3",
4646
"json-refs": "^3.0.10"
@@ -52,7 +52,7 @@
5252
"redux": "^3.0.0"
5353
},
5454
"devDependencies": {
55-
"@jsonforms/test": "^2.2.1-alpha.0",
55+
"@jsonforms/test": "^2.2.1-alpha.1",
5656
"@types/react-dom": "^16.0.8",
5757
"document-register-element": "^1.7.0",
5858
"jsdom": "^11.9.0",

0 commit comments

Comments
 (0)