Skip to content

Commit

Permalink
v0.0.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Jul 2, 2019
1 parent d777273 commit b5a2467
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generator-jsonforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jsonforms",
"version": "0.0.2-alpha.0",
"version": "0.0.2-alpha.1",
"description": "Yeoman generator for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms-tooling",
"bugs": "https://github.com/eclipsesource/jsonforms-tooling/issues",
Expand Down
4 changes: 2 additions & 2 deletions jsonforms-tooling-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonforms-tooling-common",
"version": "0.0.2-alpha.0",
"version": "0.0.2-alpha.1",
"description": "Common package for JSON Forms tooling",
"repository": "https://github.com/eclipsesource/jsonforms-tooling",
"bugs": "https://github.com/eclipsesource/jsonforms-tooling/issues",
Expand All @@ -25,7 +25,7 @@
"@jsonforms/react": "^2.2.3",
"ajv": "^6.10.0",
"chokidar": "^3.0.1",
"generator-jsonforms": "0.0.2-alpha.0",
"generator-jsonforms": "^0.0.2-alpha.1",
"react": "^16.8.6",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2-alpha.0",
"version": "0.0.2-alpha.1",
"packages": [
"generator-jsonforms",
"jsonforms-tooling-common",
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonforms-tooling-vscode",
"version": "0.0.2-alpha.0",
"version": "0.0.2-alpha.1",
"description": "VSCode extension for JSON Forms tooling",
"repository": "https://github.com/eclipsesource/jsonforms-tooling",
"bugs": "https://github.com/eclipsesource/jsonforms-tooling/issues",
Expand Down Expand Up @@ -74,7 +74,7 @@
"lint": "tslint --project tsconfig.json"
},
"dependencies": {
"jsonforms-tooling-common": "0.0.2-alpha.0"
"jsonforms-tooling-common": "^0.0.2-alpha.1"
},
"devDependencies": {
"typescript": "^3.5.2",
Expand Down

0 comments on commit b5a2467

Please sign in to comment.