Skip to content

Commit 1cb64b9

Browse files
committed
v7.0.0
1 parent 444600b commit 1cb64b9

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@
44

55
### 🛠 Breaking changes
66

7-
- Upgrade `@sentry/react-native` to `5.5.0`.
8-
- Checkout [the migration guide](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x) for breaking changes
7+
### 🎉 New features
8+
9+
### 🐛 Bug fixes
10+
11+
### 🧹 Chores
12+
13+
## [7.0.0](https://github.com/expo/sentry-expo/releases/tag/v7.0.0) - 2023-06-16
14+
15+
### 🛠 Breaking changes
16+
17+
- Upgrade `@sentry/react-native` to `5.5.0`. ([#337](https://github.com/expo/sentry-expo/pull/337) by [@krystofwoldrich](https://github.com/krystofwoldrich))
18+
Checkout [the migration guide](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x) for breaking changes
919

1020
### 🎉 New features
1121

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 = "6.2.1";
3+
export declare const SENTRY_EXPO_VERSION = "7.0.0";
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": "6.2.1",
3+
"version": "7.0.0",
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 = '6.2.1';
4+
export const SENTRY_EXPO_VERSION = '7.0.0';
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)