diff --git a/.changeset/brave-waves-flow.md b/.changeset/brave-waves-flow.md deleted file mode 100644 index a0ee213d..00000000 --- a/.changeset/brave-waves-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-mux': patch ---- - -- Bumped Mux SDK version to v0.8.0 to support OptiView player SDK v11. diff --git a/.changeset/perky-snails-repair.md b/.changeset/perky-snails-repair.md deleted file mode 100644 index eb7d1c79..00000000 --- a/.changeset/perky-snails-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-adobe-edge': patch ---- - -Bumped @adobe/alloy dependency to v2.34.1. diff --git a/adobe-edge/CHANGELOG.md b/adobe-edge/CHANGELOG.md index 2db0187e..20508a5f 100644 --- a/adobe-edge/CHANGELOG.md +++ b/adobe-edge/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-adobe-edge +## 1.2.1 + +### 🐛 Issues + +- Bumped @adobe/alloy dependency to v2.34.1. + ## 1.2.0 ### ✨ Features diff --git a/adobe-edge/package.json b/adobe-edge/package.json index a0ae3def..b36a3839 100644 --- a/adobe-edge/package.json +++ b/adobe-edge/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-adobe-edge", - "version": "1.2.0", + "version": "1.2.1", "description": "Adobe Edge analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/mux/CHANGELOG.md b/mux/CHANGELOG.md index ba2427cb..91cf8d5f 100644 --- a/mux/CHANGELOG.md +++ b/mux/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-mux +## 1.13.1 + +### 🐛 Issues + +- - Bumped Mux SDK version to v0.8.0 to support OptiView player SDK v11. + ## 1.13.0 ### ✨ Features diff --git a/mux/package.json b/mux/package.json index c7619079..8abaf825 100644 --- a/mux/package.json +++ b/mux/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-mux", - "version": "1.13.0", + "version": "1.13.1", "description": "Mux analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",