From fbe299dea25616a82784b97750bd6ad756da2156 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Tue, 28 Jun 2022 09:19:24 +0200 Subject: [PATCH 1/3] Bump Cocoa to 7.18.1 and Android to 6.1.4 --- CHANGELOG.md | 10 ++++++++++ RNSentry.podspec | 2 +- android/build.gradle | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41f896a0..417d1af0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Unreleased + +- Bump Sentry Cocoa 7.18.1 ([#2303](https://github.com/getsentry/sentry-react-native/pull/2303)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.18.1/CHANGELOG.md) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.18.0...7.18.1) +- Bump Sentry Android 6.1.4 ([#2303](https://github.com/getsentry/sentry-react-native/pull/2303)) + - [changelog](https://github.com/getsentry/sentry-java/blob/6.1.4/CHANGELOG.md) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.2...6.1.4) + ## 4.0.2 - Fix Calculate the absolute number of Android versionCode ([#2313](https://github.com/getsentry/sentry-react-native/pull/2313)) @@ -31,6 +40,7 @@ By bumping Sentry Javascript, new breaking changes were introduced, to know more ## 4.0.0-beta.4 - Bump Sentry Cocoa 7.17.0 ([#2300](https://github.com/getsentry/sentry-react-native/pull/2300)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.17.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.16.1...7.17.0) diff --git a/RNSentry.podspec b/RNSentry.podspec index f812a317a0..c2585cc856 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry', '7.18.0' + s.dependency 'Sentry', '7.18.1' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h' diff --git a/android/build.gradle b/android/build.gradle index 8be321c243..438658e93d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.1.2' + api 'io.sentry:sentry-android:6.1.4' } From 18986f8e28df132b8684bbd1867de8b394f22396 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Tue, 28 Jun 2022 09:20:08 +0200 Subject: [PATCH 2/3] pr id --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d1af0bf..9c66675398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## Unreleased -- Bump Sentry Cocoa 7.18.1 ([#2303](https://github.com/getsentry/sentry-react-native/pull/2303)) +- Bump Sentry Cocoa 7.18.1 ([#2320](https://github.com/getsentry/sentry-react-native/pull/2320)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.18.1/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.18.0...7.18.1) -- Bump Sentry Android 6.1.4 ([#2303](https://github.com/getsentry/sentry-react-native/pull/2303)) +- Bump Sentry Android 6.1.4 ([#2320](https://github.com/getsentry/sentry-react-native/pull/2320)) - [changelog](https://github.com/getsentry/sentry-java/blob/6.1.4/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-java/compare/6.1.2...6.1.4) From 3bbfbc997fd0944e8b81f05adfd2dedbb3322e6c Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:20:41 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c66675398..19f10191b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,6 @@ By bumping Sentry Javascript, new breaking changes were introduced, to know more ## 4.0.0-beta.4 - Bump Sentry Cocoa 7.17.0 ([#2300](https://github.com/getsentry/sentry-react-native/pull/2300)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.17.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.16.1...7.17.0)