diff --git a/.changeset/fuzzy-kiwis-ask.md b/.changeset/fuzzy-kiwis-ask.md deleted file mode 100644 index 4668b8db..00000000 --- a/.changeset/fuzzy-kiwis-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': patch ---- - -Hooked up the React Native Bitmovin connector API to the internal Bitmovin collector. diff --git a/.changeset/olive-buckets-return.md b/.changeset/olive-buckets-return.md deleted file mode 100644 index 38fe56a2..00000000 --- a/.changeset/olive-buckets-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': minor ---- - -Added `programChange` method to allow passing new source metadata during a live stream. diff --git a/.changeset/vast-tires-wish.md b/.changeset/vast-tires-wish.md deleted file mode 100644 index 5ee7ff00..00000000 --- a/.changeset/vast-tires-wish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': minor ---- - -Added support for Web platforms. diff --git a/bitmovin/CHANGELOG.md b/bitmovin/CHANGELOG.md index 34eec518..ec79bfdd 100644 --- a/bitmovin/CHANGELOG.md +++ b/bitmovin/CHANGELOG.md @@ -1,7 +1,14 @@ # @theoplayer/react-native-analytics-bitmovin +## 1.0.0-alpha.11 + +### ✨ Features + +- Added `programChange` method to allow passing new source metadata during a live stream. +- Added support for Web and iOS platforms. + ## 1.0.0-alpha.10 -### 🐛 Issues +### ✨ Features - Initial release. diff --git a/bitmovin/package.json b/bitmovin/package.json index feb520cf..1fcb2655 100644 --- a/bitmovin/package.json +++ b/bitmovin/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-bitmovin", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Bitmovin analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/package-lock.json b/package-lock.json index 38da5b00..3e80561f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -134,7 +134,7 @@ }, "bitmovin": { "name": "@theoplayer/react-native-analytics-bitmovin", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "license": "BSD-3-Clause-Clear", "dependencies": { "bitmovin-analytics": "^2.50.0-beta.1"