Skip to content

Commit

Permalink
Merge pull request #1264 from rudderlabs/main
Browse files Browse the repository at this point in the history
chore(release): pull main into develop post release v1.67.1
  • Loading branch information
aashishmalik authored Mar 8, 2024
2 parents ce0d439 + 3ab8263 commit 7fcf3af
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

### [1.67.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.67.0...v1.67.1) (2024-03-08)


### Bug Fixes

* move assosiation to required field hs for retl connection ([#1262](https://github.com/rudderlabs/rudder-config-schema/issues/1262)) ([050a04a](https://github.com/rudderlabs/rudder-config-schema/commit/050a04acafe5b586cd2e58acca656a2359fd730d))

## [1.67.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.66.1...v1.67.0) (2024-03-04)


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": "rudder-config-schema",
"version": "1.67.0",
"version": "1.67.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
28 changes: 14 additions & 14 deletions src/configurations/destinations/hs/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@
}
]
}
},
{
"type": "checkbox",
"label": "Create associations between object records",
"configKey": "doAssociation",
"default": false,
"preRequisites": {
"fields": [
{
"configKey": "apiVersion",
"value": "newApi"
}
]
}
}
]
}
Expand Down Expand Up @@ -136,20 +150,6 @@
"regexErrorMessage": "Invalid Hub ID",
"placeholder": "e.g: 74X991",
"note": "Your Hub ID (under account name)"
},
{
"type": "checkbox",
"label": "Create associations between object records",
"configKey": "doAssociation",
"default": false,
"preRequisites": {
"fields": [
{
"configKey": "apiVersion",
"value": "newApi"
}
]
}
}
]
}
Expand Down

0 comments on commit 7fcf3af

Please sign in to comment.