Skip to content

Commit d92562b

Browse files
committed
v2.0.0
1 parent 9c61240 commit d92562b

File tree

11 files changed

+36
-36
lines changed

11 files changed

+36
-36
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-rc.4"
6+
"version": "2.0.0"
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-rc.4",
3+
"version": "2.0.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",
@@ -48,8 +48,8 @@
4848
"@angular/material": "^5.2.0",
4949
"@angular/platform-browser": "^5.2.4",
5050
"@angular/platform-browser-dynamic": "^5.2.4",
51-
"@jsonforms/angular": "^2.0.0-rc.4",
52-
"@jsonforms/core": "^2.0.0-rc.4",
51+
"@jsonforms/angular": "^2.0.0",
52+
"@jsonforms/core": "^2.0.0",
5353
"core-js": "^2.5.3",
5454
"redux": "^3.7.2",
5555
"rxjs": "^5.5.6",

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-rc.4",
3+
"version": "2.0.0",
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.0",
4141
"@angular/common": "^5.2.4",
4242
"@angular/core": "^5.2.4",
43-
"@jsonforms/core": "^2.0.0-rc.4",
43+
"@jsonforms/core": "^2.0.0",
4444
"redux": "^3.7.2",
4545
"rxjs": "^5.5.6"
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-rc.4",
3+
"version": "2.0.0",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0",
44
"description": "JSON Forms usage examples",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -26,10 +26,10 @@
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-rc.4",
30-
"@jsonforms/i18n": "^2.0.0-rc.4",
31-
"@jsonforms/react": "^2.0.0-rc.4",
32-
"@jsonforms/webcomponent": "^2.0.0-rc.4",
29+
"@jsonforms/core": "^2.0.0",
30+
"@jsonforms/i18n": "^2.0.0",
31+
"@jsonforms/react": "^2.0.0",
32+
"@jsonforms/webcomponent": "^2.0.0",
3333
"moment": "^2.20.1",
3434
"react": "^16.2.0",
3535
"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-rc.4",
3+
"version": "2.0.0",
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-rc.4",
40+
"@jsonforms/core": "^2.0.0",
4141
"es6-shim": "^0.35.3",
4242
"json-refs": "^2.1.6",
4343
"moment": "^2.20.1",
@@ -47,9 +47,9 @@
4747
"redux": "^3.7.2"
4848
},
4949
"devDependencies": {
50-
"@jsonforms/test": "^2.0.0-rc.4",
51-
"@jsonforms/vanilla-renderers": "^2.0.0-rc.4",
52-
"@jsonforms/webcomponent": "^2.0.0-rc.4",
50+
"@jsonforms/test": "^2.0.0",
51+
"@jsonforms/vanilla-renderers": "^2.0.0",
52+
"@jsonforms/webcomponent": "^2.0.0",
5353
"document-register-element": "^1.7.0",
5454
"jsdom": "^11.5.1",
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-rc.4",
3+
"version": "2.0.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.0.0-rc.4",
59-
"@jsonforms/react": "^2.0.0-rc.4",
58+
"@jsonforms/core": "^2.0.0",
59+
"@jsonforms/react": "^2.0.0",
6060
"material-ui": "1.0.0-beta.25",
6161
"material-ui-icons": "^1.0.0-beta.17",
6262
"material-ui-pickers": "1.0.0-beta.12",
@@ -65,8 +65,8 @@
6565
"redux": "^3.7.2"
6666
},
6767
"devDependencies": {
68-
"@jsonforms/test": "^2.0.0-rc.4",
69-
"@jsonforms/webcomponent": "^2.0.0-rc.4",
68+
"@jsonforms/test": "^2.0.0",
69+
"@jsonforms/webcomponent": "^2.0.0",
7070
"ava": "^0.24.0",
7171
"copy-webpack-plugin": "^4.2.3",
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-rc.4",
3+
"version": "2.0.0",
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-rc.4",
42+
"@jsonforms/core": "^2.0.0",
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-rc.4",
4+
"version": "2.0.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.0.0-rc.4",
15-
"@jsonforms/react": "^2.0.0-rc.4",
14+
"@jsonforms/core": "^2.0.0",
15+
"@jsonforms/react": "^2.0.0",
1616
"document-register-element": "^1.7.0",
1717
"jsdom": "^11.5.1",
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-rc.4",
3+
"version": "2.0.0",
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-rc.4",
20-
"@jsonforms/react": "^2.0.0-rc.4",
19+
"@jsonforms/core": "^2.0.0",
20+
"@jsonforms/react": "^2.0.0",
2121
"react": "^16.2.0",
2222
"redux": "^3.7.2"
2323
},
2424
"devDependencies": {
25-
"@jsonforms/test": "^2.0.0-rc.4",
26-
"@jsonforms/webcomponent": "^2.0.0-rc.4",
25+
"@jsonforms/test": "^2.0.0",
26+
"@jsonforms/webcomponent": "^2.0.0",
2727
"ava": "^0.24.0",
2828
"copy-webpack-plugin": "^4.2.3",
2929
"document-register-element": "^1.7.0",

0 commit comments

Comments
 (0)