Skip to content

Commit 01aaa25

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-12237] Release v11.10.0 (#965)
1 parent 935ae85 commit 01aaa25

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v11.9.1...HEAD)
3+
## [11.10.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.9.1...11.10.0) (April 20, 2023)
44

55
### Added
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
2020
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
2121
versionCode 1
22-
versionName "11.9.1"
22+
versionName "11.10.0"
2323
multiDexEnabled true
2424
ndk {
2525
abiFilters "armeabi-v7a", "x86"

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ PODS:
341341
- React-jsi (= 0.66.0)
342342
- React-logger (= 0.66.0)
343343
- React-perflogger (= 0.66.0)
344-
- RNInstabug (11.9.1):
344+
- RNInstabug (11.10.0):
345345
- Instabug (= 11.10.1)
346346
- React-Core
347347
- RNScreens (3.20.0):
@@ -553,7 +553,7 @@ SPEC CHECKSUMS:
553553
React-RCTVibration: 53b92d54b923283638cb0186da7a5c2d2b70a49b
554554
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
555555
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
556-
RNInstabug: 8848bc44e7c160a816fe6b8b421d46115d0f645b
556+
RNInstabug: 461ac240d658da2727c01f89ddb5428842c950ca
557557
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
558558
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
559559
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "11.9.1",
4+
"version": "11.10.0",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)