From 2b0a20dde5cc6285b6e6a316d51b650a375ff5e6 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:33:00 +0300 Subject: [PATCH] [MOB-12553] Release v11.13.0 (#998) --- CHANGELOG.md | 2 +- android/build.gradle | 2 +- examples/default/ios/Podfile.lock | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c197eef37..b860b763b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...dev) +## [11.13.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...v11.13.0) (July 10, 2023) ### Changed diff --git a/android/build.gradle b/android/build.gradle index a687488ee..b9d7f5449 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,7 +19,7 @@ android { minSdkVersion getExtOrDefault('minSdkVersion').toInteger() targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger() versionCode 1 - versionName "11.12.0" + versionName "11.13.0" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" diff --git a/examples/default/ios/Podfile.lock b/examples/default/ios/Podfile.lock index 928e29679..229a7465a 100644 --- a/examples/default/ios/Podfile.lock +++ b/examples/default/ios/Podfile.lock @@ -421,7 +421,7 @@ PODS: - React-jsi (= 0.71.8) - React-logger (= 0.71.8) - React-perflogger (= 0.71.8) - - RNInstabug (11.12.0): + - RNInstabug (11.13.0): - Instabug (= 11.13.3) - React-Core - RNScreens (3.20.0): @@ -653,7 +653,7 @@ SPEC CHECKSUMS: React-RCTVibration: 43ffd976a25f6057a7cf95ea3648ba4e00287f89 React-runtimeexecutor: 7c51ae9d4b3e9608a2366e39ccaa606aa551b9ed ReactCommon: 85c98ab0a509e70bf5ee5d9715cf68dbf495b84c - RNInstabug: f05378714b4d1a009213e39b1c916c4132fb1e45 + RNInstabug: a72078ae892268b40d72ce812b213fd8f127c2e9 RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8 diff --git a/package.json b/package.json index 444c19c77..fa923b21a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "instabug-reactnative", "description": "React Native plugin for integrating the Instabug SDK", - "version": "11.12.0", + "version": "11.13.0", "author": "Instabug (https://instabug.com)", "repository": "github:Instabug/Instabug-React-Native", "homepage": "https://www.instabug.com/platforms/react-native",