Skip to content

Commit dd53ed9

Browse files
committed
v6.2.1
1 parent 9eb1e95 commit dd53ed9

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88

99
### 🐛 Bug fixes
1010

11-
- RN Web Builds can import SDK from version `@sentry/react-native`
11+
### 🧹 Chores
12+
13+
## [6.2.1](https://github.com/expo/sentry-expo/releases/tag/v6.2.1) - 2023-06-07
14+
15+
### 🛠 Breaking changes
16+
17+
### 🎉 New features
18+
19+
### 🐛 Bug fixes
20+
21+
- RN Web Builds can't import SDK version from `@sentry/react-native`. ([#341](https://github.com/expo/sentry-expo/pull/341) by [@krystofwoldrich](https://github.com/krystofwoldrich))
1222

1323
### 🧹 Chores
1424

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.0";
3+
export declare const SENTRY_EXPO_VERSION = "6.2.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": "6.2.0",
3+
"version": "6.2.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 = '6.2.0';
4+
export const SENTRY_EXPO_VERSION = '6.2.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)