Skip to content

Commit 1ebc322

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.0.9 [ci skip]
1 parent 7ac5d35 commit 1ebc322

4 files changed

Lines changed: 5 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.9](https://github.com/salesforcecli/plugin-schema/compare/v1.0.8...v1.0.9) (2021-10-12)
6+
57
### [1.0.8](https://github.com/salesforcecli/plugin-schema/compare/v1.0.7...v1.0.8) (2021-07-01)
68

79
### [1.0.7](https://github.com/salesforcecli/plugin-schema/compare/v1.0.6...v1.0.7) (2021-05-10)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ EXAMPLES
104104
sfdx force:schema:sobject:describe -s ApexClass -t
105105
```
106106

107-
_See code: [src/commands/force/schema/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.7/src/commands/force/schema/sobject/describe.ts)_
107+
_See code: [src/commands/force/schema/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.8/src/commands/force/schema/sobject/describe.ts)_
108108

109109
## `sfdx force:schema:sobject:list [-c <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
110110

@@ -136,5 +136,5 @@ EXAMPLES
136136
sfdx force:schema:sobject:list -c standard
137137
```
138138

139-
_See code: [src/commands/force/schema/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.7/src/commands/force/schema/sobject/list.ts)_
139+
_See code: [src/commands/force/schema/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.8/src/commands/force/schema/sobject/list.ts)_
140140
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-schema",
33
"description": "Commands to interact with salesforce sobject schemas",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -925,14 +925,6 @@
925925
"@typescript-eslint/typescript-estree" "4.32.0"
926926
debug "^4.3.1"
927927

928-
"@typescript-eslint/scope-manager@4.30.0":
929-
version "4.30.0"
930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
931-
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
932-
dependencies:
933-
"@typescript-eslint/types" "4.30.0"
934-
"@typescript-eslint/visitor-keys" "4.30.0"
935-
936928
"@typescript-eslint/scope-manager@4.32.0":
937929
version "4.32.0"
938930
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
@@ -941,29 +933,11 @@
941933
"@typescript-eslint/types" "4.32.0"
942934
"@typescript-eslint/visitor-keys" "4.32.0"
943935

944-
"@typescript-eslint/types@4.30.0":
945-
version "4.30.0"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
947-
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
948-
949936
"@typescript-eslint/types@4.32.0":
950937
version "4.32.0"
951938
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
952939
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
953940

954-
"@typescript-eslint/typescript-estree@4.30.0":
955-
version "4.30.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
957-
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
958-
dependencies:
959-
"@typescript-eslint/types" "4.30.0"
960-
"@typescript-eslint/visitor-keys" "4.30.0"
961-
debug "^4.3.1"
962-
globby "^11.0.3"
963-
is-glob "^4.0.1"
964-
semver "^7.3.5"
965-
tsutils "^3.21.0"
966-
967941
"@typescript-eslint/typescript-estree@4.32.0":
968942
version "4.32.0"
969943
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
@@ -977,14 +951,6 @@
977951
semver "^7.3.5"
978952
tsutils "^3.21.0"
979953

980-
"@typescript-eslint/visitor-keys@4.30.0":
981-
version "4.30.0"
982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
983-
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
984-
dependencies:
985-
"@typescript-eslint/types" "4.30.0"
986-
eslint-visitor-keys "^2.0.0"
987-
988954
"@typescript-eslint/visitor-keys@4.32.0":
989955
version "4.32.0"
990956
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"

0 commit comments

Comments
 (0)