From c1b2f74b915d5ae8075a08a1a07aef03cf7ed4d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:46:28 +0000 Subject: [PATCH] Release --- .changeset/slow-pans-wonder.md | 5 ----- bitmovin/CHANGELOG.md | 6 ++++++ bitmovin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slow-pans-wonder.md 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..d7dfd639 100644 --- a/bitmovin/CHANGELOG.md +++ b/bitmovin/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-bitmovin +## 1.0.0 + +### 🐛 Issues + +- 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",