Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - java-parser@2.0.4
 - prettier-plugin-java@2.1.0
  • Loading branch information
clementdessoude committed Mar 11, 2023
1 parent e27fa26 commit 28084f4
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.3",
"version": "2.0.4",
"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": "2.0.0",
"version": "2.1.0",
"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.3",
"java-parser": "2.0.4",
"lodash": "4.17.21",
"prettier": "2.8.4"
},
Expand Down

0 comments on commit 28084f4

Please sign in to comment.