diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff0f4cf..c97625a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.7](https://github.com/salesforcecli/plugin-sobject/compare/1.0.6...1.0.7) (2023-12-17) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.8 to 5.0.11 ([c140075](https://github.com/salesforcecli/plugin-sobject/commit/c1400751214dce9e4394cfc54d16af117674f36e)) + ## [1.0.6](https://github.com/salesforcecli/plugin-sobject/compare/1.0.5...1.0.6) (2023-12-10) ### Bug Fixes diff --git a/README.md b/README.md index f9abc1d3..99ec1f9f 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ FLAG DESCRIPTIONS If you don't specify this flag, the command prompts you to choose from your local objects. ``` -_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.7/src/commands/schema/generate/field.ts)_ ## `sf schema generate platformevent` @@ -190,7 +190,7 @@ EXAMPLES $ sf schema generate platformevent --label "My Platform Event" ``` -_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.7/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -244,7 +244,7 @@ FLAG DESCRIPTIONS * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object. ``` -_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.7/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -277,9 +277,9 @@ ALIASES $ sf generate metadata tab EXAMPLES - Create a tab on the MyObject__c custom object: + Create a tab on the `MyObject__c` custom object: - $ sf schema generate tab --object MyObject__c --icon 54 --directory force-app/main/default/tabs + $ sf schema generate tab --object `MyObject__c` --icon 54 --directory force-app/main/default/tabs FLAG DESCRIPTIONS -i, --icon= Number from 1 to 100 that specifies the color scheme and icon for the custom tab. @@ -288,9 +288,9 @@ FLAG DESCRIPTIONS -o, --object= API name of the custom object you're generating a tab for. - The API name for a custom object always ends in "__c", such as "MyObject__c". + The API name for a custom object always ends in `__c`, such as `MyObject__c`. ``` -_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.6/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.0.7/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index c379518e..9ba493c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "1.0.6", + "version": "1.0.7", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {