Skip to content

Commit

Permalink
chore(release): 2.7.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jul 11, 2024
1 parent dc42ab9 commit b6bf30b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.7.1](https://github.com/salesforcecli/plugin-packaging/compare/2.7.0...2.7.1) (2024-07-11)

### Bug Fixes

- fixing codecoverage response for non verbose ([7ed19de](https://github.com/salesforcecli/plugin-packaging/commit/7ed19de476e4a7a00f4fa58d57823778aa55756c))
- remove codeCoverage field from non-verbose query for package version list ([ea7024e](https://github.com/salesforcecli/plugin-packaging/commit/ea7024e8628b6fe86eb3fd6b35269d6dbdd0c5e8))
- test ([1f65603](https://github.com/salesforcecli/plugin-packaging/commit/1f656032ae33c3d3b02314aeeae61844e94a0f78))
- test and remove redundent code ([d5b4fa1](https://github.com/salesforcecli/plugin-packaging/commit/d5b4fa1ed3a0a2b357eeeaad008de4f11dfbc064))
- typo on conditional statement ([cd30c81](https://github.com/salesforcecli/plugin-packaging/commit/cd30c814165eb5d800b5309559442c13c07f426c))

# [2.7.0](https://github.com/salesforcecli/plugin-packaging/compare/2.6.1...2.7.0) (2024-06-28)

### Bug Fixes
Expand Down
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ FLAG DESCRIPTIONS
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
```

_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/create.ts)_
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/create.ts)_

## `sf package delete`

Expand Down Expand Up @@ -172,7 +172,7 @@ EXAMPLES
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
```

_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/delete.ts)_
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/delete.ts)_

## `sf package install`

Expand Down Expand Up @@ -270,7 +270,7 @@ FLAG DESCRIPTIONS
specify DeprecateOnly or Delete only for unlocked package upgrades.
```

_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/install.ts)_
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/install.ts)_

## `sf package install report`

Expand Down Expand Up @@ -303,7 +303,7 @@ EXAMPLES
$ sf package install report --request-id 0Hf... --target-org me@example.com
```

_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/install/report.ts)_
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/install/report.ts)_

## `sf package installed list`

Expand Down Expand Up @@ -335,7 +335,7 @@ EXAMPLES
$ sf package installed list --target-org me@example.com
```

_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/installed/list.ts)_
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/installed/list.ts)_

## `sf package list`

Expand Down Expand Up @@ -373,7 +373,7 @@ EXAMPLES
$ sf package list --target-dev-hub devhub@example.com --verbose
```

_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/list.ts)_
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/list.ts)_

## `sf package uninstall`

Expand Down Expand Up @@ -421,7 +421,7 @@ EXAMPLES
$ sf package uninstall --package "Undesirable Package Alias"
```

_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/uninstall.ts)_
_See code: [src/commands/package/uninstall.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/uninstall.ts)_

## `sf package uninstall report`

Expand Down Expand Up @@ -454,7 +454,7 @@ EXAMPLES
$ sf package uninstall report --request-id 06y... --target-org me@example.com
```

_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/uninstall/report.ts)_
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/uninstall/report.ts)_

## `sf package update`

Expand Down Expand Up @@ -509,7 +509,7 @@ FLAG DESCRIPTIONS
associated with your package.
```

_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/update.ts)_
_See code: [src/commands/package/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/update.ts)_

## `sf package version create`

Expand Down Expand Up @@ -676,7 +676,7 @@ FLAG DESCRIPTIONS
periods of no output from commands.
```

_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create.ts)_
_See code: [src/commands/package/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create.ts)_

## `sf package version create list`

Expand Down Expand Up @@ -737,7 +737,7 @@ EXAMPLES
$ sf package version create list --created-last-days 0 --status Success
```

_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create/list.ts)_
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create/list.ts)_

## `sf package version create report`

Expand Down Expand Up @@ -780,7 +780,7 @@ EXAMPLES
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
```

_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/create/report.ts)_
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/create/report.ts)_

## `sf package version delete`

Expand Down Expand Up @@ -819,7 +819,7 @@ EXAMPLES
$ sf package version delete --package 04t... --target-org devhub@example.com
```

_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/delete.ts)_
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/delete.ts)_

## `sf package version displayancestry`

Expand Down Expand Up @@ -879,7 +879,7 @@ FLAG DESCRIPTIONS
You can use the DOT code output in graph visualization software to create tree visualizations.
```

_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/displayancestry.ts)_
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/displayancestry.ts)_

## `sf package version list`

Expand Down Expand Up @@ -955,7 +955,7 @@ EXAMPLES
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
```

_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/list.ts)_
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/list.ts)_

## `sf package version promote`

Expand Down Expand Up @@ -999,7 +999,7 @@ EXAMPLES
$ sf package version promote --package "Awesome Package Alias"
```

_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/promote.ts)_
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/promote.ts)_

## `sf package version report`

Expand Down Expand Up @@ -1039,7 +1039,7 @@ EXAMPLES
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
```

_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/report.ts)_
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/report.ts)_

## `sf package version update`

Expand Down Expand Up @@ -1092,7 +1092,7 @@ EXAMPLES
$ sf package version update --package 04t... --version-description "New Package Version Description"
```

_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package/version/update.ts)_
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package/version/update.ts)_

## `sf package1 version create`

Expand Down Expand Up @@ -1159,7 +1159,7 @@ FLAG DESCRIPTIONS
subscribers.
```

_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/create.ts)_
_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/create.ts)_

## `sf package1 version create get`

Expand Down Expand Up @@ -1192,7 +1192,7 @@ EXAMPLES
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
```

_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/create/get.ts)_
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/create/get.ts)_

## `sf package1 version display`

Expand Down Expand Up @@ -1226,7 +1226,7 @@ EXAMPLES
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
```

_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/display.ts)_
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/display.ts)_

## `sf package1 version list`

Expand Down Expand Up @@ -1264,6 +1264,6 @@ FLAG DESCRIPTIONS
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
```

_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.0/src/commands/package1/version/list.ts)_
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/2.7.1/src/commands/package1/version/list.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-packaging",
"description": "SF plugin that support Salesforce Packaging Platform",
"version": "2.7.0",
"version": "2.7.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit b6bf30b

Please sign in to comment.