Skip to content

Commit 71abba0

Browse files
chore: Merge 8.11.1 back to main (#6135)
* chore(deps): update Cocoa SDK to v9.13.0 (#6133) * chore(deps): update Cocoa SDK to v9.13.0 * Adds changelog * release: 8.11.1 --------- Co-authored-by: antonis <304044+antonis@users.noreply.github.com> Co-authored-by: sentry-release-bot[bot] <180476844+sentry-release-bot[bot]@users.noreply.github.com>
1 parent d038a14 commit 71abba0

22 files changed

Lines changed: 48 additions & 35 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#342)
2222
- [diff](https://github.com/getsentry/sentry-cli/compare/3.4.1...3.4.2)
2323

24+
## 8.11.1
25+
26+
### Fixes
27+
28+
- Fix iOS crash with AVAssetDownloadTask in urlSessionTask:setState: ([#6133](https://github.com/getsentry/sentry-react-native/pull/6133))
29+
30+
### Dependencies
31+
32+
- Bump Cocoa SDK from v9.12.1 to v9.13.0 ([#6133](https://github.com/getsentry/sentry-react-native/pull/6133))
33+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9130)
34+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.1...9.13.0)
35+
2436
## 8.11.0
2537

2638
> [!WARNING]

SDK-VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To manually update the table with the current version, run `./scripts/update-sdk
1212

1313
| React Native SDK | Android SDK | Cocoa SDK | JavaScript SDK |
1414
| ---------------- | ----------- | --------- | -------------- |
15+
| [8.11.1](https://github.com/getsentry/sentry-react-native/releases/tag/8.11.1) | [8.41.0](https://github.com/getsentry/sentry-java/releases/tag/8.41.0) | [9.13.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.13.0) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |
1516
| [8.11.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.11.0) | [8.41.0](https://github.com/getsentry/sentry-java/releases/tag/8.41.0) | [9.12.1](https://github.com/getsentry/sentry-cocoa/releases/tag/9.12.1) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |
1617
| [8.10.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.10.0) | [8.40.0](https://github.com/getsentry/sentry-java/releases/tag/8.40.0) | [9.12.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.12.0) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |
1718
| [8.9.2](https://github.com/getsentry/sentry-react-native/releases/tag/8.9.2) | [8.40.0](https://github.com/getsentry/sentry-java/releases/tag/8.40.0) | [9.11.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.11.0) | [10.49.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.49.0) |

dev-packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-e2e-tests",
3-
"version": "8.11.0",
3+
"version": "8.11.1",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
1616
"@sentry/core": "10.52.0",
17-
"@sentry/react-native": "8.11.0",
17+
"@sentry/react-native": "8.11.1",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",
2020
"appium": "3.2.2",

dev-packages/type-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sentry-react-native-type-check",
33
"private": true,
4-
"version": "8.11.0",
4+
"version": "8.11.1",
55
"scripts": {
66
"type-check": "./run-type-check.sh"
77
}

dev-packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-samples-utils",
3-
"version": "8.11.0",
3+
"version": "8.11.1",
44
"description": "Internal Samples Utils",
55
"main": "index.js",
66
"license": "MIT",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.11.0",
3+
"version": "8.11.1",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pod::Spec.new do |s|
5050
'DEFINES_MODULE' => 'YES'
5151
}
5252

53-
s.dependency 'Sentry', '9.12.1'
53+
s.dependency 'Sentry', '9.13.0'
5454

5555
if defined? install_modules_dependencies
5656
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

packages/core/android/src/main/java/io/sentry/react/RNSentryVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class RNSentryVersion {
44
static final String REACT_NATIVE_SDK_PACKAGE_NAME = "npm:@sentry/react-native";
5-
static final String REACT_NATIVE_SDK_PACKAGE_VERSION = "8.11.0";
5+
static final String REACT_NATIVE_SDK_PACKAGE_VERSION = "8.11.1";
66
static final String NATIVE_SDK_NAME = "sentry.native.android.react-native";
77
static final String ANDROID_SDK_NAME = "sentry.java.android.react-native";
88
static final String REACT_NATIVE_SDK_NAME = "sentry.javascript.react-native";

packages/core/ios/RNSentryVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
NSString *const NATIVE_SDK_NAME = @"sentry.cocoa.react-native";
44
NSString *const REACT_NATIVE_SDK_NAME = @"sentry.javascript.react-native";
55
NSString *const REACT_NATIVE_SDK_PACKAGE_NAME = @"npm:@sentry/react-native";
6-
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"8.11.0";
6+
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"8.11.1";

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sentry/react-native",
33
"homepage": "https://github.com/getsentry/sentry-react-native",
44
"repository": "https://github.com/getsentry/sentry-react-native",
5-
"version": "8.11.0",
5+
"version": "8.11.1",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",

0 commit comments

Comments
 (0)