File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ] ( https://github.com/Instabug/Instabug-React-Native/compare/v11.13.0...dev )
3
+ ## [ 11.14.0 ] ( https://github.com/Instabug/Instabug-React-Native/compare/v11.13.0...11.14.0 ) (September 15, 2023 )
4
4
5
5
### Added
6
6
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if(shouldUseNameSpace){
25
25
manifestContent = manifestContent. replaceAll(
26
26
PACKAGE_PROP ,
27
27
' '
28
- )
28
+ )
29
29
} else if (isPackageNamespaceMissing) {
30
30
manifestContent = manifestContent. replace(
31
31
' <manifest' ,
@@ -50,7 +50,7 @@ android {
50
50
minSdkVersion getExtOrDefault(' minSdkVersion' ). toInteger()
51
51
targetSdkVersion getExtOrDefault(' targetSdkVersion' ). toInteger()
52
52
versionCode 1
53
- versionName " 11.13 .0"
53
+ versionName " 11.14 .0"
54
54
multiDexEnabled true
55
55
ndk {
56
56
abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ PODS:
489
489
- React-jsi (= 0.72.3)
490
490
- React-logger (= 0.72.3)
491
491
- React-perflogger (= 0.72.3)
492
- - RNInstabug (11.13 .0):
492
+ - RNInstabug (11.14 .0):
493
493
- Instabug (= 11.14.0)
494
494
- React-Core
495
495
- RNScreens (3.24.0):
@@ -739,7 +739,7 @@ SPEC CHECKSUMS:
739
739
React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a
740
740
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
741
741
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
742
- RNInstabug: 229d6ece2c9e8d085758578bdc12566aa9bef6f2
742
+ RNInstabug: 23170c925dda2299c1643005f69f5605f1a9d38a
743
743
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
744
744
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
745
745
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
3
"description" : " React Native plugin for integrating the Instabug SDK" ,
4
- "version" : " 11.13 .0" ,
4
+ "version" : " 11.14 .0" ,
5
5
"author" : " Instabug (https://instabug.com)" ,
6
6
"repository" : " github:Instabug/Instabug-React-Native" ,
7
7
"homepage" : " https://www.instabug.com/platforms/react-native" ,
You can’t perform that action at this time.
0 commit comments