Skip to content

Commit 22033da

Browse files
committed
chore(release): 3.3.4 [skip ci]
1 parent b90ab93 commit 22033da

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.4](https://github.com/salesforcecli/plugin-schema/compare/3.3.3...3.3.4) (2024-04-21)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.4 ([82197b4](https://github.com/salesforcecli/plugin-schema/commit/82197b480229d8bcc87c9d1106d851adb04b2eed))
6+
17
## [3.3.3](https://github.com/salesforcecli/plugin-schema/compare/3.3.2...3.3.3) (2024-04-15)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ EXAMPLES
118118
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
119119
```
120120

121-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.3/src/commands/sobject/describe.ts)_
121+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.4/src/commands/sobject/describe.ts)_
122122

123123
## `sf sobject list`
124124

@@ -157,6 +157,6 @@ EXAMPLES
157157
$ sf sobject list --sobject custom --target-org my-scratch-org
158158
```
159159

160-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.3/src/commands/sobject/list.ts)_
160+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.4/src/commands/sobject/list.ts)_
161161

162162
<!-- 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": "3.3.3",
4+
"version": "3.3.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@
16711671
strip-ansi "6.0.1"
16721672
ts-retry-promise "^0.8.0"
16731673

1674-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
1674+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
16751675
version "7.3.1"
16761676
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
16771677
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==

0 commit comments

Comments
 (0)