Skip to content

Commit

Permalink
Merge pull request #1863 from rudderlabs/hotfix-release/v1.101.0
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.101.0 into main
  • Loading branch information
utsabc authored Jan 14, 2025
2 parents 2995574 + 93396f8 commit eba1625
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.101.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.100.0...v1.101.0) (2025-01-14)

### Bug Fixes

* update config for klaviyo and ga4 v2 ([09d4977](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/7efcfd1c017a5608710babb40a28d3c145cd8c85))

## [1.100.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.99.1...v1.100.0) (2024-12-18)


Expand All @@ -12,6 +18,7 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

* enable ga4 v2 as beta ([4ba0df7](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/4ba0df7dc0694e6469b6aa9fa6db427b54b5dc90))
* pr body in constants pr workflow ([83d7b26](https://github.com/rudderlabs/rudder-config-schema/commit/83d7b2674f2b4bc209331d1dcd2b3c3bacafb4ab))
* pr body in constants pr workflow ([3d227f7](https://github.com/rudderlabs/rudder-config-schema/commit/3d227f7126c96df9bf64fbd9587ac5d8f19fe17c))
* pr labels in constants pr workflow ([e8c5167](https://github.com/rudderlabs/rudder-config-schema/commit/e8c5167cad5f9792e2621ddc7695fe85b7aa8fb4))
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.100.0",
"version": "1.101.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
8 changes: 6 additions & 2 deletions src/configurations/destinations/ga4_v2/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@
"secretKeys": ["apiSecret"]
},
"options": {
"isBeta": false,
"supportsCustomMappings": true
"isBeta": true,
"supportsCustomMappings": true,
"hidden": {
"featureFlagName": "AMP_ga4_v2",
"featureFlagValue": false
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/klaviyo/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"configKey": "apiVersion",
"options": [
{
"label": "2023-02-22 (Will be removed by H2'2025)",
"label": "2023-02-22 (Will be removed by Feb 2025)",
"value": "v1"
},
{
"label": "2024-06-15 (Beta)",
"value": "v2"
}
],
"default": "v1",
"default": "v2",
"footerNote": "Please Select the API version to use"
}
]
Expand Down

0 comments on commit eba1625

Please sign in to comment.