From 9baebda7793af6c1f0329ce9b645e2c95b067356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:41:38 +0000 Subject: [PATCH] Release --- .changeset/two-numbers-brush.md | 5 ----- conviva/CHANGELOG.md | 6 ++++++ conviva/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/two-numbers-brush.md diff --git a/.changeset/two-numbers-brush.md b/.changeset/two-numbers-brush.md deleted file mode 100644 index 094af63a..00000000 --- a/.changeset/two-numbers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-conviva': patch ---- - -Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates. diff --git a/conviva/CHANGELOG.md b/conviva/CHANGELOG.md index 5b88946b..5242d517 100644 --- a/conviva/CHANGELOG.md +++ b/conviva/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-conviva +## 1.13.1 + +### 🐛 Issues + +- Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates. + ## 1.13.0 ### ✨ Features diff --git a/conviva/package.json b/conviva/package.json index c4d5f8df..3084fe1d 100644 --- a/conviva/package.json +++ b/conviva/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-conviva", - "version": "1.13.0", + "version": "1.13.1", "description": "Conviva analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",