Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Oct 19, 2023
1 parent 97a91c2 commit 1d80039
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

### 🎉 New features

- Upgrade `@sentry/react-native` to `5.10.0`. ([#374](https://github.com/expo/sentry-expo/pull/374) by [@krystofwoldrich](https://github.com/krystofwoldrich))
Checkout [the changelog](https://github.com/getsentry/sentry-react-native/blob/5.10.0/CHANGELOG.md#5100) for the new features and fixes

### 🐛 Bug fixes

### 🧹 Chores

## [7.0.1](https://github.com/expo/sentry-expo/releases/tag/v7.0.1) - 2023-07-12

### 🛠 Breaking changes
## [7.1.1](https://github.com/expo/sentry-expo/releases/tag/v7.1.1) - 2023-10-18

### 🎉 New features

- Upgrade `@sentry/react-native` to `5.10.0`. ([#374](https://github.com/expo/sentry-expo/pull/374) by [@krystofwoldrich](https://github.com/krystofwoldrich))
Checkout [the changelog](https://github.com/getsentry/sentry-react-native/blob/5.10.0/CHANGELOG.md#5100) for the new features and fixes

## [7.0.1](https://github.com/expo/sentry-expo/releases/tag/v7.0.1) - 2023-07-12

### 🐛 Bug fixes

- Remove dependency on expo-updates ([#356](https://github.com/expo/sentry-expo/pull/356) by [@brentvatne](https://github.com/brentvatne))
Expand Down
2 changes: 1 addition & 1 deletion build/version.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';
export declare const SENTRY_EXPO_PACKAGE = "npm:sentry-expo";
export declare const SENTRY_EXPO_VERSION = "7.0.1";
export declare const SENTRY_EXPO_VERSION = "7.1.1";
export declare const SENTRY_REACT_NATIVE_PACKAGE = "npm:@sentry/react-native";
export declare const SENTRY_REACT_PACKAGE = "npm:@sentry/react";
export { SENTRY_REACT_VERSION };
Expand Down
2 changes: 1 addition & 1 deletion build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-expo",
"version": "7.0.1",
"version": "7.1.1",
"description": "Catch your Javascript errors for your production Expo apps!",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';

export const SENTRY_EXPO_PACKAGE = 'npm:sentry-expo';
export const SENTRY_EXPO_VERSION = '7.0.1';
export const SENTRY_EXPO_VERSION = '7.1.1';

export const SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native';
export const SENTRY_REACT_PACKAGE = 'npm:@sentry/react';
Expand Down

0 comments on commit 1d80039

Please sign in to comment.