Skip to content

Commit

Permalink
Merge pull request #1083 from rudderlabs/hotfix-release/v1.59.1
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.59.1 into main
  • Loading branch information
aashishmalik authored Nov 16, 2023
2 parents 9125204 + 4440bd5 commit 81b48f2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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.59.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.59.0...v1.59.1) (2023-11-16)


### Bug Fixes

* spring default connection mode ([#1082](https://github.com/rudderlabs/rudder-config-schema/issues/1082)) ([acb0468](https://github.com/rudderlabs/rudder-config-schema/commit/acb0468d61d0c9da5ad7cde04635043dedc9576b))

## [1.59.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.58.1...v1.59.0) (2023-11-13)


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.59.0",
"version": "1.59.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/am/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{
"type": "checkbox",
"label": "Use Custom Page Event Name",
"note": "Send start and end session events",
"note": "Send custom event name in page call",
"configKey": "useUserDefinedPageEventName",
"default": false,
"preRequisites": {
Expand Down Expand Up @@ -185,6 +185,7 @@
{
"type": "checkbox",
"label": "Use Custom Screen Event Name",
"note": "Send custom event name in screen call",
"configKey": "useUserDefinedScreenEventName",
"default": false,
"preRequisites": {
Expand Down
5 changes: 4 additions & 1 deletion src/configurations/destinations/sprig/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
}
],
"icon": "sliders",
"fields": []
"fields": [],
"defaultConnectionModes": {
"web": "device"
}
}
]
}
Expand Down

0 comments on commit 81b48f2

Please sign in to comment.