File tree Expand file tree Collapse file tree 7 files changed +16
-11
lines changed Expand file tree Collapse file tree 7 files changed +16
-11
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/v14.3.0...dev )
3
+ ## [ 15.0.1 ] ( https://github.com/Instabug/Instabug-React-Native/compare/v14.3.0...v15.0.1 )
4
4
5
5
### Added
6
6
16
16
17
17
- Add respect to backend network body limit. ([ #1397 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1397 ) )
18
18
19
+ ### Changed
20
+
21
+ - Bump Instabug iOS SDK to v15.1.1 ([ #1402 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1402 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.1 ) .
22
+
23
+ - Bump Instabug Android SDK to v15.0.1 ([ #1402 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1402 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v15.0.1 ) .
24
+
19
25
### Fixed
20
26
21
27
- Not sending the inComplete xhrRequest. ([ #1365 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1365 ) )
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Pod::Spec.new do |s|
16
16
s . source_files = "ios/**/*.{h,m,mm}"
17
17
18
18
s . dependency 'React-Core'
19
- # use_instabug!(s)
20
- s . dependency 'Instabug'
19
+ use_instabug! ( s )
21
20
22
21
end
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
minSdkVersion getExtOrDefault(' minSdkVersion' ). toInteger()
58
58
targetSdkVersion getExtOrDefault(' targetSdkVersion' ). toInteger()
59
59
versionCode 1
60
- versionName " 14.3.0 "
60
+ versionName " 15.0.1 "
61
61
multiDexEnabled true
62
62
ndk {
63
63
abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
classpath(" com.android.tools.build:gradle:8.1.0" )
25
25
classpath(" com.facebook.react:react-native-gradle-plugin" )
26
26
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
27
- classpath(" com.instabug.library:instabug-plugin:14.3.0.6760192-SNAPSHOT " )
27
+ classpath(" com.instabug.library:instabug-plugin:15.0.1 " )
28
28
}
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target 'InstabugExample' do
15
15
config = use_native_modules!
16
16
rn_maps_path = '../node_modules/react-native-maps'
17
17
pod 'react-native-google-maps' , :path => rn_maps_path
18
- # add this line
18
+
19
19
# Flags change depending on the env values.
20
20
flags = get_default_flags ( )
21
21
Original file line number Diff line number Diff line change @@ -1625,8 +1625,8 @@ PODS:
1625
1625
- ReactCommon/turbomodule/bridging
1626
1626
- ReactCommon/turbomodule/core
1627
1627
- Yoga
1628
- - RNInstabug (14.3.0 ):
1629
- - Instabug
1628
+ - RNInstabug (15.0.1 ):
1629
+ - Instabug (= 15.1.1)
1630
1630
- React-Core
1631
1631
- RNReanimated (3.16.1):
1632
1632
- DoubleConversion
@@ -2090,14 +2090,14 @@ SPEC CHECKSUMS:
2090
2090
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
2091
2091
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
2092
2092
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2093
- RNInstabug: a038636a8fb8e078e69d3c51fca38396fa1ffdab
2093
+ RNInstabug: f17d4e6c679fbc921f2692c223a1c21395589cc5
2094
2094
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
2095
2095
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
2096
2096
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d
2097
2097
RNVectorIcons: 6382277afab3c54658e9d555ee0faa7a37827136
2098
2098
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
2099
2099
Yoga: 055f92ad73f8c8600a93f0e25ac0b2344c3b07e6
2100
2100
2101
- PODFILE CHECKSUM: 42f74b36b91ffedd1a4b69bf9b72165f04090424
2101
+ PODFILE CHECKSUM: 837b933596e1616ff02cc206bb17dee4f611fdbc
2102
2102
2103
2103
COCOAPODS: 1.14.0
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" : " 14.3.0 " ,
4
+ "version" : " 15.0.1 " ,
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