Skip to content

Commit 7532a3e

Browse files
committed
v3.0.0-alpha.2
1 parent ec0747a commit 7532a3e

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/vue/*",
55
"packages/vue2/*"
66
],
7-
"version": "3.0.0-alpha.1",
7+
"version": "3.0.0-alpha.2",
88
"nohoist": [
99
"core-js",
1010
"vue",

packages/angular-material/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
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",
@@ -85,10 +85,10 @@
8585
"@angular/platform-browser": "^12.0.0",
8686
"@angular/platform-browser-dynamic": "^12.0.0",
8787
"@angular/router": "^12.0.0",
88-
"@jsonforms/angular": "^3.0.0-alpha.1",
89-
"@jsonforms/angular-test": "^3.0.0-alpha.1",
90-
"@jsonforms/core": "^3.0.0-alpha.1",
91-
"@jsonforms/examples": "^3.0.0-alpha.1",
88+
"@jsonforms/angular": "^3.0.0-alpha.2",
89+
"@jsonforms/angular-test": "^3.0.0-alpha.2",
90+
"@jsonforms/core": "^3.0.0-alpha.2",
91+
"@jsonforms/examples": "^3.0.0-alpha.2",
9292
"@types/node": "^10.10.0",
9393
"angular2-template-loader": "^0.6.2",
9494
"copy-webpack-plugin": "^5.0.5",

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^3.0.0-alpha.1",
8-
"@jsonforms/core": "^3.0.0-alpha.1"
7+
"@jsonforms/angular": "^3.0.0-alpha.2",
8+
"@jsonforms/core": "^3.0.0-alpha.2"
99
},
1010
"devDependencies": {
1111
"jasmine": "^3.2.0",

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -71,7 +71,7 @@
7171
"@angular/compiler-cli": "^12.0.0",
7272
"@angular/core": "^12.0.0",
7373
"@angular/forms": "^12.0.0",
74-
"@jsonforms/core": "^3.0.0-alpha.1",
74+
"@jsonforms/core": "^3.0.0-alpha.2",
7575
"ava": "~2.4.0",
7676
"copy-webpack-plugin": "^5.0.5",
7777
"nyc": "^14.1.1",

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.0.0-alpha.1",
7-
"@jsonforms/examples": "^3.0.0-alpha.1",
8-
"@jsonforms/react": "^3.0.0-alpha.1",
6+
"@jsonforms/core": "^3.0.0-alpha.2",
7+
"@jsonforms/examples": "^3.0.0-alpha.2",
8+
"@jsonforms/react": "^3.0.0-alpha.2",
99
"@material-ui/core": "^4.7.0",
1010
"lodash": "^4.17.15",
1111
"react": "^16.12.0",

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -41,15 +41,15 @@
4141
"doc": "typedoc --name 'JSON Forms Examples' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
4242
},
4343
"dependencies": {
44-
"@jsonforms/core": "^3.0.0-alpha.1",
44+
"@jsonforms/core": "^3.0.0-alpha.2",
4545
"ajv-i18n": "^3.5.0",
4646
"redux": "^4.0.4"
4747
},
4848
"devDependencies": {
4949
"rimraf": "^3.0.2",
50+
"tslib": "^2.2.0",
5051
"tslint": "^5.20.1",
5152
"typedoc": "^0.19.2",
52-
"typescript": "4.2.3",
53-
"tslib": "^2.2.0"
53+
"typescript": "4.2.3"
5454
}
5555
}

packages/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/material-renderers",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -79,8 +79,8 @@
7979
"@material-ui/lab": "^4.0.0-alpha.56"
8080
},
8181
"devDependencies": {
82-
"@jsonforms/core": "^3.0.0-alpha.1",
83-
"@jsonforms/react": "^3.0.0-alpha.1",
82+
"@jsonforms/core": "^3.0.0-alpha.2",
83+
"@jsonforms/react": "^3.0.0-alpha.2",
8484
"@material-ui/core": "^4.7.0",
8585
"@material-ui/icons": "^4.5.1",
8686
"@material-ui/lab": "^4.0.0-alpha.56",

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": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "React module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -82,7 +82,7 @@
8282
"react-redux": "^7.1.3"
8383
},
8484
"devDependencies": {
85-
"@jsonforms/core": "^3.0.0-alpha.1",
85+
"@jsonforms/core": "^3.0.0-alpha.2",
8686
"@types/enzyme": "^3.10.3",
8787
"@types/enzyme-adapter-react-16": "^1.0.5",
8888
"@types/object-hash": "^1.3.0",

packages/vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vanilla-renderers",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Default Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -41,8 +41,8 @@
4141
},
4242
"devDependencies": {
4343
"@istanbuljs/nyc-config-typescript": "0.1.3",
44-
"@jsonforms/core": "^3.0.0-alpha.1",
45-
"@jsonforms/react": "^3.0.0-alpha.1",
44+
"@jsonforms/core": "^3.0.0-alpha.2",
45+
"@jsonforms/react": "^3.0.0-alpha.2",
4646
"@types/enzyme": "^3.10.3",
4747
"@types/enzyme-adapter-react-16": "^1.0.5",
4848
"copy-webpack-plugin": "^5.0.5",

packages/vue/vue-vanilla/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/vue-vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue-vanilla",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Vue 3 Vanilla renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -54,8 +54,8 @@
5454
"@babel/core": "^7.9.0",
5555
"@babel/preset-env": "^7.9.5",
5656
"@babel/preset-typescript": "^7.9.0",
57-
"@jsonforms/core": "^3.0.0-alpha.1",
58-
"@jsonforms/vue": "^3.0.0-alpha.1",
57+
"@jsonforms/core": "^3.0.0-alpha.2",
58+
"@jsonforms/vue": "^3.0.0-alpha.2",
5959
"@rollup/plugin-alias": "^2.2.0",
6060
"@types/chai": "^4.2.11",
6161
"@types/jest": "^24.0.23",

packages/vue/vue/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Vue 3 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.9.0",
4848
"@babel/preset-env": "^7.9.5",
4949
"@babel/preset-typescript": "^7.9.0",
50-
"@jsonforms/core": "^3.0.0-alpha.1",
50+
"@jsonforms/core": "^3.0.0-alpha.2",
5151
"@rollup/plugin-alias": "^2.2.0",
5252
"@types/jest": "^24.0.23",
5353
"@vue/cli-plugin-babel": "~4.5.0",

packages/vue2/vue2-vanilla/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue2/vue2-vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue2-vanilla",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Vue 2 Vanilla renderers for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -54,8 +54,8 @@
5454
"@babel/core": "^7.9.0",
5555
"@babel/preset-env": "^7.9.5",
5656
"@babel/preset-typescript": "^7.9.0",
57-
"@jsonforms/core": "^3.0.0-alpha.1",
58-
"@jsonforms/vue2": "^3.0.0-alpha.1",
57+
"@jsonforms/core": "^3.0.0-alpha.2",
58+
"@jsonforms/vue2": "^3.0.0-alpha.2",
5959
"@rollup/plugin-alias": "^2.2.0",
6060
"@types/jest": "^24.0.23",
6161
"@vue/cli-plugin-babel": "~4.5.0",

packages/vue2/vue2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue2/vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/vue2",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "Vue 2 module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -50,7 +50,7 @@
5050
"@babel/core": "^7.9.0",
5151
"@babel/preset-env": "^7.9.5",
5252
"@babel/preset-typescript": "^7.9.0",
53-
"@jsonforms/core": "^3.0.0-alpha.1",
53+
"@jsonforms/core": "^3.0.0-alpha.2",
5454
"@rollup/plugin-alias": "^2.2.0",
5555
"@types/jest": "^24.0.23",
5656
"@vue/cli-plugin-babel": "~4.5.0",

0 commit comments

Comments
 (0)