Skip to content

Commit 1be68a4

Browse files
DavidMina96HeshamMegid
authored andcommitted
Release v11.12.0 (#987)
1 parent 84fe061 commit 1be68a4

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.10.0...dev)
3+
## [11.12.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.10.0...11.12.0) (May 30, 2023)
44

55
### Changed
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.10.0"
22+
versionName "11.12.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
@@ -421,7 +421,7 @@ PODS:
421421
- React-jsi (= 0.71.8)
422422
- React-logger (= 0.71.8)
423423
- React-perflogger (= 0.71.8)
424-
- RNInstabug (11.10.0):
424+
- RNInstabug (11.12.0):
425425
- Instabug (= 11.12.0)
426426
- React-Core
427427
- RNScreens (3.20.0):
@@ -653,7 +653,7 @@ SPEC CHECKSUMS:
653653
React-RCTVibration: 43ffd976a25f6057a7cf95ea3648ba4e00287f89
654654
React-runtimeexecutor: 7c51ae9d4b3e9608a2366e39ccaa606aa551b9ed
655655
ReactCommon: 85c98ab0a509e70bf5ee5d9715cf68dbf495b84c
656-
RNInstabug: 7e3baef1804980f06ee58b6b08b49ff7c4254796
656+
RNInstabug: 289bdfabfa30de22347f6c7a2902133ab4b673a6
657657
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
658658
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
659659
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.10.0",
4+
"version": "11.12.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)