Skip to content

Commit eb588b7

Browse files
committed
Merge branch 'chore/bump-ios-13.4.1' into release/13.4.0
2 parents 6c09bc5 + 6079cbc commit eb588b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### Changed
1616

17-
- Bump Instabug iOS SDK to v13.4.0 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0).
17+
- Bump Instabug iOS SDK to v13.4.1 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0) and [13.4.1](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.1).
1818
- Bump Instabug Android SDK to v13.4.1 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v13.4.0).
1919

2020
## [13.3.0](https://github.com/Instabug/Instabug-React-Native/compare/v13.2.0...v13.3.0) (August 4, 2024)

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PODS:
3838
- hermes-engine (0.72.3):
3939
- hermes-engine/Pre-built (= 0.72.3)
4040
- hermes-engine/Pre-built (0.72.3)
41-
- Instabug (13.4.0)
41+
- Instabug (13.4.1)
4242
- instabug-reactnative-ndk (0.1.0):
4343
- RCT-Folly (= 2021.07.22.00)
4444
- React-Core
@@ -476,7 +476,7 @@ PODS:
476476
- RCT-Folly (= 2021.07.22.00)
477477
- React-Core
478478
- RNInstabug (13.4.0):
479-
- Instabug (= 13.4.0)
479+
- Instabug (= 13.4.1)
480480
- React-Core
481481
- RNReanimated (3.5.4):
482482
- DoubleConversion
@@ -704,7 +704,7 @@ SPEC CHECKSUMS:
704704
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
705705
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
706706
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
707-
Instabug: 183aa1e038d01ddc000f06835f46a9ea1f6c992b
707+
Instabug: 896a318fb64b282832e0eda6fce489dac74b5d48
708708
instabug-reactnative-ndk: 960119a69380cf4cbe47ccd007c453f757927d17
709709
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
710710
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
@@ -748,7 +748,7 @@ SPEC CHECKSUMS:
748748
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
749749
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
750750
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
751-
RNInstabug: 082e4fc486a6f92e7db3d90623772660c0a3dc43
751+
RNInstabug: 6d31210aee551b97ee924979fb285a7f071d71c2
752752
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
753753
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
754754
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.4.0' }
1+
$instabug = { :version => '13.4.1' }
22

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

0 commit comments

Comments
 (0)