Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - java-parser@2.0.1
 - prettier-plugin-java@1.6.1
  • Loading branch information
clementdessoude committed Jan 6, 2022
1 parent 7b10ebb commit a0d5b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "2.0.0",
"version": "2.0.1",
"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,6 +1,6 @@
{
"name": "prettier-plugin-java",
"version": "1.6.0",
"version": "1.6.1",
"description": "Prettier Java Plugin",
"main": "dist/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"repository": "https://github.com/jhipster/prettier-java",
"license": "Apache-2.0",
"dependencies": {
"java-parser": "2.0.0",
"java-parser": "2.0.1",
"lodash": "4.17.21",
"prettier": "2.3.1"
},
Expand Down

0 comments on commit a0d5b16

Please sign in to comment.