Skip to content

Commit 81f1f19

Browse files
committed
v3.0.0-alpha.3
1 parent 79fb30f commit 81f1f19

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.2",
7+
"version": "3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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.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",
88+
"@jsonforms/angular": "^3.0.0-alpha.3",
89+
"@jsonforms/angular-test": "^3.0.0-alpha.3",
90+
"@jsonforms/core": "^3.0.0-alpha.3",
91+
"@jsonforms/examples": "^3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"@jsonforms/angular": "^3.0.0-alpha.2",
8-
"@jsonforms/core": "^3.0.0-alpha.2"
7+
"@jsonforms/angular": "^3.0.0-alpha.3",
8+
"@jsonforms/core": "^3.0.0-alpha.3"
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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
74+
"@jsonforms/core": "^3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@jsonforms/examples-react",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.0.0-alpha.2",
7-
"@jsonforms/examples": "^3.0.0-alpha.2",
8-
"@jsonforms/react": "^3.0.0-alpha.2",
6+
"@jsonforms/core": "^3.0.0-alpha.3",
7+
"@jsonforms/examples": "^3.0.0-alpha.3",
8+
"@jsonforms/react": "^3.0.0-alpha.3",
99
"@mui/material": "^5.2.2",
1010
"json-refs": "3.0.15",
1111
"lodash": "^4.17.15",
12-
"react-dom": "^17.0.2",
13-
"react": "^17.0.2"
12+
"react": "^17.0.2",
13+
"react-dom": "^17.0.2"
1414
},
1515
"scripts": {
1616
"build": "echo 'Nothing to do'",

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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -41,7 +41,7 @@
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.2",
44+
"@jsonforms/core": "^3.0.0-alpha.3",
4545
"ajv-i18n": "^3.5.0",
4646
"redux": "^4.0.4"
4747
},

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.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -78,8 +78,8 @@
7878
"devDependencies": {
7979
"@emotion/react": "^11.5.0",
8080
"@emotion/styled": "^11.3.0",
81-
"@jsonforms/core": "^3.0.0-alpha.2",
82-
"@jsonforms/react": "^3.0.0-alpha.2",
81+
"@jsonforms/core": "^3.0.0-alpha.3",
82+
"@jsonforms/react": "^3.0.0-alpha.3",
8383
"@mui/icons-material": "^5.2.0",
8484
"@mui/lab": "^5.0.0-alpha.58",
8585
"@mui/material": "^5.2.2",

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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
85+
"@jsonforms/core": "^3.0.0-alpha.3",
8686
"@types/enzyme": "^3.10.3",
8787
"@types/object-hash": "^1.3.0",
8888
"@types/react": "^17.0.24",

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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
45-
"@jsonforms/react": "^3.0.0-alpha.2",
44+
"@jsonforms/core": "^3.0.0-alpha.3",
45+
"@jsonforms/react": "^3.0.0-alpha.3",
4646
"@types/enzyme": "^3.10.3",
4747
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
58-
"@jsonforms/vue": "^3.0.0-alpha.2",
57+
"@jsonforms/core": "^3.0.0-alpha.3",
58+
"@jsonforms/vue": "^3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
50+
"@jsonforms/core": "^3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
58-
"@jsonforms/vue2": "^3.0.0-alpha.2",
57+
"@jsonforms/core": "^3.0.0-alpha.3",
58+
"@jsonforms/vue2": "^3.0.0-alpha.3",
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.2",
3+
"version": "3.0.0-alpha.3",
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.2",
53+
"@jsonforms/core": "^3.0.0-alpha.3",
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)