From 2701c9de620ada818ad0a5a1cfec9266d30b8b56 Mon Sep 17 00:00:00 2001 From: Alexey Samoylov Date: Mon, 29 Jun 2026 12:49:37 +0600 Subject: [PATCH] chore(azure): release extension 0.1.41 dp-yfd --- DiffPalReviewDevV1/task.json | 4 ++-- DiffPalReviewV1/task.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/smoke-test.js | 2 +- src/index.ts | 2 +- vss-extension.dev.json | 2 +- vss-extension.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DiffPalReviewDevV1/task.json b/DiffPalReviewDevV1/task.json index 26196a3..c4ff23a 100644 --- a/DiffPalReviewDevV1/task.json +++ b/DiffPalReviewDevV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 16 + "Patch": 17 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review Dev", @@ -28,7 +28,7 @@ "type": "string", "label": "DiffPal version", "required": false, - "defaultValue": "0.1.37", + "defaultValue": "0.1.39", "helpMarkDown": "npm version or dist-tag for @diffpal/diffpal." }, { diff --git a/DiffPalReviewV1/task.json b/DiffPalReviewV1/task.json index 2e23a8b..18ee4d2 100644 --- a/DiffPalReviewV1/task.json +++ b/DiffPalReviewV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 16 + "Patch": 17 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review", @@ -28,7 +28,7 @@ "type": "string", "label": "DiffPal version", "required": false, - "defaultValue": "0.1.37", + "defaultValue": "0.1.39", "helpMarkDown": "npm version or dist-tag for @diffpal/diffpal." }, { diff --git a/package-lock.json b/package-lock.json index b807cfa..7c6a3bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diffpal/azure-devops-extension", - "version": "0.1.40", + "version": "0.1.41", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diffpal/azure-devops-extension", - "version": "0.1.40", + "version": "0.1.41", "license": "MIT", "dependencies": { "azure-pipelines-task-lib": "5.2.10" diff --git a/package.json b/package.json index b1c1e67..c1ce784 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "publish:prod": "npm run build \u0026\u0026 tfx extension publish --manifest-globs vss-extension.json", "smoke": "npm run build \u0026\u0026 node scripts/smoke-test.js" }, - "version": "0.1.40" + "version": "0.1.41" } \ No newline at end of file diff --git a/scripts/smoke-test.js b/scripts/smoke-test.js index 180acd0..1755244 100644 --- a/scripts/smoke-test.js +++ b/scripts/smoke-test.js @@ -155,7 +155,7 @@ function testDefaultPinnedVersionIsUsedWhenInputIsUnset() { PATH: `${fakeBin}${path.delimiter}${process.env.PATH || ""}` }); - assert(read(npmArgv).includes("@diffpal/diffpal@0.1.37"), "default install did not request the pinned DiffPal version"); + assert(read(npmArgv).includes("@diffpal/diffpal@0.1.39"), "default install did not request the pinned DiffPal version"); assert(read(diffpalArgv).includes("review\nado"), "default pinned version did not run diffpal review ado"); } diff --git a/src/index.ts b/src/index.ts index f385632..e2597c5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ type ReviewRange = { pullRequest: PullRequestContext; }; -const DEFAULT_DIFFPAL_VERSION = "0.1.37"; +const DEFAULT_DIFFPAL_VERSION = "0.1.39"; const TRANSIENT_REVIEW_EXIT_CODE = 3; const REVIEW_BLOCKED_EXIT_CODE = 10; diff --git a/vss-extension.dev.json b/vss-extension.dev.json index 8009590..c400116 100644 --- a/vss-extension.dev.json +++ b/vss-extension.dev.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.40" + "version": "0.1.41" } \ No newline at end of file diff --git a/vss-extension.json b/vss-extension.json index aad94f3..c0ae82c 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.40" + "version": "0.1.41" } \ No newline at end of file