Skip to content

Commit

Permalink
Merge pull request #1441 from rudderlabs/hotfix-release/v1.75.1
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.75.1 into main
  • Loading branch information
shrouti1507 authored Jun 3, 2024
2 parents 012f314 + d684404 commit 41aa121
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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.75.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.75.0...v1.75.1) (2024-06-03)


### Bug Fixes

* emarsys track call event mapping fix ([#1440](https://github.com/rudderlabs/rudder-config-schema/issues/1440)) ([f579c1e](https://github.com/rudderlabs/rudder-config-schema/commit/f579c1e60ee24c060a38ef43934c0f116f63f10e))

## [1.75.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.74.0...v1.75.0) (2024-05-27)


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.75.0",
"version": "1.75.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions src/configurations/destinations/emarsys/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"type": "redirect",
"redirectGroupKey": "eventsMapping",
"label": "External Event Mapping",
"note": "Map RudderStack events to Emersys external events"
"note": "Map RudderStack events to Emarsys external events"
}
]
}
Expand Down Expand Up @@ -212,7 +212,7 @@
"configKey": "emersysProperty",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$",
"regexErrorMessage": "Invalid Custom Property",
"label": "Emersys custom property name",
"label": "Emarsys custom property name",
"placeholder": "e.g companyCity",
"apiName": "customProperty"
}
Expand All @@ -227,7 +227,7 @@
{
"type": "dynamicCustomForm",
"label": "Map Rudderstack Events to Emarsys external events. This is a 1:1 mapping.",
"configKey": "eventMapping",
"configKey": "eventsMapping",
"rowFields": [
{
"type": "mappingRow",
Expand Down

0 comments on commit 41aa121

Please sign in to comment.