Skip to content

Commit b4bc7ab

Browse files
chore(ios): bump SDK to v13.0.0 (#1189)
1 parent fd90bd5 commit b4bc7ab

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Add `Instabug.willRedirectToStore` API for use in custom app rating prompts ([#1186](https://github.com/Instabug/Instabug-React-Native/pull/1186)).
88

9+
### Changed
10+
11+
- Bump Instabug iOS SDK to v13.0.0 ([#1189](https://github.com/Instabug/Instabug-React-Native/pull/1189)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/13.0.0).
12+
913
## [12.9.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.8.0...dev)(April 2, 2024)
1014

1115
### Added

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 (12.9.0)
100+
- Instabug (13.0.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 (12.9.0):
535-
- Instabug (= 12.9.0)
535+
- Instabug (= 13.0.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: 8d39aa5f98999f4c0081fcdb38998eb368923d1a
801+
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
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: 620175f228d29f6ec394a598502cf501bd9beace
844+
RNInstabug: 53fe089b6154d61770b2c1e971c81793d3c6641e
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 => '12.9.0' }
1+
$instabug = { :version => '13.0.0' }
22

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

0 commit comments

Comments
 (0)