Skip to content

Commit beac5be

Browse files
chore: update versions and changelogs [version bump] [skip ci]
1 parent 2282895 commit beac5be

6 files changed

Lines changed: 20 additions & 12 deletions

File tree

.changeset/survey-translations.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android.defaults.buildfeatures.shaders=false
2222
android.defaults.buildfeatures.resvalues=false
2323

2424
# Release - Module-specific versions
25-
coreVersion=6.14.2
26-
androidVersion=3.44.2
25+
coreVersion=6.15.0
26+
androidVersion=3.45.0
2727
serverVersion=2.5.3
2828

2929
# Shared build versions (single source of truth for buildSrc, PosthogBuildConfig, and gradle plugin)

posthog-android/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Next
22

3+
## 3.45.0
4+
5+
### Minor Changes
6+
7+
- 2282895: Add survey translations support. Surveys can carry per-language overrides for user-visible strings via a `translations` map keyed by language code. At display time the SDK resolves a language (init override → person property `"language"` → device locale), applies any matching translation onto the display model, and stamps the matched key as `$survey_language` on every survey event when a translation actually took effect.
8+
9+
Configure via `PostHogSurveysConfig.overrideDisplayLanguage`. Matching is case-insensitive with a base-language fallback (e.g. `"pt-BR"` falls back to `"pt"`).
10+
311
## 3.44.2
412

513
### Patch Changes

posthog-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "posthog-android",
3-
"version": "3.44.2",
3+
"version": "3.45.0",
44
"private": true
55
}

posthog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Next
22

3+
## 6.15.0
4+
5+
### Minor Changes
6+
7+
- 2282895: Add survey translations support. Surveys can carry per-language overrides for user-visible strings via a `translations` map keyed by language code. At display time the SDK resolves a language (init override → person property `"language"` → device locale), applies any matching translation onto the display model, and stamps the matched key as `$survey_language` on every survey event when a translation actually took effect.
8+
9+
Configure via `PostHogSurveysConfig.overrideDisplayLanguage`. Matching is case-insensitive with a base-language fallback (e.g. `"pt-BR"` falls back to `"pt"`).
10+
311
## 6.14.2
412

513
### Patch Changes

posthog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "posthog",
3-
"version": "6.14.2",
3+
"version": "6.15.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)