Skip to content

Commit 7c6dcc0

Browse files
Version packages
1 parent 1437325 commit 7c6dcc0

File tree

9 files changed

+25
-10
lines changed

9 files changed

+25
-10
lines changed

.changeset/docker-manifest-1772616379.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

extensions/azure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# extension-azure-devops
22

3+
## 2.65.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`37783c8`](https://github.com/mburumaxwell/paklo/commit/37783c8030664295325dbe09e853b2f64b52abaf)]:
8+
- @paklo/runner@0.12.2
9+
310
## 2.65.2
411

512
### Patch Changes

extensions/azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension-azure-devops",
3-
"version": "2.65.2",
3+
"version": "2.65.3",
44
"description": "Dependabot Azure DevOps (Paklo) task",
55
"license": "AGPL-3.0-later",
66
"author": "mburumaxwell",

extensions/azure/tasks/dependabotV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version": {
2525
"Major": 2,
2626
"Minor": 65,
27-
"Patch": 2
27+
"Patch": 3
2828
},
2929
"instanceNameFormat": "Dependabot update",
3030
"groups": [

extensions/azure/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": "dependabot",
55
"name": "Dependabot",
66
"description": "Automatically update dependencies and vulnerabilities in your code",
7-
"version": "2.65.2.0",
7+
"version": "2.65.3.0",
88
"publisher": "tingle-software",
99
"public": true,
1010
"targets": [

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# paklo
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`37783c8`](https://github.com/mburumaxwell/paklo/commit/37783c8030664295325dbe09e853b2f64b52abaf)]:
8+
- @paklo/runner@0.12.2
9+
310
## 0.18.5
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paklo/cli",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"sideEffects": false,
55
"type": "module",
66
"author": "mburumaxwell",

packages/runner/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @paklo/runner
22

3+
## 0.12.2
4+
5+
### Patch Changes
6+
7+
- [#2578](https://github.com/mburumaxwell/paklo/pull/2578) [`37783c8`](https://github.com/mburumaxwell/paklo/commit/37783c8030664295325dbe09e853b2f64b52abaf) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated docker container manifest for Bump the dependabot-core-images group across 1 directory with 30 updates
8+
39
## 0.12.1
410

511
### Patch Changes

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paklo/runner",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"sideEffects": false,
55
"type": "module",
66
"author": "mburumaxwell",

0 commit comments

Comments
 (0)