Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdessoude committed Mar 14, 2021
1 parent 4e8ce1a commit d4dbac8
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": "1.0.1"
"version": "1.0.2"
}
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": "1.0.0",
"version": "1.0.2",
"description": "Java Parser in JavaScript",
"main": "src/index.js",
"repository": "https://github.com/jhipster/prettier-java/tree/main/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": "1.0.1",
"version": "1.0.2",
"description": "Prettier Java Plugin",
"main": "src/index.js",
"repository": "https://github.com/jhipster/prettier-java",
"license": "Apache-2.0",
"dependencies": {
"java-parser": "1.0.0",
"java-parser": "1.0.2",
"lodash": "4.17.21",
"prettier": "2.2.1"
},
Expand Down

0 comments on commit d4dbac8

Please sign in to comment.