Skip to content

Commit 5ad4eef

Browse files
authored
Merge branch 'deps/scripts/update-android.sh' into antonis/android-sdk-8
2 parents 97bce9c + 159502e commit 5ad4eef

File tree

19 files changed

+138
-127
lines changed

19 files changed

+138
-127
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,20 @@
88
99
## Unreleased
1010

11+
### Dependencies
12+
13+
- Bump JavaScript SDK from v8.53.0 to v8.54.0 ([#4503](https://github.com/getsentry/sentry-react-native/pull/4503))
14+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8540)
15+
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.53.0...8.54.0)
16+
- Bump Android SDK from v7.20.1 to v8.1.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#810)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.1.0)
19+
20+
## 6.6.0
21+
1122
### Features
1223

13-
- Send Sentry react-native SDK version in the session replay event (#4450)
24+
- Send Sentry React Native SDK version in the Session Replay Events on iOS ([#4450](https://github.com/getsentry/sentry-react-native/pull/4450))
1425

1526
### Fixes
1627

dev-packages/e2e-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-e2e-tests",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -13,8 +13,8 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
16-
"@sentry/core": "8.53.0",
17-
"@sentry/react-native": "6.5.0",
16+
"@sentry/core": "8.54.0",
17+
"@sentry/react-native": "6.6.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",
2020
"appium": "2.4.1",

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": "6.5.0",
4+
"version": "6.6.0",
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": "0.0.1",
3+
"version": "6.6.0",
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": "6.5.0",
3+
"version": "6.6.0",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

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 = "6.5.0";
5+
static final String REACT_NATIVE_SDK_PACKAGE_VERSION = "6.6.0";
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 = @"6.5.0";
6+
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"6.6.0";

packages/core/package.json

Lines changed: 10 additions & 10 deletions
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": "6.5.0",
5+
"version": "6.6.0",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",
@@ -66,22 +66,22 @@
6666
},
6767
"dependencies": {
6868
"@sentry/babel-plugin-component-annotate": "2.20.1",
69-
"@sentry/browser": "8.53.0",
69+
"@sentry/browser": "8.54.0",
7070
"@sentry/cli": "2.41.1",
71-
"@sentry/core": "8.53.0",
72-
"@sentry/react": "8.53.0",
73-
"@sentry/types": "8.53.0",
74-
"@sentry/utils": "8.53.0"
71+
"@sentry/core": "8.54.0",
72+
"@sentry/react": "8.54.0",
73+
"@sentry/types": "8.54.0",
74+
"@sentry/utils": "8.54.0"
7575
},
7676
"devDependencies": {
7777
"@babel/core": "^7.25.2",
7878
"@expo/metro-config": "0.19.5",
7979
"@mswjs/interceptors": "^0.25.15",
8080
"@react-native/babel-preset": "0.76.3",
81-
"@sentry-internal/eslint-config-sdk": "8.53.0",
82-
"@sentry-internal/eslint-plugin-sdk": "8.53.0",
83-
"@sentry-internal/typescript": "8.53.0",
84-
"@sentry/wizard": "3.39.0",
81+
"@sentry-internal/eslint-config-sdk": "8.54.0",
82+
"@sentry-internal/eslint-plugin-sdk": "8.54.0",
83+
"@sentry-internal/typescript": "8.54.0",
84+
"@sentry/wizard": "3.40.0",
8585
"@testing-library/react-native": "^12.7.2",
8686
"@types/jest": "^29.5.3",
8787
"@types/node": "^20.9.3",

packages/core/src/js/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native';
22
export const SDK_NAME = 'sentry.javascript.react-native';
3-
export const SDK_VERSION = '6.5.0';
3+
export const SDK_VERSION = '6.6.0';

performance-tests/TestAppPlain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TestAppPlain",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)