Skip to content

Commit

Permalink
Merge pull request #1485 from rudderlabs/hotfix-release/v1.77.3
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.77.3 into main
  • Loading branch information
krishna2020 authored Jun 19, 2024
2 parents 7e53440 + 5f6425d commit 0446945
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.77.3](https://github.com/rudderlabs/rudder-config-schema/compare/v1.77.2...v1.77.3) (2024-06-19)


### Bug Fixes

* fix connectionMode preRequisite condition for braze ([754c649](https://github.com/rudderlabs/rudder-config-schema/commit/754c649bcc423c58ccef92245971d13f2ef37cfc))

### [1.77.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.77.1...v1.77.2) (2024-06-19)


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.77.2",
"version": "1.77.3",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/braze/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
"value": "cloud"
}
],
"condition": "or",
"featureFlags": [
{
"configKey": "AMP_braze-send-purchase-events-custom-properties",
Expand Down

0 comments on commit 0446945

Please sign in to comment.