Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdessoude committed Mar 1, 2020
1 parent b450c9c commit c4eb95e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.7.0"
"version": "0.7.1"
}
2 changes: 1 addition & 1 deletion packages/java-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "java-parser",
"version": "0.7.0",
"version": "0.7.1",
"description": "Java Parser in JavaScript",
"main": "src/index.js",
"repository": "https://github.com/jhipster/prettier-java/tree/master/packages/java-parser",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "prettier-plugin-java",
"version": "0.7.0",
"version": "0.7.1",
"description": "Prettier Java Plugin",
"main": "src/index.js",
"repository": "https://github.com/jhipster/prettier-java",
"license": "Apache-2.0",
"dependencies": {
"java-parser": "^0.7.0",
"java-parser": "^0.7.1",
"lodash": "4.17.15",
"prettier": "1.19.1"
},
Expand Down

0 comments on commit c4eb95e

Please sign in to comment.