Skip to content

Commit

Permalink
Merge branch 'release/5.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Aug 18, 2023
2 parents d8c64a4 + 371d5f1 commit fc0e0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Dependencies

## Unreleased
## 5.9.1

- Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250))
- This fixes a compile error for projects that use CocoaPods with `use_frameworks!` option.
Expand All @@ -14,7 +14,7 @@
## Important Note

**Do not use this version** if you use CocoaPods with `use_frameworks!` option. It introduces a bug where the project won't compile.
This has been fixed in [version `5.10.0`](https://github.com/getsentry/sentry-cocoa/releases/tag/5.10.0).
This has been fixed in [version `5.9.1`](https://github.com/getsentry/sentry-cocoa/releases/tag/5.9.1).

### Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0",
"version": "5.9.1",
"description": "Official Sentry SDK for react-native",
"typings": "dist/js/index.d.ts",
"types": "dist/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.ts
Original file line number Diff line number Diff line change
@@ -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.9.0';
export const SDK_VERSION = '5.9.1';

0 comments on commit fc0e0a7

Please sign in to comment.