diff --git a/.changeset/calm-chairs-dress.md b/.changeset/calm-chairs-dress.md deleted file mode 100644 index 5d978dcc..00000000 --- a/.changeset/calm-chairs-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-mux': minor ---- - -Updated the mux connector on Android to be compatible with THEOplayer v8 versions. diff --git a/.changeset/lazy-keys-eat.md b/.changeset/lazy-keys-eat.md deleted file mode 100644 index d9a8fadd..00000000 --- a/.changeset/lazy-keys-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-mux': patch ---- - -Changed the `useMux` hook to allow the `MuxOptions` to be passed with the initialize instead of directly passing it into the hook itself. diff --git a/.changeset/two-ravens-invite.md b/.changeset/two-ravens-invite.md deleted file mode 100644 index c8126bbd..00000000 --- a/.changeset/two-ravens-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-mux': patch ---- - -Fixed an issue on iOS where an incorrect THEOplayer version would be passed. diff --git a/mux/CHANGELOG.md b/mux/CHANGELOG.md index 9f4c456e..a2486ec7 100644 --- a/mux/CHANGELOG.md +++ b/mux/CHANGELOG.md @@ -1,5 +1,16 @@ # @theoplayer/react-native-analytics-mux +## 1.5.0 + +### 📦 Dependency Updates + +- Updated the mux connector on Android to be compatible with THEOplayer v8 versions. + +### 🐛 Issues + +- Changed the `useMux` hook to allow the `MuxOptions` to be passed with the initialize instead of directly passing it into the hook itself. +- Fixed an issue on iOS where an incorrect THEOplayer version would be passed. + ## 1.4.1 ### 🐛 Issues diff --git a/mux/package.json b/mux/package.json index 26e7c18d..ba97c202 100644 --- a/mux/package.json +++ b/mux/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-mux", - "version": "1.4.1", + "version": "1.5.0", "description": "Mux analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",