Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Jun 16, 2023
1 parent 444600b commit 1cb64b9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@

### 🛠 Breaking changes

- Upgrade `@sentry/react-native` to `5.5.0`.
- Checkout [the migration guide](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x) for breaking changes
### 🎉 New features

### 🐛 Bug fixes

### 🧹 Chores

## [7.0.0](https://github.com/expo/sentry-expo/releases/tag/v7.0.0) - 2023-06-16

### 🛠 Breaking changes

- Upgrade `@sentry/react-native` to `5.5.0`. ([#337](https://github.com/expo/sentry-expo/pull/337) by [@krystofwoldrich](https://github.com/krystofwoldrich))
Checkout [the migration guide](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x) for breaking changes

### 🎉 New features

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

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

0 comments on commit 1cb64b9

Please sign in to comment.