File tree 12 files changed +41
-41
lines changed 12 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 2.0.0 "
6
+ "version" : " 2.0.1 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/angular-material" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Material Renderer Set for Angular module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
48
48
"@angular/material" : " ^5.2.0" ,
49
49
"@angular/platform-browser" : " ^5.2.9" ,
50
50
"@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 " ,
53
53
"core-js" : " ^2.5.3" ,
54
54
"redux" : " ^3.7.2" ,
55
55
"rxjs" : " ^5.5.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/angular" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Angular module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
40
40
"@angular-redux/store" : " ^7.1.1" ,
41
41
"@angular/common" : " ^5.2.9" ,
42
42
"@angular/core" : " ^5.2.9" ,
43
- "@jsonforms/core" : " ^2.0.0 " ,
43
+ "@jsonforms/core" : " ^2.0.1 " ,
44
44
"redux" : " ^3.7.2" ,
45
45
"rxjs" : " ^5.5.7"
46
46
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/core" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Core module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/editor" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Editor package for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
52
52
]
53
53
},
54
54
"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 " ,
58
58
"ajv" : " ^6.4.0" ,
59
59
"json-refs" : " ^3.0.4" ,
60
60
"lodash" : " ^4.17.4" ,
66
66
"uuid" : " ^3.2.1"
67
67
},
68
68
"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 " ,
71
71
"awesome-typescript-loader" : " ^3.1.3" ,
72
72
"copy-webpack-plugin" : " ^4.5.1" ,
73
73
"jest" : " ^22.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/examples" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " JSON Forms usage examples" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
26
26
"doc" : " ../../node_modules/.bin/typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
27
27
},
28
28
"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 " ,
32
32
"moment" : " ^2.20.1" ,
33
33
"react" : " ^16.2.0" ,
34
34
"react-redux" : " ^5.0.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/i18n" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " i18n module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
37
37
]
38
38
},
39
39
"dependencies" : {
40
- "@jsonforms/core" : " ^2.0.0 " ,
40
+ "@jsonforms/core" : " ^2.0.1 " ,
41
41
"es6-shim" : " ^0.35.3" ,
42
42
"json-refs" : " ^3.0.4" ,
43
43
"moment" : " ^2.20.1" ,
47
47
"redux" : " ^3.7.2"
48
48
},
49
49
"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 " ,
53
53
"document-register-element" : " ^1.7.0" ,
54
54
"jsdom" : " ^11.9.0" ,
55
55
"jsdom-global" : " ^3.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/material-renderers" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Material Renderer Set for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
55
55
]
56
56
},
57
57
"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 " ,
60
60
"@material-ui/icons" : " ^1.0.0-beta.43" ,
61
61
"material-ui" : " 1.0.0-beta.45" ,
62
62
"material-ui-pickers" : " ^1.0.0-rc.6" ,
65
65
"redux" : " ^3.7.2"
66
66
},
67
67
"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 " ,
70
70
"ava" : " ^0.24.0" ,
71
71
"copy-webpack-plugin" : " ^4.5.1" ,
72
72
"document-register-element" : " ^1.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/react" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " React module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
39
39
]
40
40
},
41
41
"dependencies" : {
42
- "@jsonforms/core" : " ^2.0.0 " ,
42
+ "@jsonforms/core" : " ^2.0.1 " ,
43
43
"lodash" : " ^4.17.4" ,
44
44
"react" : " ^16.2.0" ,
45
45
"react-redux" : " ^5.0.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/test" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"description" : " Test utilities for JSON Forms" ,
6
6
"scripts" : {
7
7
"build" : " ../../node_modules/.bin/tsc" ,
11
11
"main" : " lib/index.js" ,
12
12
"typings" : " lib/index.d.ts" ,
13
13
"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 " ,
16
16
"document-register-element" : " ^1.7.0" ,
17
17
"jsdom" : " ^11.9.0" ,
18
18
"jsdom-global" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/vanilla-renderers" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Default Renderer Set for JSON Forms" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
16
16
"doc" : " ../../node_modules/.bin/typedoc --name 'JSON Forms Vanilla Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
17
17
},
18
18
"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 " ,
21
21
"react" : " ^16.2.0" ,
22
22
"redux" : " ^3.7.2"
23
23
},
24
24
"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 " ,
27
27
"ava" : " ^0.24.0" ,
28
28
"copy-webpack-plugin" : " ^4.5.1" ,
29
29
"document-register-element" : " ^1.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonforms/webcomponent" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Webcomponnet module of JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms/issues" ,
39
39
]
40
40
},
41
41
"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 " ,
44
44
"@webcomponents/webcomponentsjs" : " ^1.0.20" ,
45
45
"es6-shim" : " ^0.35.3" ,
46
46
"json-refs" : " ^3.0.4" ,
50
50
"redux" : " ^3.7.2"
51
51
},
52
52
"devDependencies" : {
53
- "@jsonforms/test" : " ^2.0.0 " ,
53
+ "@jsonforms/test" : " ^2.0.1 " ,
54
54
"document-register-element" : " ^1.7.0" ,
55
55
"jsdom" : " ^11.9.0" ,
56
56
"jsdom-global" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments