From 0fc7fbba04ccbc2a28fc9459c41b8a448f444c03 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Wed, 6 Sep 2023 10:44:51 +0300 Subject: [PATCH 1/6] chore(android): bump android sdk Upgrade android sdk to 11.14.0 --- android/native.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/native.gradle b/android/native.gradle index ad1b5b3cc..51f4090f9 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '11.13.0' + version: '11.14.0' ] dependencies { From ce2c00b4c90f2114ba6642e163258909019ec6c1 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Wed, 6 Sep 2023 11:11:35 +0300 Subject: [PATCH 2/6] docs: update changelog.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b97d53e..e09310974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ - 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)). - Deprecate the old `StringKey.reproStepsListItemNumberingTitle` string key for overriding the repro steps list item (screen) title as it had incosistent behavior between iOS and Android ([#1002](https://github.com/Instabug/Instabug-React-Native/pull/1002)). +### Changed + +- Bump Insabug Android SDK to 11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)) [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0) + ## [11.13.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...v11.13.0) (July 10, 2023) ### Changed From 5e3fffe46463230fdb0468a9e96c56aa932318e1 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Wed, 6 Sep 2023 11:13:24 +0300 Subject: [PATCH 3/6] chore: fix prettier formatting issues --- test/modules/Instabug.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/modules/Instabug.spec.ts b/test/modules/Instabug.spec.ts index a75ab034c..9bab0d0d5 100644 --- a/test/modules/Instabug.spec.ts +++ b/test/modules/Instabug.spec.ts @@ -3,7 +3,6 @@ import '../mocks/mockInstabugUtils'; import { Platform, findNodeHandle, processColor } from 'react-native'; import { mocked } from 'jest-mock'; - import waitForExpect from 'wait-for-expect'; import Report from '../../src/models/Report'; From 0b92f372a90c7697bcd078d841889dd2f0a2b517 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Wed, 6 Sep 2023 15:09:32 +0300 Subject: [PATCH 4/6] docs: fix typo in `#Changed` section change Insabug to Instabug (missing a `t` ) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09310974..084ccc436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ### Changed -- Bump Insabug Android SDK to 11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)) [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0) +- Bump Instabug Android SDK to 11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)) [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0) ## [11.13.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...v11.13.0) (July 10, 2023) From e322118b6e320fafafcd0aeb96d03383f9545a81 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Sun, 10 Sep 2023 15:00:44 +0300 Subject: [PATCH 5/6] docs: re-order changelog.md sections Move changes section directly below the added section to match changelog standards --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084ccc436..1c7bb736c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,15 @@ - 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 Android SDK to v11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.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)). - Deprecate the old `StringKey.reproStepsListItemNumberingTitle` string key for overriding the repro steps list item (screen) title as it had incosistent behavior between iOS and Android ([#1002](https://github.com/Instabug/Instabug-React-Native/pull/1002)). -### Changed - -- Bump Instabug Android SDK to 11.14.0 ([#1019](https://github.com/Instabug/Instabug-React-Native/pull/1019)) [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.14.0) ## [11.13.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...v11.13.0) (July 10, 2023) From d075afe150068ea7e864758956536543c7ddcb92 Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Mon, 11 Sep 2023 10:31:12 +0300 Subject: [PATCH 6/6] style: fix prettier format issues remove empty line in CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7bb736c..33a86fbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ - 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)). - Deprecate the old `StringKey.reproStepsListItemNumberingTitle` string key for overriding the repro steps list item (screen) title as it had incosistent behavior between iOS and Android ([#1002](https://github.com/Instabug/Instabug-React-Native/pull/1002)). - ## [11.13.0](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...v11.13.0) (July 10, 2023) ### Changed