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