From 5519309d52183fa455f761cd5eca5e273887d617 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 9 May 2024 15:57:31 +0000 Subject: [PATCH] release: 5.23.0-alpha.1 --- CHANGELOG.md | 2 +- package.json | 2 +- samples/expo/app.json | 8 ++++---- samples/expo/package.json | 2 +- samples/react-native/android/app/build.gradle | 4 ++-- .../react-native/ios/sentryreactnativesample/Info.plist | 2 +- .../ios/sentryreactnativesampleTests/Info.plist | 2 +- samples/react-native/package.json | 2 +- src/js/version.ts | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d845df6..01199962c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.23.0-alpha.1 ### Fixes diff --git a/package.json b/package.json index be1b8ed0e..97dbde9f7 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.23.0-alpha.0", + "version": "5.23.0-alpha.1", "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 f9f61cca5..47bfff57d 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.23.0-alpha.0", + "version": "5.23.0-alpha.1", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -19,7 +19,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "io.sentry.expo.sample", - "buildNumber": "6" + "buildNumber": "7" }, "android": { "adaptiveIcon": { @@ -27,7 +27,7 @@ "backgroundColor": "#ffffff" }, "package": "io.sentry.expo.sample", - "versionCode": 6 + "versionCode": 7 }, "web": { "bundler": "metro", @@ -59,4 +59,4 @@ ] ] } -} +} \ No newline at end of file diff --git a/samples/expo/package.json b/samples/expo/package.json index 436cbfd28..b73fd22c9 100644 --- a/samples/expo/package.json +++ b/samples/expo/package.json @@ -1,6 +1,6 @@ { "name": "sentry-react-native-expo-sample", - "version": "5.23.0-alpha.0", + "version": "5.23.0-alpha.1", "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 4150fa83a..43ff16d38 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 13 - versionName "5.23.0-alpha.0" + versionCode 14 + versionName "5.23.0-alpha.1" } signingConfigs { diff --git a/samples/react-native/ios/sentryreactnativesample/Info.plist b/samples/react-native/ios/sentryreactnativesample/Info.plist index 8e114e381..e6d7979cf 100644 --- a/samples/react-native/ios/sentryreactnativesample/Info.plist +++ b/samples/react-native/ios/sentryreactnativesample/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 13 + 14 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist index 816ed34cd..2ecb12ad0 100644 --- a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist +++ b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 13 + 14 diff --git a/samples/react-native/package.json b/samples/react-native/package.json index 972126e10..365b469db 100644 --- a/samples/react-native/package.json +++ b/samples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "sentry-react-native-sample", - "version": "5.23.0-alpha.0", + "version": "5.23.0-alpha.1", "private": true, "scripts": { "postinstall": "patch-package", diff --git a/src/js/version.ts b/src/js/version.ts index 4c334aa23..d01f20d30 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.23.0-alpha.0'; +export const SDK_VERSION = '5.23.0-alpha.1';