From 8372c7098fbc19a346ce97b4f39d63ca756fb6cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:46:46 +0000 Subject: [PATCH] Release --- .changeset/cyan-oranges-smoke.md | 5 ----- .changeset/slow-pans-wonder.md | 5 ----- bitmovin/CHANGELOG.md | 7 +++++++ bitmovin/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cyan-oranges-smoke.md delete mode 100644 .changeset/slow-pans-wonder.md diff --git a/.changeset/cyan-oranges-smoke.md b/.changeset/cyan-oranges-smoke.md deleted file mode 100644 index 67a4faa3..00000000 --- a/.changeset/cyan-oranges-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': patch ---- - -Fixed an issue where a wrong value for `customUserId` would be set on Android. diff --git a/.changeset/slow-pans-wonder.md b/.changeset/slow-pans-wonder.md deleted file mode 100644 index 01cd06bc..00000000 --- a/.changeset/slow-pans-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': patch ---- - -Using GA release for Bitmovin collector to prevent app store validation rejections. diff --git a/bitmovin/CHANGELOG.md b/bitmovin/CHANGELOG.md index ec79bfdd..412279ae 100644 --- a/bitmovin/CHANGELOG.md +++ b/bitmovin/CHANGELOG.md @@ -1,5 +1,12 @@ # @theoplayer/react-native-analytics-bitmovin +## 1.0.0 + +### 🐛 Issues + +- Fixed an issue where a wrong value for `customUserId` would be set on Android. +- Using GA release for Bitmovin collector to prevent app store validation rejections. + ## 1.0.0-alpha.11 ### ✨ Features diff --git a/bitmovin/package.json b/bitmovin/package.json index 1fcb2655..04450bd9 100644 --- a/bitmovin/package.json +++ b/bitmovin/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-bitmovin", - "version": "1.0.0-alpha.11", + "version": "1.0.0", "description": "Bitmovin analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",