Skip to content

Commit

Permalink
Merge branch 'main' into feat/migrate-to-plugin-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Dec 23, 2024
2 parents 9ef732b + 4b76aae commit 1d01784
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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.

## [5.52.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.51.1...v5.52.0) (2024-12-23)


### Features

* add ApplicationRecordTypeConfig metadata support ([#969](https://github.com/scolladon/sfdx-git-delta/issues/969)) ([8cda753](https://github.com/scolladon/sfdx-git-delta/commit/8cda75328e48325c469be9af9805d4763c266332))

## [5.51.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.51.0...v5.51.1) (2024-12-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfdx-git-delta",
"version": "5.51.1",
"version": "5.52.0",
"description": "Generate the sfdx content in source format and destructive change from two git commits",
"keywords": [
"salesforce",
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v57.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'apexEmailNotifications',
inFolder: false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v58.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'apexEmailNotifications',
inFolder: false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v59.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'externalClientApps',
inFolder: false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v60.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'productSpecificationTypes',
inFolder: false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v61.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'productSpecificationTypes',
inFolder: false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v62.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default [
{
directoryName: 'ApplicationRecordTypeConfig',
inFolder: false,
metaFile: false,
suffix: 'applicationRecordTypeConfig',
xmlName: 'ApplicationRecordTypeConfig',
},
{
directoryName: 'uiFormatSpecificationSets',
inFolder: false,
Expand Down

0 comments on commit 1d01784

Please sign in to comment.