Skip to content

Commit

Permalink
chore(release): 3.3.33 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 22, 2024
1 parent 4518692 commit cb240b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.3.33](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.32...3.3.33) (2024-09-22)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 11.3.7 to 11.3.10 ([9143f90](https://github.com/salesforcecli/plugin-custom-metadata/commit/9143f90c2ff516162dbfbf509e0869b19bdce929))

## [3.3.32](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.31...3.3.32) (2024-09-15)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
The value must be greater than or equal to zero. Default value is 0.
```

_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.32/src/commands/cmdt/generate/field.ts)_
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.33/src/commands/cmdt/generate/field.ts)_

## `sf cmdt generate fromorg`

Expand Down Expand Up @@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
```

_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.32/src/commands/cmdt/generate/fromorg.ts)_
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.33/src/commands/cmdt/generate/fromorg.ts)_

## `sf cmdt generate object`

Expand Down Expand Up @@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
```

_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.32/src/commands/cmdt/generate/object.ts)_
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.33/src/commands/cmdt/generate/object.ts)_

## `sf cmdt generate record`

Expand Down Expand Up @@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
Protected records can only be accessed by code in the same managed package namespace.
```

_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.32/src/commands/cmdt/generate/record.ts)_
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.33/src/commands/cmdt/generate/record.ts)_

## `sf cmdt generate records`

Expand Down Expand Up @@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
The '__mdt' suffix is appended to the end of the name if it's omitted.
```

_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.32/src/commands/cmdt/generate/records.ts)_
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.33/src/commands/cmdt/generate/records.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-custom-metadata",
"description": "Tools for working with custom metadata types and their records.",
"version": "3.3.32",
"version": "3.3.33",
"contributors": [
{
"name": "Carolyn Grabill",
Expand Down

0 comments on commit cb240b7

Please sign in to comment.