Skip to content

Commit e8f9d83

Browse files
committed
chore(release): 3.3.3 [skip ci]
1 parent 5f21ee9 commit e8f9d83

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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.3](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.2...3.3.3) (2024-04-20)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([4a1d56f](https://github.com/salesforcecli/plugin-custom-metadata/commit/4a1d56fe19dc2016841c767eba73c0a1c119df55))
6+
17
## [3.3.2](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.1...3.3.2) (2024-04-17)
28

39
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
149149
The value must be greater than or equal to zero. Default value is 0.
150150
```
151151

152-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.2/src/commands/cmdt/generate/field.ts)_
152+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.3/src/commands/cmdt/generate/field.ts)_
153153

154154
## `sf cmdt generate fromorg`
155155

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

241-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.2/src/commands/cmdt/generate/fromorg.ts)_
241+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.3/src/commands/cmdt/generate/fromorg.ts)_
242242

243243
## `sf cmdt generate object`
244244

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

303-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.2/src/commands/cmdt/generate/object.ts)_
303+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.3/src/commands/cmdt/generate/object.ts)_
304304

305305
## `sf cmdt generate record`
306306

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

358-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.2/src/commands/cmdt/generate/record.ts)_
358+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.3/src/commands/cmdt/generate/record.ts)_
359359

360360
## `sf cmdt generate records`
361361

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

409-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.2/src/commands/cmdt/generate/records.ts)_
409+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.3/src/commands/cmdt/generate/records.ts)_
410410

411411
<!-- commandsstop -->
412412

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-custom-metadata",
33
"description": "Tools for working with custom metadata types and their records.",
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"contributors": [
66
{
77
"name": "Carolyn Grabill",

0 commit comments

Comments
 (0)