diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f39ec0a3f..a4e6dab668 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## 5.22.2
### Fixes
diff --git a/package.json b/package.json
index 735f0bb356..ab10334365 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@sentry/react-native",
"homepage": "https://github.com/getsentry/sentry-react-native",
"repository": "https://github.com/getsentry/sentry-react-native",
- "version": "5.22.1",
+ "version": "5.22.2",
"description": "Official Sentry SDK for react-native",
"typings": "dist/js/index.d.ts",
"types": "dist/js/index.d.ts",
diff --git a/samples/expo/app.json b/samples/expo/app.json
index c60359b056..bb06f5af55 100644
--- a/samples/expo/app.json
+++ b/samples/expo/app.json
@@ -4,7 +4,7 @@
"slug": "sentry-react-native-expo-sample",
"jsEngine": "hermes",
"scheme": "sentry-expo-sample",
- "version": "5.22.1",
+ "version": "5.22.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
@@ -19,7 +19,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "io.sentry.expo.sample",
- "buildNumber": "5"
+ "buildNumber": "6"
},
"android": {
"adaptiveIcon": {
@@ -27,7 +27,7 @@
"backgroundColor": "#ffffff"
},
"package": "io.sentry.expo.sample",
- "versionCode": 5
+ "versionCode": 6
},
"web": {
"bundler": "metro",
diff --git a/samples/expo/package.json b/samples/expo/package.json
index 9c18ecb0f7..acc50fa533 100644
--- a/samples/expo/package.json
+++ b/samples/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-expo-sample",
- "version": "5.22.1",
+ "version": "5.22.2",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
diff --git a/samples/react-native/android/app/build.gradle b/samples/react-native/android/app/build.gradle
index 827d04ade7..cfbc81a4be 100644
--- a/samples/react-native/android/app/build.gradle
+++ b/samples/react-native/android/app/build.gradle
@@ -134,8 +134,8 @@ android {
applicationId "io.sentry.reactnative.sample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 12
- versionName "5.22.1"
+ versionCode 13
+ versionName "5.22.2"
}
signingConfigs {
diff --git a/samples/react-native/ios/sentryreactnativesample/Info.plist b/samples/react-native/ios/sentryreactnativesample/Info.plist
index 9e16d31074..f004243c6f 100644
--- a/samples/react-native/ios/sentryreactnativesample/Info.plist
+++ b/samples/react-native/ios/sentryreactnativesample/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.22.1
+ 5.22.2
CFBundleSignature
????
CFBundleVersion
- 12
+ 13
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
index d301472fbf..9d791b3952 100644
--- a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
+++ b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 5.22.1
+ 5.22.2
CFBundleSignature
????
CFBundleVersion
- 12
+ 13
diff --git a/samples/react-native/package.json b/samples/react-native/package.json
index 198f257202..f9fd46e727 100644
--- a/samples/react-native/package.json
+++ b/samples/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-sample",
- "version": "5.22.1",
+ "version": "5.22.2",
"private": true,
"scripts": {
"postinstall": "patch-package",
diff --git a/src/js/version.ts b/src/js/version.ts
index 7a35a65760..ff97618078 100644
--- a/src/js/version.ts
+++ b/src/js/version.ts
@@ -1,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native';
export const SDK_NAME = 'sentry.javascript.react-native';
-export const SDK_VERSION = '5.22.1';
+export const SDK_VERSION = '5.22.2';