Skip to content

Commit 3bd8e00

Browse files
committed
v2.1.1-alpha.0
1 parent b4c559d commit 3bd8e00

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.1.0"
6+
"version": "2.1.1-alpha.0"
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.1.0",
3+
"version": "2.1.1-alpha.0",
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",
@@ -55,8 +55,8 @@
5555
"@angular/material": "^5.2.0",
5656
"@angular/platform-browser": "^5.2.10",
5757
"@angular/platform-browser-dynamic": "^5.2.10",
58-
"@jsonforms/angular": "^2.1.0",
59-
"@jsonforms/core": "^2.1.0",
58+
"@jsonforms/angular": "^2.1.1-alpha.0",
59+
"@jsonforms/core": "^2.1.1-alpha.0",
6060
"angular-l10n": "^4.0.0-rc.0",
6161
"core-js": "^2.5.3",
6262
"hammerjs": "2.0.8",
@@ -65,8 +65,8 @@
6565
"zone.js": "^0.8.26"
6666
},
6767
"devDependencies": {
68-
"@jsonforms/angular-test": "^2.1.0",
69-
"@jsonforms/examples": "^2.1.0",
68+
"@jsonforms/angular-test": "^2.1.1-alpha.0",
69+
"@jsonforms/examples": "^2.1.1-alpha.0",
7070
"@types/node": "^10.10.0",
7171
"angular2-template-loader": "^0.6.2",
7272
"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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^2.1.0",
8-
"@jsonforms/core": "^2.1.0",
7+
"@jsonforms/angular": "^2.1.1-alpha.0",
8+
"@jsonforms/core": "^2.1.1-alpha.0",
99
"redux": "^3.7.2"
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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -42,7 +42,7 @@
4242
"@angular-redux/store": "^7.1.1",
4343
"@angular/common": "^5.2.10",
4444
"@angular/core": "^5.2.10",
45-
"@jsonforms/core": "^2.1.0",
45+
"@jsonforms/core": "^2.1.1-alpha.0",
4646
"redux": "^3.7.2",
4747
"rxjs": "^5.5.7"
4848
},

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.1.0",
3+
"version": "2.1.1-alpha.0",
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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^2.1.0",
7-
"@jsonforms/examples": "^2.1.0",
8-
"@jsonforms/react": "^2.1.0",
6+
"@jsonforms/core": "^2.1.1-alpha.0",
7+
"@jsonforms/examples": "^2.1.1-alpha.0",
8+
"@jsonforms/react": "^2.1.1-alpha.0",
99
"@material-ui/core": "^3.3.1",
1010
"lodash": "^4.17.4",
1111
"react": "^16.3.2",

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.1.0",
3+
"version": "2.1.1-alpha.0",
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.1.0",
29+
"@jsonforms/core": "^2.1.1-alpha.0",
3030
"redux": "^3.7.2"
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.1.0",
3+
"version": "2.1.1-alpha.0",
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.1.0",
58-
"@jsonforms/core": "^2.1.0",
57+
"@jsonforms/angular": "^2.1.1-alpha.0",
58+
"@jsonforms/core": "^2.1.1-alpha.0",
5959
"ionic-angular": "3.9.2",
6060
"ionic-selectable": "^3.0.3",
6161
"ionicons": "3.0.0",
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@ionic/app-scripts": "3.1.8",
70-
"@jsonforms/angular-test": "^2.1.0",
70+
"@jsonforms/angular-test": "^2.1.1-alpha.0",
7171
"@types/node": "^10.10.0",
7272
"copy-webpack-plugin": "^4.5.1",
7373
"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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"description": "Material-based tree renderer for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -52,8 +52,8 @@
5252
]
5353
},
5454
"dependencies": {
55-
"@jsonforms/core": "^2.1.0",
56-
"@jsonforms/react": "^2.1.0",
55+
"@jsonforms/core": "^2.1.1-alpha.0",
56+
"@jsonforms/react": "^2.1.1-alpha.0",
5757
"@material-ui/core": "^3.3.1",
5858
"@material-ui/icons": "^3.0.1",
5959
"ajv": "^6.4.0",
@@ -69,7 +69,7 @@
6969
"uuid": "^3.2.1"
7070
},
7171
"devDependencies": {
72-
"@jsonforms/material-renderers": "^2.1.0",
72+
"@jsonforms/material-renderers": "^2.1.1-alpha.0",
7373
"@types/lodash": "^4.14.104",
7474
"@types/recompose": "^0.27.0",
7575
"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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -55,8 +55,8 @@
5555
]
5656
},
5757
"dependencies": {
58-
"@jsonforms/core": "^2.1.0",
59-
"@jsonforms/react": "^2.1.0",
58+
"@jsonforms/core": "^2.1.1-alpha.0",
59+
"@jsonforms/react": "^2.1.1-alpha.0",
6060
"@material-ui/core": "^3.3.1",
6161
"@material-ui/icons": "^3.0.1",
6262
"@material-ui/lab": "^3.0.0-alpha.21",
@@ -66,7 +66,7 @@
6666
"redux": "^3.7.2"
6767
},
6868
"devDependencies": {
69-
"@jsonforms/test": "^2.1.0",
69+
"@jsonforms/test": "^2.1.1-alpha.0",
7070
"ava": "^0.25.0",
7171
"copy-webpack-plugin": "^4.5.1",
7272
"jest": "^23.0.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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@jsonforms/core": "^2.1.0",
59+
"@jsonforms/core": "^2.1.1-alpha.0",
6060
"@types/enzyme": "^3.1.15",
6161
"@types/enzyme-adapter-react-16": "^1.0.3",
6262
"@types/react": "^16.4.14",

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.1.0",
4+
"version": "2.1.1-alpha.0",
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.1.0",
15-
"@jsonforms/react": "^2.1.0",
14+
"@jsonforms/core": "^2.1.1-alpha.0",
15+
"@jsonforms/react": "^2.1.1-alpha.0",
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.1.0",
3+
"version": "2.1.1-alpha.0",
44
"description": "Default Renderer Set for JSON Forms",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -16,13 +16,13 @@
1616
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Vanilla Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
1717
},
1818
"dependencies": {
19-
"@jsonforms/core": "^2.1.0",
20-
"@jsonforms/react": "^2.1.0",
19+
"@jsonforms/core": "^2.1.1-alpha.0",
20+
"@jsonforms/react": "^2.1.1-alpha.0",
2121
"react": "^16.3.2",
2222
"redux": "^3.7.2"
2323
},
2424
"devDependencies": {
25-
"@jsonforms/test": "^2.1.0",
25+
"@jsonforms/test": "^2.1.1-alpha.0",
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.1.0",
3+
"version": "2.1.1-alpha.0",
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.1.0",
43-
"@jsonforms/react": "^2.1.0",
42+
"@jsonforms/core": "^2.1.1-alpha.0",
43+
"@jsonforms/react": "^2.1.1-alpha.0",
4444
"@webcomponents/webcomponentsjs": "^1.0.20",
4545
"es6-shim": "^0.35.3",
4646
"json-refs": "^3.0.10",
@@ -50,7 +50,7 @@
5050
"redux": "^3.7.2"
5151
},
5252
"devDependencies": {
53-
"@jsonforms/test": "^2.1.0",
53+
"@jsonforms/test": "^2.1.1-alpha.0",
5454
"@types/react-dom": "^16.0.8",
5555
"document-register-element": "^1.7.0",
5656
"jsdom": "^11.9.0",

0 commit comments

Comments
 (0)