Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdessoude committed Nov 12, 2023
1 parent 075e077 commit acdd5e7
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.5",
"version": "2.1.0",
"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.3.1",
"version": "2.4.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.5",
"java-parser": "2.1.0",
"lodash": "4.17.21",
"prettier": "3.0.3"
},
Expand Down

0 comments on commit acdd5e7

Please sign in to comment.