Skip to content

Commit 499f5b9

Browse files
a7medevmzelzoghbi
authored andcommitted
chore(ios): bump sdk to v13.2.0 (#1246)
1 parent e5fc9d9 commit 499f5b9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Bump Instabug Android SDK to v13.2.0 ([#1245](https://github.com/Instabug/Instabug-React-Native/pull/1245)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v13.2.0).
8+
- Bump Instabug iOS SDK to v13.2.0 ([#1246](https://github.com/Instabug/Instabug-React-Native/pull/1246)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.2.0).
89

910
### Fixed
1011

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PODS:
9797
- hermes-engine (0.72.3):
9898
- hermes-engine/Pre-built (= 0.72.3)
9999
- hermes-engine/Pre-built (0.72.3)
100-
- Instabug (13.1.0)
100+
- Instabug (13.2.0)
101101
- instabug-reactnative-ndk (0.1.0):
102102
- RCT-Folly (= 2021.07.22.00)
103103
- React-Core
@@ -532,7 +532,7 @@ PODS:
532532
- RCT-Folly (= 2021.07.22.00)
533533
- React-Core
534534
- RNInstabug (13.1.1):
535-
- Instabug (= 13.1.0)
535+
- Instabug (= 13.2.0)
536536
- React-Core
537537
- RNReanimated (3.5.4):
538538
- DoubleConversion
@@ -798,7 +798,7 @@ SPEC CHECKSUMS:
798798
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
799799
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
800800
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
801-
Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29
801+
Instabug: aee76898789d17c55b36c7fbaa697e443effe3b1
802802
instabug-reactnative-ndk: 960119a69380cf4cbe47ccd007c453f757927d17
803803
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
804804
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
@@ -841,7 +841,7 @@ SPEC CHECKSUMS:
841841
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
842842
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
843843
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
844-
RNInstabug: 69850571f26b6c1f47171c2be64a3acc0cac3698
844+
RNInstabug: f044a7573b97c7c7ad01a1aa0dce9842413ea137
845845
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
846846
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
847847
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '13.1.0' }
1+
$instabug = { :version => '13.2.0' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

0 commit comments

Comments
 (0)