Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/giant-melons-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/huge-groups-appear.md

This file was deleted.

7 changes: 7 additions & 0 deletions adobe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion adobe/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading