From b46d026d3c2bc907b3968bed2db2029d3a881b87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:42:03 +0000 Subject: [PATCH] Release --- .changeset/pink-trees-open.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-trees-open.md 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",