Skip to content

Commit

Permalink
🧱 Sync package.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Mar 25, 2022
1 parent 330d612 commit 31d44eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/package.json
@@ -1,6 +1,6 @@
{
"name": "@qodana/ci-common",
"version": "1.0.0",
"version": "1.0.2",
"description": "Common code for Qodana Scan GitHub action and Qodana Azure Pipelines extension.",
"main": "qodana.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion scan/package.json
@@ -1,6 +1,6 @@
{
"name": "@qodana/action",
"version": "1.0.0",
"version": "5.0.2",
"description": "Qodana is a code quality monitoring tool that identifies bugs, duplications, and imperfections.",
"main": "lib/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vsts/package.json
@@ -1,6 +1,6 @@
{
"name": "@qodana/vsts",
"version": "1.0.0",
"version": "1.0.2",
"description": "Qodana for Azure Pipelines extension",
"main": "azure.js",
"scripts": {
Expand Down

0 comments on commit 31d44eb

Please sign in to comment.