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

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
aly76 committed Feb 26, 2021
1 parent e7df389 commit 5eaa212
Show file tree
Hide file tree
Showing 79 changed files with 100 additions and 100 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.9",
"version": "8.0.10",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-devops-node-api": "^10.1.1",
"azure-pipelines-task-lib": "^2.9.5",
"xml2js": "^0.4.23"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 8,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"instanceNameFormat": "Analyze $(directory) using PMD",
"inputs": [
Expand Down

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-authenticateorg-task",
"description": "sfpowerscripts-authenticateorg-task",
"version": "10.0.8",
"version": "10.0.9",
"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": 10,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"runsOn": [
"Agent"
Expand Down

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-checkoutprojectfromartifact-task",
"description": "sfpowerscripts-checkoutprojectfromartifact-task",
"version": "15.0.13",
"version": "15.0.14",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0",
"fs-extra": "^9.0.1",
"simple-git": "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 15,
"Minor": 0,
"Patch": 13
"Patch": 14
},
"runsOn": [
"Agent"
Expand Down

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,15 +1,15 @@
{
"name": "sfpowerscripts-createdatapackage-task",
"description": "sfpowerscripts-createdatapackage-task",
"version": "2.0.21",
"version": "2.0.22",
"private": true,
"scripts": {
"version": "node ../../versionupdate.js && git add task.json",
"build": "rimraf lib && tsc -b"
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 21
"Patch": 22
},
"runsOn": [
"Agent"
Expand Down

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-createdeltapackage-task",
"description": "sfpowerscripts-createdeltapackage-task",
"version": "8.0.21",
"version": "8.0.22",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"applicationinsights": "^1.6.0",
"azure-pipelines-task-lib": "^2.8.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 8,
"Minor": 0,
"Patch": 21
"Patch": 22
},
"instanceNameFormat": "Create Delta Package based on two commits",
"inputs": [
Expand Down

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-createsourcepackage-task",
"description": "sfpowerscripts-createsourcepackage-task",
"version": "14.0.21",
"version": "14.0.22",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0",
"fs-extra": "^9.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 14,
"Minor": 0,
"Patch": 21
"Patch": 22
},
"runsOn": [
"Agent"
Expand Down

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-createunlockedpackage-task",
"description": "sfpowerscripts-createunlockedpackage-task",
"version": "14.0.21",
"version": "14.0.22",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 14,
"Minor": 0,
"Patch": 21
"Patch": 22
},
"runsOn": [
"Agent"
Expand Down

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-deploydestructivemanifesttoorg-task",
"description": "sfpowerscripts-deploydestructivemanifesttoorg-task",
"version": "6.0.8",
"version": "6.0.9",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0",
"rimraf": "^3.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 6,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"runsOn": [
"Agent"
Expand Down

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-deploysourcetoorg-task",
"description": "sfpowerscripts-deploysourcetoorg-task",
"version": "11.0.8",
"version": "11.0.9",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0",
"rimraf": "^3.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 11,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"runsOn": [
"Agent"
Expand Down

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-incrementprojectbuildnumber-task",
"description": "sfpowerscripts-incrementprojectbuildnumber-task",
"version": "10.0.8",
"version": "10.0.9",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-pipelines-task-lib": "^2.8.0",
"simple-git": "^1.126.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 10,
"Minor": 0,
"Patch": 8
"Patch": 9
},
"runsOn": [
"Agent"
Expand Down

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,15 +1,15 @@
{
"name": "sfpowerscripts-installdatapackage-task",
"description": "sfpowerscripts-installdatapackage-task",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"scripts": {
"version": "node ../../versionupdate.js && git add task.json",
"build": "rimraf lib && tsc -b"
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^7.0.3",
"@dxatscale/sfpowerscripts.core": "^7.0.4",
"azure-devops-node-api": "^10.1.1",
"azure-pipelines-task-lib": "^2.8.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"runsOn": [
"Agent"
Expand Down

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

Loading

0 comments on commit 5eaa212

Please sign in to comment.