Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Patch Azp & CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Caitlyn Mills authored and aly76 committed Jan 22, 2021
1 parent 72d5347 commit 7714c7b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-analyzewithpmd-task",
"description": "sfpowerscripts-analyzewithpmd-task",
"version": "8.0.6",
"version": "8.0.7",
"private": true,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 8,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"instanceNameFormat": "Analyze $(directory) using PMD",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/azpipelines/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/azpipelines/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts.azpipelines",
"private": true,
"version": "18.0.57",
"version": "18.0.58",
"description": "CI/CD extensions for Salesforce",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/azpipelines/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "sfpowerscripts",
"publisher": "AzlamSalam",
"name": "sfpowerscripts",
"version": "18.0.57",
"version": "18.0.58",
"description": "Azure Pipelines tasks for working with Salesforce",
"tags": [
"Extension",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "Simple wrappers around sfdx commands to help set up CI/CD quickly",
"version": "1.6.11",
"version": "1.6.12",
"author": "dxatscale",
"bin": {
"readVars": "./scripts/readVars.sh"
Expand Down

0 comments on commit 7714c7b

Please sign in to comment.