Skip to content

Commit

Permalink
chore(release): 1.27.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 1, 2023
1 parent f1d1eb6 commit 86e819c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.27.1](https://github.com/salesforcecli/plugin-packaging/compare/1.27.0...1.27.1) (2023-11-01)

### Bug Fixes

- **deps:** bump @babel/traverse from 7.22.8 to 7.23.2 ([f208962](https://github.com/salesforcecli/plugin-packaging/commit/f208962e4ed03afa4fc29b9ae2ed1a44129e4482))

# [1.27.0](https://github.com/salesforcecli/plugin-packaging/compare/1.26.5...1.27.0) (2023-10-31)

### Features
Expand Down
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ FLAG DESCRIPTIONS
subscribers.
```

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

## `sf package1:version:create:get`

Expand Down Expand Up @@ -147,7 +147,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/1.27.0/src/commands/package1/version/create/get.ts)_
_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/create/get.ts)_

## `sf package1:version:display`

Expand Down Expand Up @@ -179,7 +179,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/1.27.0/src/commands/package1/version/display.ts)_
_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/display.ts)_

## `sf package1:version:list`

Expand Down Expand Up @@ -215,7 +215,7 @@ 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/1.27.0/src/commands/package1/version/list.ts)_
_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/list.ts)_

## `sf package:create`

Expand Down Expand Up @@ -292,7 +292,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/1.27.0/src/commands/package/create.ts)_
_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/create.ts)_

## `sf package:delete`

Expand Down Expand Up @@ -332,7 +332,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/1.27.0/src/commands/package/delete.ts)_
_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/delete.ts)_

## `sf package:install`

Expand Down Expand Up @@ -428,7 +428,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/1.27.0/src/commands/package/install.ts)_
_See code: [src/commands/package/install.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/install.ts)_

## `sf package:install:report`

Expand Down Expand Up @@ -459,7 +459,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/1.27.0/src/commands/package/install/report.ts)_
_See code: [src/commands/package/install/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/install/report.ts)_

## `sf package:installed:list`

Expand Down Expand Up @@ -489,7 +489,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/1.27.0/src/commands/package/installed/list.ts)_
_See code: [src/commands/package/installed/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/installed/list.ts)_

## `sf package:list`

Expand Down Expand Up @@ -525,7 +525,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/1.27.0/src/commands/package/list.ts)_
_See code: [src/commands/package/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/list.ts)_

## `sf package:uninstall`

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

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

## `sf package:uninstall:report`

Expand Down Expand Up @@ -602,7 +602,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/1.27.0/src/commands/package/uninstall/report.ts)_
_See code: [src/commands/package/uninstall/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/uninstall/report.ts)_

## `sf package:update`

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

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

## `sf package:version:create`

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

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

## `sf package:version:create:list`

Expand Down Expand Up @@ -868,7 +868,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/1.27.0/src/commands/package/version/create/list.ts)_
_See code: [src/commands/package/version/create/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/create/list.ts)_

## `sf package:version:create:report`

Expand Down Expand Up @@ -909,7 +909,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/1.27.0/src/commands/package/version/create/report.ts)_
_See code: [src/commands/package/version/create/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/create/report.ts)_

## `sf package:version:delete`

Expand Down Expand Up @@ -946,7 +946,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/1.27.0/src/commands/package/version/delete.ts)_
_See code: [src/commands/package/version/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/delete.ts)_

## `sf package:version:displayancestry`

Expand Down Expand Up @@ -1003,7 +1003,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/1.27.0/src/commands/package/version/displayancestry.ts)_
_See code: [src/commands/package/version/displayancestry.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/displayancestry.ts)_

## `sf package:version:list`

Expand Down Expand Up @@ -1070,7 +1070,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/1.27.0/src/commands/package/version/list.ts)_
_See code: [src/commands/package/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/list.ts)_

## `sf package:version:promote`

Expand Down Expand Up @@ -1112,7 +1112,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/1.27.0/src/commands/package/version/promote.ts)_
_See code: [src/commands/package/version/promote.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/promote.ts)_

## `sf package:version:report`

Expand Down Expand Up @@ -1150,7 +1150,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/1.27.0/src/commands/package/version/report.ts)_
_See code: [src/commands/package/version/report.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/report.ts)_

## `sf package:version:update`

Expand Down Expand Up @@ -1201,6 +1201,6 @@ 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/1.27.0/src/commands/package/version/update.ts)_
_See code: [src/commands/package/version/update.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/version/update.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": "1.27.0",
"version": "1.27.1",
"main": "lib/index.js",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit 86e819c

Please sign in to comment.