From ea498f2398d74b210bb2ea79a2e35b057a4a16f4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Nov 2024 08:46:38 +0000 Subject: [PATCH] chore(release): 2.6.6 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4ec671..92e1189d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.6](https://github.com/salesforcecli/plugin-signups/compare/2.6.5...2.6.6) (2024-11-24) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.4 to 8.8.0 ([82d707a](https://github.com/salesforcecli/plugin-signups/commit/82d707a610e6a14808bc2c043bda6eec3132af39)) + ## [2.6.5](https://github.com/salesforcecli/plugin-signups/compare/2.6.4...2.6.5) (2024-11-24) ### Bug Fixes diff --git a/README.md b/README.md index 3d6076d7..ecaf0c63 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ EXAMPLES $ sf org create shape --target-org SourceOrg ``` -_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/create/shape.ts)_ +_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/create/shape.ts)_ ## `sf org create snapshot` @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS as a version control system tag or commit ID. ``` -_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/create/snapshot.ts)_ +_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/create/snapshot.ts)_ ## `sf org delete shape` @@ -219,7 +219,7 @@ EXAMPLES $ sf org delete shape --target-org SourceOrg --no-prompt ``` -_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/delete/shape.ts)_ +_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/delete/shape.ts)_ ## `sf org delete snapshot` @@ -264,7 +264,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/delete/snapshot.ts)_ +_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/delete/snapshot.ts)_ ## `sf org get snapshot` @@ -311,7 +311,7 @@ FLAG DESCRIPTIONS The IDs of scratch org snapshots start with 0Oo. ``` -_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/get/snapshot.ts)_ +_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/get/snapshot.ts)_ ## `sf org list shape` @@ -344,7 +344,7 @@ EXAMPLES $ sf org list shape --json > tmp/MyOrgShapeList.json ``` -_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/list/shape.ts)_ +_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/list/shape.ts)_ ## `sf org list snapshot` @@ -386,6 +386,6 @@ EXAMPLES $ sf org list snapshot --target-dev-hub SnapshotDevHub ``` -_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.5/src/commands/org/list/snapshot.ts)_ +_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.6/src/commands/org/list/snapshot.ts)_ diff --git a/package.json b/package.json index cfc812af..3be1a625 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "2.6.5", + "version": "2.6.6", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {