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",