From a6fa44b6648d9b35090be1f9b879782f15ac8a23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:10:51 +0000 Subject: [PATCH] Release --- .changeset/giant-melons-leave.md | 5 ----- .changeset/huge-groups-appear.md | 5 ----- adobe/CHANGELOG.md | 7 +++++++ adobe/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/giant-melons-leave.md delete mode 100644 .changeset/huge-groups-appear.md diff --git a/.changeset/giant-melons-leave.md b/.changeset/giant-melons-leave.md deleted file mode 100644 index 9760d36a..00000000 --- a/.changeset/giant-melons-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-adobe': patch ---- - -Fixed an issue on Android where the properties from the passed metadata was not included with the `sessions` request. diff --git a/.changeset/huge-groups-appear.md b/.changeset/huge-groups-appear.md deleted file mode 100644 index 6a3126df..00000000 --- a/.changeset/huge-groups-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-adobe': patch ---- - -Fixed an issue where the required `visitor.marketingCloudUserId` property was not included with the `sessions` request. diff --git a/adobe/CHANGELOG.md b/adobe/CHANGELOG.md index e53691e6..711cf509 100644 --- a/adobe/CHANGELOG.md +++ b/adobe/CHANGELOG.md @@ -1,5 +1,12 @@ # @theoplayer/react-native-analytics-adobe +## 1.14.2 + +### 🐛 Issues + +- Fixed an issue on Android where the properties from the passed metadata was not included with the `sessions` request. +- Fixed an issue where the required `visitor.marketingCloudUserId` property was not included with the `sessions` request. + ## 1.14.1 ### 🐛 Issues diff --git a/adobe/package.json b/adobe/package.json index 63762f60..9d4a5de8 100644 --- a/adobe/package.json +++ b/adobe/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-adobe", - "version": "1.14.1", + "version": "1.14.2", "description": "Adobe analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",