Skip to content

Commit 0523b05

Browse files
Merge pull request #1367 from Instabug/chore/bump-ios-14.3.0
chore(ios): bump sdk to v14.3.0
2 parents a9863bb + baae14e commit 0523b05

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
4+
5+
### Changed
6+
7+
- Bump Instabug iOS SDK to v14.3.0 ([#1367](https://github.com/Instabug/Instabug-React-Native/pull/1367)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.3.0).
8+
39
## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...v14.1.0) (January 2, 2025)
410

511
### Added

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- hermes-engine (0.75.4):
3232
- hermes-engine/Pre-built (= 0.75.4)
3333
- hermes-engine/Pre-built (0.75.4)
34-
- Instabug (14.1.0)
34+
- Instabug (14.3.0)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1624,7 +1624,7 @@ PODS:
16241624
- ReactCommon/turbomodule/core
16251625
- Yoga
16261626
- RNInstabug (14.1.0):
1627-
- Instabug (= 14.1.0)
1627+
- Instabug (= 14.3.0)
16281628
- React-Core
16291629
- RNReanimated (3.16.1):
16301630
- DoubleConversion
@@ -2017,7 +2017,7 @@ SPEC CHECKSUMS:
20172017
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20182018
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20192019
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2020-
Instabug: 8cbca8974168c815658133e2813f5ac3a36f8e20
2020+
Instabug: 97a4e694731f46bbc02dbe49ab29cc552c5e2f41
20212021
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20222022
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20232023
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2084,7 +2084,7 @@ SPEC CHECKSUMS:
20842084
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20852085
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20862086
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2087-
RNInstabug: 96e629f47c0af2e9455fbcf800d12049f980d873
2087+
RNInstabug: 4e49b8da38b1f6a0fdeca226cec844d553c8d785
20882088
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20892089
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20902090
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

ios/native.rb

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

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

0 commit comments

Comments
 (0)