From 0cb21a89969d9a9a3425615b06e19669d8cd37d1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 8 Jan 2024 22:21:25 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ README.md | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadde9a6..2ab41af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.1.0](https://github.com/salesforcecli/plugin-sobject/compare/1.0.9...1.1.0) (2024-01-08) + +### Bug Fixes + +- missing schema props ([cb2ec66](https://github.com/salesforcecli/plugin-sobject/commit/cb2ec6682c610567475e0377d6770cf8ad8be176)) + +### Features + +- use new inquirer ([c2f279f](https://github.com/salesforcecli/plugin-sobject/commit/c2f279ff50bec75ab1fc303ed95526df50a67294)) + ## [1.0.9](https://github.com/salesforcecli/plugin-sobject/compare/1.0.8...1.0.9) (2024-01-07) ### Bug Fixes diff --git a/README.md b/README.md index a68a740e..c7337a2f 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.9/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/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.9/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -234,17 +234,17 @@ FLAG DESCRIPTIONS Enables these features: - * Search: Allows users to find the custom object's records when they search, including SOSL. - * Feeds: Enables feed tracking. - * Reports: Allows reporting of the data in the custom object records. - * History: Enables object history tracking. - * Activities: Allows users to associate tasks and scheduled calendar events related to the custom object records. - * Bulk API: With Sharing and Streaming API, classifies the custom object as an Enterprise Application object. - * Sharing: With Bulk API and Streaming API, classifies the custom object as an Enterprise Application object. - * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object. + - Search: Allows users to find the custom object's records when they search, including SOSL. + - Feeds: Enables feed tracking. + - Reports: Allows reporting of the data in the custom object records. + - History: Enables object history tracking. + - Activities: Allows users to associate tasks and scheduled calendar events related to the custom object records. + - Bulk API: With Sharing and Streaming API, classifies the custom object as an Enterprise Application object. + - Sharing: With Bulk API and Streaming API, classifies the custom object as an Enterprise Application object. + - 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.9/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -291,6 +291,6 @@ FLAG DESCRIPTIONS 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.9/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.0/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index f748b690..ff8e9729 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "1.0.9", + "version": "1.1.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {