Skip to content

Commit 1d80039

Browse files
committed
v7.1.1
1 parent 97a91c2 commit 1d80039

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
### 🎉 New features
88

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

1411
### 🧹 Chores
1512

16-
## [7.0.1](https://github.com/expo/sentry-expo/releases/tag/v7.0.1) - 2023-07-12
17-
18-
### 🛠 Breaking changes
13+
## [7.1.1](https://github.com/expo/sentry-expo/releases/tag/v7.1.1) - 2023-10-18
1914

2015
### 🎉 New features
2116

17+
- Upgrade `@sentry/react-native` to `5.10.0`. ([#374](https://github.com/expo/sentry-expo/pull/374) by [@krystofwoldrich](https://github.com/krystofwoldrich))
18+
Checkout [the changelog](https://github.com/getsentry/sentry-react-native/blob/5.10.0/CHANGELOG.md#5100) for the new features and fixes
19+
20+
## [7.0.1](https://github.com/expo/sentry-expo/releases/tag/v7.0.1) - 2023-07-12
21+
2222
### 🐛 Bug fixes
2323

2424
- Remove dependency on expo-updates ([#356](https://github.com/expo/sentry-expo/pull/356) by [@brentvatne](https://github.com/brentvatne))

build/version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';
22
export declare const SENTRY_EXPO_PACKAGE = "npm:sentry-expo";
3-
export declare const SENTRY_EXPO_VERSION = "7.0.1";
3+
export declare const SENTRY_EXPO_VERSION = "7.1.1";
44
export declare const SENTRY_REACT_NATIVE_PACKAGE = "npm:@sentry/react-native";
55
export declare const SENTRY_REACT_PACKAGE = "npm:@sentry/react";
66
export { SENTRY_REACT_VERSION };

build/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/version.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-expo",
3-
"version": "7.0.1",
3+
"version": "7.1.1",
44
"description": "Catch your Javascript errors for your production Expo apps!",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';
22

33
export const SENTRY_EXPO_PACKAGE = 'npm:sentry-expo';
4-
export const SENTRY_EXPO_VERSION = '7.0.1';
4+
export const SENTRY_EXPO_VERSION = '7.1.1';
55

66
export const SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native';
77
export const SENTRY_REACT_PACKAGE = 'npm:@sentry/react';

0 commit comments

Comments
 (0)