Skip to content

Commit

Permalink
Merge branch 'v51/next' into PLAT-12468/redeliveryloop-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSvietlova committed Sep 2, 2024
2 parents 253bf85 + d342d7d commit ca26965
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

- (delivery-expo) Changed "Redeliveryloop error" message to "An error occurred attempting to redeliver a payload" [#193](https://github.com/bugsnag/bugsnag-expo/pull/193)

## [51.0.1] - 2024-08-29

### Fixed

- (plugin-expo-device) Do not use expo-secure-store on unsupported platforms [#185](https://github.com/bugsnag/bugsnag-expo/pull/185)
- (plugin-expo-device, plugin-expo-app) Replace Constants.platform usage with Platform API [#185](https://github.com/bugsnag/bugsnag-expo/pull/185)

## [51.0.0] - 2024-05-16

This release adds support for Expo 51.
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "51.0.0",
"version": "51.0.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
]
}
}
6 changes: 3 additions & 3 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/expo",
"version": "51.0.0",
"version": "51.0.1",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -36,10 +36,10 @@
"@bugsnag/delivery-expo": "^51.0.0",
"@bugsnag/plugin-browser-session": "^7.22.7",
"@bugsnag/plugin-console-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-expo-app": "^51.0.0",
"@bugsnag/plugin-expo-app": "^51.0.1",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^51.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^51.0.0",
"@bugsnag/plugin-expo-device": "^51.0.0",
"@bugsnag/plugin-expo-device": "^51.0.1",
"@bugsnag/plugin-network-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-react": "^7.22.7",
"@bugsnag/plugin-react-native-global-error-handler": "^7.22.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-app",
"version": "51.0.0",
"version": "51.0.1",
"main": "app.js",
"description": "@bugsnag/expo plugin to provide information about an Expo app",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-device",
"version": "51.0.0",
"version": "51.0.1",
"main": "device.js",
"description": "@bugsnag/expo plugin to attach Expo-specific device info to events",
"homepage": "https://www.bugsnag.com/",
Expand Down

0 comments on commit ca26965

Please sign in to comment.