From 288dedd424e77fd8ea35e4bdd05f45a059d8a3a7 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Mon, 11 Sep 2023 12:56:55 +0300 Subject: [PATCH 1/2] chore(ios): bump ios sdk Upgrade iOS sdk to 11.14.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 2eabbef4a5..29a4f0ba06 100644 --- a/examples/default/ios/Podfile.lock +++ b/examples/default/ios/Podfile.lock @@ -73,7 +73,7 @@ PODS: - hermes-engine (0.72.3): - hermes-engine/Pre-built (= 0.72.3) - hermes-engine/Pre-built (0.72.3) - - Instabug (11.13.3) + - Instabug (11.14.0) - libevent (2.1.12) - OCMock (3.9.1) - OpenSSL-Universal (1.1.1100) @@ -490,7 +490,7 @@ PODS: - React-logger (= 0.72.3) - React-perflogger (= 0.72.3) - RNInstabug (11.13.0): - - Instabug (= 11.13.3) + - Instabug (= 11.14.0) - React-Core - RNScreens (3.24.0): - React-Core @@ -702,7 +702,7 @@ SPEC CHECKSUMS: fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322 - Instabug: f7c3880823873cff9ee70307d373e8266c9ea0f8 + Instabug: b4976b1a96ed7462b772ff63f7c4e0166389c86a libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c @@ -739,7 +739,7 @@ SPEC CHECKSUMS: React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3 ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9 - RNInstabug: a72078ae892268b40d72ce812b213fd8f127c2e9 + RNInstabug: 229d6ece2c9e8d085758578bdc12566aa9bef6f2 RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7 RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9 RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9 diff --git a/ios/native.rb b/ios/native.rb index 9d5446bb60..6986c814a9 100644 --- a/ios/native.rb +++ b/ios/native.rb @@ -1,4 +1,4 @@ -$instabug = { :version => '11.13.3' } +$instabug = { :version => '11.14.0' } def use_instabug! (spec = nil) version = $instabug[:version] From e236e1a30ba3335691f8f11a991c5b38cad68f03 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Mon, 11 Sep 2023 12:57:53 +0300 Subject: [PATCH 2/2] docs: update changelog.md Add a `#Changed` entry for bump up iOS SDK to 11.14.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b97d53e3..cfffdfceac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ - Add support for RN version 0.73 by updating the `build.gradle` file with the `namespace` ([#1004](https://github.com/Instabug/Instabug-React-Native/pull/1004)) - Add native-side init API which can be used to catch and report startup crashes on android. ([#1012](https://github.com/Instabug/Instabug-React-Native/pull/1012)) +### Changed + +- Bump Instabug iOS SDK to v11.14.0 ([#1020](https://github.com/Instabug/Instabug-React-Native/pull/1020)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/11.14.0). + ### Deprecated - Deprecate the old `StringKey.discardAlertCancel` and `StringKey.discardAlertAction` string keys for overriding the discard alert buttons as they had incosistent behavior between iOS and Android ([#1001](https://github.com/Instabug/Instabug-React-Native/pull/1001)).