Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Mar 1, 2024
1 parent 9b109bd commit 165c9db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vrealize-developer-tools",
"displayName": "vRealize Developer Tools",
"description": "Provides code intelligence features and enables a more developer-friendly experience when creating VMware vRealize Orchestrator and VMware vRealize Automation content.",
"version": "2.5.1",
"version": "2.5.2",
"publisher": "vmware-pscoe",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand Down Expand Up @@ -626,4 +626,4 @@
"preinstall": "node build/preinstall.js",
"vscode:prepublish": "webpack --mode production --config ./extension/webpack.config.js && webpack --mode production --config ./packages/node/vro-language-server/webpack.config.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/node/vrdt-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vmware/vrdt-common",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/vro-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vmware/vro-language-server",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand Down

0 comments on commit 165c9db

Please sign in to comment.