diff --git a/.changeset/pink-trees-open.md b/.changeset/pink-trees-open.md deleted file mode 100644 index be492435..00000000 --- a/.changeset/pink-trees-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-ui': patch ---- - -Fixed an issue on mobile platforms where the Chromecast button would not be tappable. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f165a1d..512781ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-ui +## 0.23.3 + +### 🐛 Issues + +- Fixed an issue on mobile platforms where the Chromecast button would not be tappable. + ## 0.23.2 ### 🐛 Issues diff --git a/package.json b/package.json index 23d5cf2c..53c03e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-ui", - "version": "0.23.2", + "version": "0.23.3", "description": "A React Native UI for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",