Skip to content

Commit

Permalink
chore(release): 2.2.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 22, 2023
1 parent 005ca36 commit 21b6cae
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 @@
## [2.2.10](https://github.com/salesforcecli/plugin-custom-metadata/compare/2.2.9...2.2.10) (2023-10-22)

### Bug Fixes

- **deps:** bump @salesforce/core from 5.3.9 to 5.3.10 ([4cc8688](https://github.com/salesforcecli/plugin-custom-metadata/commit/4cc86885fa2174ba0613912f99d2a577095973c2))

## [2.2.9](https://github.com/salesforcecli/plugin-custom-metadata/compare/2.2.8...2.2.9) (2023-10-22)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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/2.2.9/src/commands/cmdt/generate/field.ts)_
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/src/commands/cmdt/generate/field.ts)_

## `sfdx cmdt:generate:fromorg`

Expand Down Expand Up @@ -235,7 +235,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/2.2.9/src/commands/cmdt/generate/fromorg.ts)_
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/src/commands/cmdt/generate/fromorg.ts)_

## `sfdx cmdt:generate:object`

Expand Down Expand Up @@ -296,7 +296,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/2.2.9/src/commands/cmdt/generate/object.ts)_
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/src/commands/cmdt/generate/object.ts)_

## `sfdx cmdt:generate:record`

Expand Down Expand Up @@ -349,7 +349,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/2.2.9/src/commands/cmdt/generate/record.ts)_
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/src/commands/cmdt/generate/record.ts)_

## `sfdx cmdt:generate:records`

Expand Down Expand Up @@ -399,7 +399,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/2.2.9/src/commands/cmdt/generate/records.ts)_
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.10/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": "2.2.9",
"version": "2.2.10",
"contributors": [
{
"name": "Carolyn Grabill",
Expand Down

0 comments on commit 21b6cae

Please sign in to comment.