Skip to content

Commit b7ad74f

Browse files
committed
release: 6.0.0
1 parent 3b4dd9c commit b7ad74f

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## Unreleased
9+
## 6.0.0
1010

1111
This is a new major version 6.0.0 of the Sentry React Native SDK.
1212
To upgrade from the SDK version 5, please follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/v5-to-v6/).

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": "6.0.0-rc.1",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/preset-env": "^7.20.2",
1414
"@babel/preset-typescript": "^7.18.6",
15-
"@sentry/react-native": "6.0.0-rc.1",
15+
"@sentry/react-native": "6.0.0",
1616
"@sentry/utils": "8.33.1",
1717
"@types/node": "^20.9.3",
1818
"@types/react": "^18.2.64",

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.0.0-rc.1",
4+
"version": "6.0.0",
55
"scripts": {
66
"type-check": "./run-type-check.sh"
77
}

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.0.0-rc.1",
3+
"version": "6.0.0",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

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": "6.0.0-rc.1",
5+
"version": "6.0.0",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",

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.0.0-rc.1';
3+
export const SDK_VERSION = '6.0.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.0.0-rc.1",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

performance-tests/TestAppSentry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "TestAppSentry",
3-
"version": "6.0.0-rc.1",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"start": "react-native start"
99
},
1010
"dependencies": {
11-
"@sentry/react-native": "6.0.0-rc.1",
11+
"@sentry/react-native": "6.0.0",
1212
"react": "18.1.0",
1313
"react-native": "0.70.6"
1414
},

samples/expo/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "sentry-react-native-expo-sample",
55
"jsEngine": "hermes",
66
"scheme": "sentry-expo-sample",
7-
"version": "6.0.0-rc.1",
7+
"version": "6.0.0",
88
"orientation": "portrait",
99
"icon": "./assets/icon.png",
1010
"userInterfaceStyle": "light",
@@ -19,15 +19,15 @@
1919
"ios": {
2020
"supportsTablet": true,
2121
"bundleIdentifier": "io.sentry.expo.sample",
22-
"buildNumber": "26"
22+
"buildNumber": "27"
2323
},
2424
"android": {
2525
"adaptiveIcon": {
2626
"foregroundImage": "./assets/adaptive-icon.png",
2727
"backgroundColor": "#ffffff"
2828
},
2929
"package": "io.sentry.expo.sample",
30-
"versionCode": 26
30+
"versionCode": 27
3131
},
3232
"web": {
3333
"bundler": "metro",
@@ -58,4 +58,4 @@
5858
]
5959
]
6060
}
61-
}
61+
}

samples/expo/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-expo-sample",
3-
"version": "6.0.0-rc.1",
3+
"version": "6.0.0",
44
"main": "expo-router/entry",
55
"scripts": {
66
"start": "expo start",
@@ -12,7 +12,7 @@
1212
"set-version": "npx react-native-version --skip-tag --never-amend"
1313
},
1414
"dependencies": {
15-
"@sentry/react-native": "6.0.0-rc.1",
15+
"@sentry/react-native": "6.0.0",
1616
"@types/react": "18.2.45",
1717
"expo": "^50.0.8",
1818
"expo-constants": "~15.4.5",

0 commit comments

Comments
 (0)