From 531979ceb577bd942dd32a0d2df30f58089c03ec Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Sun, 23 Mar 2025 13:32:56 +0200 Subject: [PATCH 1/3] chore(ios): bump sdk to v14.3.0 --- examples/default/ios/Podfile.lock | 8 ++++---- ios/native.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/default/ios/Podfile.lock b/examples/default/ios/Podfile.lock index a3a4148021..6f53229e8f 100644 --- a/examples/default/ios/Podfile.lock +++ b/examples/default/ios/Podfile.lock @@ -31,7 +31,7 @@ PODS: - hermes-engine (0.75.4): - hermes-engine/Pre-built (= 0.75.4) - hermes-engine/Pre-built (0.75.4) - - Instabug (14.1.0) + - Instabug (14.3.0) - instabug-reactnative-ndk (0.1.0): - DoubleConversion - glog @@ -1624,7 +1624,7 @@ PODS: - ReactCommon/turbomodule/core - Yoga - RNInstabug (14.1.0): - - Instabug (= 14.1.0) + - Instabug (= 14.3.0) - React-Core - RNReanimated (3.16.1): - DoubleConversion @@ -2017,7 +2017,7 @@ SPEC CHECKSUMS: Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0 - Instabug: 8cbca8974168c815658133e2813f5ac3a36f8e20 + Instabug: 97a4e694731f46bbc02dbe49ab29cc552c5e2f41 instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641 OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74 RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740 @@ -2084,7 +2084,7 @@ SPEC CHECKSUMS: ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8 - RNInstabug: 96e629f47c0af2e9455fbcf800d12049f980d873 + RNInstabug: 4e49b8da38b1f6a0fdeca226cec844d553c8d785 RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958 RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d diff --git a/ios/native.rb b/ios/native.rb index 4fc710cbe5..5391315284 100644 --- a/ios/native.rb +++ b/ios/native.rb @@ -1,4 +1,4 @@ -$instabug = { :version => '14.1.0' } +$instabug = { :version => '14.3.0' } def use_instabug! (spec = nil) version = $instabug[:version] From f0786fa7911185db1a9ea3de0e5292f5707ad9f3 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Sun, 23 Mar 2025 13:34:45 +0200 Subject: [PATCH 2/3] chore: add change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f28a933f..d0aed4f49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev) + +### Changed + +- 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). + + +- Add support enable/disable screenshot auto masking. ([#1353](https://github.com/Instabug/Instabug-React-Native/pull/1353)) + ## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...v14.1.0) (January 2, 2025) ### Added From baae14ec1ea22189e22576c4ffe819a44f852846 Mon Sep 17 00:00:00 2001 From: AyaMahmoud148 Date: Sun, 23 Mar 2025 13:35:15 +0200 Subject: [PATCH 3/3] fix: change log --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0aed4f49b..97d6bab09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,6 @@ - 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). - -- Add support enable/disable screenshot auto masking. ([#1353](https://github.com/Instabug/Instabug-React-Native/pull/1353)) - ## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...v14.1.0) (January 2, 2025) ### Added