Skip to content

Commit b856e68

Browse files
Update package versions (#21259)
Co-authored-by: Ivan Duplenskikh <[email protected]>
1 parent baf3e90 commit b856e68

File tree

8 files changed

+86
-86
lines changed

8 files changed

+86
-86
lines changed

Tasks/DockerV1/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/q": "^1.5.0",
1010
"agent-base": "^6.0.2",
1111
"azure-pipelines-task-lib": "^4.11.0",
12-
"azure-pipelines-tasks-docker-common": "2.263.0",
12+
"azure-pipelines-tasks-docker-common": "2.263.1",
1313
"del": "2.2.0",
1414
"esprima": "2.7.1",
1515
"js-yaml": "4.1.0"

Tasks/DockerV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 263,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"releaseNotes": "Simplified the task by:<br/>&nbsp;- Providing an option to simply select or type a command.<br/>&nbsp;- Retaining the useful input fields and providing an option to pass the rest as an argument to the command.",

Tasks/DockerV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 263,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/DockerV2/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/uuid": "^8.3.0",
1111
"agent-base": "^6.0.2",
1212
"azure-pipelines-task-lib": "^4.13.0",
13-
"azure-pipelines-tasks-docker-common": "2.263.0",
13+
"azure-pipelines-tasks-docker-common": "2.263.1",
1414
"azure-pipelines-tasks-utility-common": "3.258.0",
1515
"del": "2.2.0",
1616
"esprima": "2.7.1",

Tasks/DockerV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 263,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

Tasks/DockerV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 263,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

0 commit comments

Comments
 (0)