Skip to content

Commit 7f7e25c

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
release: v12.6.0 (#1097)
Jira ID: MOB-13667
1 parent 277165b commit 7f7e25c

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/v12.5.0...dev)
3+
## [12.6.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.5.0...v12.6.0) (January 14, 2024)
44

55
### Changed
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
5858
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
5959
versionCode 1
60-
versionName "12.5.0"
60+
versionName "12.6.0"
6161
multiDexEnabled true
6262
ndk {
6363
abiFilters "armeabi-v7a", "x86"

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ PODS:
494494
- RNGestureHandler (2.13.4):
495495
- RCT-Folly (= 2021.07.22.00)
496496
- React-Core
497-
- RNInstabug (12.5.0):
497+
- RNInstabug (12.6.0):
498498
- Instabug (= 12.6.0)
499499
- React-Core
500500
- RNReanimated (3.5.4):
@@ -784,7 +784,7 @@ SPEC CHECKSUMS:
784784
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
785785
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
786786
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
787-
RNInstabug: bdcdc51043155a5b83e3b999098d309b03d0d3a4
787+
RNInstabug: 99b120a54798ce1ef3df3b4bf7cf0c6527917cde
788788
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
789789
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
790790
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9

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": "12.5.0",
4+
"version": "12.6.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)