From adc141346bd588801a808baae8cb199e3083250c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:37:52 +0000 Subject: [PATCH] Release --- .changeset/real-papayas-glow.md | 5 ----- bitmovin/CHANGELOG.md | 6 ++++++ bitmovin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/real-papayas-glow.md diff --git a/.changeset/real-papayas-glow.md b/.changeset/real-papayas-glow.md deleted file mode 100644 index 9bdfc41e..00000000 --- a/.changeset/real-papayas-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': patch ---- - -Fixed an issue on iOS where the updateCustomData method was not correctly bridged. diff --git a/bitmovin/CHANGELOG.md b/bitmovin/CHANGELOG.md index 2cf649fb..2fae7193 100644 --- a/bitmovin/CHANGELOG.md +++ b/bitmovin/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-bitmovin +## 1.0.1 + +### 🐛 Issues + +- Fixed an issue on iOS where the updateCustomData method was not correctly bridged. + ## 1.0.0 ### ✨ Features diff --git a/bitmovin/package.json b/bitmovin/package.json index 04450bd9..8cbf063f 100644 --- a/bitmovin/package.json +++ b/bitmovin/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-bitmovin", - "version": "1.0.0", + "version": "1.0.1", "description": "Bitmovin analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",