diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b1e422a..42b48ec63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2145b812a..364edea77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.59.0", + "version": "1.59.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.59.0", + "version": "1.59.1", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 5a235d34b..b631d1322 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.59.0", + "version": "1.59.1", "description": "", "main": "src/index.ts", "private": true, diff --git a/src/configurations/destinations/am/ui-config.json b/src/configurations/destinations/am/ui-config.json index bcb6261af..512a5bc15 100644 --- a/src/configurations/destinations/am/ui-config.json +++ b/src/configurations/destinations/am/ui-config.json @@ -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": { @@ -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": { diff --git a/src/configurations/destinations/sprig/ui-config.json b/src/configurations/destinations/sprig/ui-config.json index 9d3277535..328f79034 100644 --- a/src/configurations/destinations/sprig/ui-config.json +++ b/src/configurations/destinations/sprig/ui-config.json @@ -38,7 +38,10 @@ } ], "icon": "sliders", - "fields": [] + "fields": [], + "defaultConnectionModes": { + "web": "device" + } } ] }