Skip to content

Commit b1c88f8

Browse files
committed
v2.0.1
1 parent 620ca62 commit b1c88f8

File tree

12 files changed

+41
-41
lines changed

12 files changed

+41
-41
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.0.0"
6+
"version": "2.0.1"
77
}

packages/angular-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "2.0.0",
3+
"version": "2.0.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",
@@ -48,8 +48,8 @@
4848
"@angular/material": "^5.2.0",
4949
"@angular/platform-browser": "^5.2.9",
5050
"@angular/platform-browser-dynamic": "^5.2.9",
51-
"@jsonforms/angular": "^2.0.0",
52-
"@jsonforms/core": "^2.0.0",
51+
"@jsonforms/angular": "^2.0.1",
52+
"@jsonforms/core": "^2.0.1",
5353
"core-js": "^2.5.3",
5454
"redux": "^3.7.2",
5555
"rxjs": "^5.5.7",

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.0.0",
3+
"version": "2.0.1",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -40,7 +40,7 @@
4040
"@angular-redux/store": "^7.1.1",
4141
"@angular/common": "^5.2.9",
4242
"@angular/core": "^5.2.9",
43-
"@jsonforms/core": "^2.0.0",
43+
"@jsonforms/core": "^2.0.1",
4444
"redux": "^3.7.2",
4545
"rxjs": "^5.5.7"
4646
},

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.0.0",
3+
"version": "2.0.1",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/editor/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/editor",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Editor package for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -52,9 +52,9 @@
5252
]
5353
},
5454
"dependencies": {
55-
"@jsonforms/core": "2.0.0",
56-
"@jsonforms/react": "2.0.0",
57-
"@jsonforms/webcomponent": "2.0.0",
55+
"@jsonforms/core": "^2.0.1",
56+
"@jsonforms/react": "^2.0.1",
57+
"@jsonforms/webcomponent": "^2.0.1",
5858
"ajv": "^6.4.0",
5959
"json-refs": "^3.0.4",
6060
"lodash": "^4.17.4",
@@ -66,8 +66,8 @@
6666
"uuid": "^3.2.1"
6767
},
6868
"devDependencies": {
69-
"@jsonforms/material-renderers": "2.0.0",
70-
"@jsonforms/vanilla-renderers": "2.0.0",
69+
"@jsonforms/material-renderers": "^2.0.1",
70+
"@jsonforms/vanilla-renderers": "^2.0.1",
7171
"awesome-typescript-loader": "^3.1.3",
7272
"copy-webpack-plugin": "^4.5.1",
7373
"jest": "^22.4.2",

packages/examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JSON Forms usage examples",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -26,9 +26,9 @@
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.0.0",
30-
"@jsonforms/react": "^2.0.0",
31-
"@jsonforms/webcomponent": "^2.0.0",
29+
"@jsonforms/core": "^2.0.1",
30+
"@jsonforms/react": "^2.0.1",
31+
"@jsonforms/webcomponent": "^2.0.1",
3232
"moment": "^2.20.1",
3333
"react": "^16.2.0",
3434
"react-redux": "^5.0.6",

packages/i18n/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/i18n",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "i18n module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@jsonforms/core": "^2.0.0",
40+
"@jsonforms/core": "^2.0.1",
4141
"es6-shim": "^0.35.3",
4242
"json-refs": "^3.0.4",
4343
"moment": "^2.20.1",
@@ -47,9 +47,9 @@
4747
"redux": "^3.7.2"
4848
},
4949
"devDependencies": {
50-
"@jsonforms/test": "^2.0.0",
51-
"@jsonforms/vanilla-renderers": "^2.0.0",
52-
"@jsonforms/webcomponent": "^2.0.0",
50+
"@jsonforms/test": "^2.0.1",
51+
"@jsonforms/vanilla-renderers": "^2.0.1",
52+
"@jsonforms/webcomponent": "^2.0.1",
5353
"document-register-element": "^1.7.0",
5454
"jsdom": "^11.9.0",
5555
"jsdom-global": "^3.0.2"

packages/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/material-renderers",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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.0.0",
59-
"@jsonforms/react": "^2.0.0",
58+
"@jsonforms/core": "^2.0.1",
59+
"@jsonforms/react": "^2.0.1",
6060
"@material-ui/icons": "^1.0.0-beta.43",
6161
"material-ui": "1.0.0-beta.45",
6262
"material-ui-pickers": "^1.0.0-rc.6",
@@ -65,8 +65,8 @@
6565
"redux": "^3.7.2"
6666
},
6767
"devDependencies": {
68-
"@jsonforms/test": "^2.0.0",
69-
"@jsonforms/webcomponent": "^2.0.0",
68+
"@jsonforms/test": "^2.0.1",
69+
"@jsonforms/webcomponent": "^2.0.1",
7070
"ava": "^0.24.0",
7171
"copy-webpack-plugin": "^4.5.1",
7272
"document-register-element": "^1.7.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.0.0",
3+
"version": "2.0.1",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@jsonforms/core": "^2.0.0",
42+
"@jsonforms/core": "^2.0.1",
4343
"lodash": "^4.17.4",
4444
"react": "^16.2.0",
4545
"react-redux": "^5.0.6"

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.0.0",
4+
"version": "2.0.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.0.0",
15-
"@jsonforms/react": "^2.0.0",
14+
"@jsonforms/core": "^2.0.1",
15+
"@jsonforms/react": "^2.0.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Default Renderer Set for JSON Forms",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -16,14 +16,14 @@
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.0.0",
20-
"@jsonforms/react": "^2.0.0",
19+
"@jsonforms/core": "^2.0.1",
20+
"@jsonforms/react": "^2.0.1",
2121
"react": "^16.2.0",
2222
"redux": "^3.7.2"
2323
},
2424
"devDependencies": {
25-
"@jsonforms/test": "^2.0.0",
26-
"@jsonforms/webcomponent": "^2.0.0",
25+
"@jsonforms/test": "^2.0.1",
26+
"@jsonforms/webcomponent": "^2.0.1",
2727
"ava": "^0.24.0",
2828
"copy-webpack-plugin": "^4.5.1",
2929
"document-register-element": "^1.7.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.0.0",
3+
"version": "2.0.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.0.0",
43-
"@jsonforms/react": "^2.0.0",
42+
"@jsonforms/core": "^2.0.1",
43+
"@jsonforms/react": "^2.0.1",
4444
"@webcomponents/webcomponentsjs": "^1.0.20",
4545
"es6-shim": "^0.35.3",
4646
"json-refs": "^3.0.4",
@@ -50,7 +50,7 @@
5050
"redux": "^3.7.2"
5151
},
5252
"devDependencies": {
53-
"@jsonforms/test": "^2.0.0",
53+
"@jsonforms/test": "^2.0.1",
5454
"document-register-element": "^1.7.0",
5555
"jsdom": "^11.9.0",
5656
"jsdom-global": "^3.0.2"

0 commit comments

Comments
 (0)