Skip to content

Commit 3861749

Browse files
committed
v3.1.0-alpha.1
1 parent fb29baf commit 3861749

File tree

20 files changed

+58
-59
lines changed

20 files changed

+58
-59
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.1.0-alpha.0",
7+
"version": "3.1.0-alpha.1",
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.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",
@@ -68,8 +68,8 @@
6868
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
6969
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
7070
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
71-
"@jsonforms/angular": "3.1.0-alpha.0",
72-
"@jsonforms/core": "3.1.0-alpha.0",
71+
"@jsonforms/angular": "3.1.0-alpha.1",
72+
"@jsonforms/core": "3.1.0-alpha.1",
7373
"core-js": "^2.5.3",
7474
"rxjs": "^6.5.3 || ^7.4.0"
7575
},
@@ -89,10 +89,10 @@
8989
"@angular/platform-browser": "^12.0.0",
9090
"@angular/platform-browser-dynamic": "^12.0.0",
9191
"@angular/router": "^12.0.0",
92-
"@jsonforms/angular": "^3.1.0-alpha.0",
93-
"@jsonforms/angular-test": "^3.1.0-alpha.0",
94-
"@jsonforms/core": "^3.1.0-alpha.0",
95-
"@jsonforms/examples": "^3.1.0-alpha.0",
92+
"@jsonforms/angular": "^3.1.0-alpha.1",
93+
"@jsonforms/angular-test": "^3.1.0-alpha.1",
94+
"@jsonforms/core": "^3.1.0-alpha.1",
95+
"@jsonforms/examples": "^3.1.0-alpha.1",
9696
"@rollup/plugin-commonjs": "^23.0.3",
9797
"@rollup/plugin-json": "^5.0.2",
9898
"@rollup/plugin-node-resolve": "^15.0.1",

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

packages/angular/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",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -67,15 +67,15 @@
6767
"peerDependencies": {
6868
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
6969
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
70-
"@jsonforms/core": "3.1.0-alpha.0",
70+
"@jsonforms/core": "3.1.0-alpha.1",
7171
"rxjs": "^6.5.3 || ^7.4.0"
7272
},
7373
"devDependencies": {
7474
"@angular/compiler": "^12.0.0",
7575
"@angular/compiler-cli": "^12.0.0",
7676
"@angular/core": "^12.0.0",
7777
"@angular/forms": "^12.0.0",
78-
"@jsonforms/core": "^3.1.0-alpha.0",
78+
"@jsonforms/core": "^3.1.0-alpha.1",
7979
"ava": "~2.4.0",
8080
"copy-webpack-plugin": "^5.0.5",
8181
"cross-env": "^7.0.2",

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

packages/examples-app/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "@jsonforms/examples-app",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
7-
"scripts": {
8-
},
7+
"scripts": {},
98
"devDependencies": {
109
"@types/fs-extra": "^9.0.13",
1110
"fs-extra": "^11.1.0"

packages/examples-react/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.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.1.0-alpha.0",
7-
"@jsonforms/examples": "^3.1.0-alpha.0",
8-
"@jsonforms/react": "^3.1.0-alpha.0",
6+
"@jsonforms/core": "^3.1.0-alpha.1",
7+
"@jsonforms/examples": "^3.1.0-alpha.1",
8+
"@jsonforms/react": "^3.1.0-alpha.1",
99
"@mui/material": "~5.2.2",
1010
"@types/react-highlight": "^0.12.5",
1111
"@types/react-tabs": "^2.3.3",

packages/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -45,10 +45,10 @@
4545
"ajv-i18n": "^3.5.0"
4646
},
4747
"peerDependencies": {
48-
"@jsonforms/core": "3.1.0-alpha.0"
48+
"@jsonforms/core": "3.1.0-alpha.1"
4949
},
5050
"devDependencies": {
51-
"@jsonforms/core": "^3.1.0-alpha.0",
51+
"@jsonforms/core": "^3.1.0-alpha.1",
5252
"rimraf": "^3.0.2",
5353
"rollup": "^2.78.0",
5454
"rollup-plugin-cleanup": "^3.2.1",

packages/material-renderers/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": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -81,17 +81,17 @@
8181
"peerDependencies": {
8282
"@emotion/react": "^11.4.1",
8383
"@emotion/styled": "^11.3.0",
84-
"@jsonforms/core": "3.1.0-alpha.0",
85-
"@jsonforms/react": "3.1.0-alpha.0",
84+
"@jsonforms/core": "3.1.0-alpha.1",
85+
"@jsonforms/react": "3.1.0-alpha.1",
8686
"@mui/icons-material": "~5.2.2",
8787
"@mui/material": "~5.2.2",
8888
"@mui/x-date-pickers": "^5.0.0-beta.5"
8989
},
9090
"devDependencies": {
9191
"@emotion/react": "^11.5.0",
9292
"@emotion/styled": "^11.3.0",
93-
"@jsonforms/core": "^3.1.0-alpha.0",
94-
"@jsonforms/react": "^3.1.0-alpha.0",
93+
"@jsonforms/core": "^3.1.0-alpha.1",
94+
"@jsonforms/react": "^3.1.0-alpha.1",
9595
"@mui/icons-material": "~5.2.0",
9696
"@mui/material": "~5.2.2",
9797
"@mui/x-date-pickers": "^5.0.0-beta.5",

0 commit comments

Comments
 (0)