Skip to content

Commit 2f74339

Browse files
committed
v3.0.0-alpha.1
1 parent 12413c6 commit 2f74339

File tree

19 files changed

+42
-42
lines changed

19 files changed

+42
-42
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.0",
7+
"version": "3.0.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: 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.0",
3+
"version": "3.0.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",
@@ -85,10 +85,10 @@
8585
"@angular/platform-browser": "^9.0.0",
8686
"@angular/platform-browser-dynamic": "^9.0.0",
8787
"@angular/router": "^9.0.0",
88-
"@jsonforms/angular": "^3.0.0-alpha.0",
89-
"@jsonforms/angular-test": "^3.0.0-alpha.0",
90-
"@jsonforms/core": "^3.0.0-alpha.0",
91-
"@jsonforms/examples": "^3.0.0-alpha.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",
9292
"@types/node": "^10.10.0",
9393
"@types/redux-logger": "3.0.6",
9494
"angular2-template-loader": "^0.6.2",

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

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.0",
3+
"version": "3.0.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",
@@ -71,7 +71,7 @@
7171
"@angular/compiler-cli": "^9.0.0",
7272
"@angular/core": "^9.0.0",
7373
"@angular/forms": "^9.0.0",
74-
"@jsonforms/core": "^3.0.0-alpha.0",
74+
"@jsonforms/core": "^3.0.0-alpha.1",
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.0",
3+
"version": "3.0.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/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.0",
3+
"version": "3.0.0-alpha.1",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^3.0.0-alpha.0",
7-
"@jsonforms/examples": "^3.0.0-alpha.0",
8-
"@jsonforms/react": "^3.0.0-alpha.0",
6+
"@jsonforms/core": "^3.0.0-alpha.1",
7+
"@jsonforms/examples": "^3.0.0-alpha.1",
8+
"@jsonforms/react": "^3.0.0-alpha.1",
99
"@material-ui/core": "^4.7.0",
1010
"lodash": "^4.17.15",
1111
"react": "^16.12.0",

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.0",
3+
"version": "3.0.0-alpha.1",
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.0",
44+
"@jsonforms/core": "^3.0.0-alpha.1",
4545
"ajv-i18n": "^3.5.0",
4646
"redux": "^4.0.4"
4747
},

packages/material/package.json

Lines changed: 4 additions & 4 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.0",
3+
"version": "3.0.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",
@@ -79,12 +79,12 @@
7979
"@material-ui/lab": "^4.0.0-alpha.56"
8080
},
8181
"devDependencies": {
82-
"@jsonforms/core": "^3.0.0-alpha.0",
83-
"@jsonforms/react": "^3.0.0-alpha.0",
82+
"@jsonforms/core": "^3.0.0-alpha.1",
83+
"@jsonforms/react": "^3.0.0-alpha.1",
8484
"@material-ui/core": "^4.7.0",
8585
"@material-ui/icons": "^4.5.1",
86-
"@material-ui/pickers": "^3.2.8",
8786
"@material-ui/lab": "^4.0.0-alpha.56",
87+
"@material-ui/pickers": "^3.2.8",
8888
"@types/enzyme": "^3.10.3",
8989
"@types/enzyme-adapter-react-16": "^1.0.5",
9090
"@types/react-dom": "^16.8.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": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
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.0",
85+
"@jsonforms/core": "^3.0.0-alpha.1",
8686
"@types/enzyme": "^3.10.3",
8787
"@types/enzyme-adapter-react-16": "^1.0.5",
8888
"@types/object-hash": "^1.3.0",

0 commit comments

Comments
 (0)