From 0dd5a2e7ab842ece6a3fd60d990b7e5126d21449 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Wed, 16 Apr 2025 11:54:09 +0200 Subject: [PATCH] fix(changelog): Mode JS and Android deps to the unreleased section --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7153d90d8..c109ddd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi ### Dependencies +- Bump JavaScript SDK from v8.54.0 to v9.1.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568)) + - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md) + - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.0) +- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0) - Bump Bundler Plugins from v3.2.2 to v3.2.4 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#324) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.2.4) @@ -223,12 +229,9 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http ### Dependencies -- Bump JavaScript SDK from v8.54.0 to v9.1.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568)) - - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md) - - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.0) -- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0) +- Bump Android SDK from v7.20.1 to v7.22.0 ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529)) + - [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0) - Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)