Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## [54.0.0] - 2025-09-15

This release adds support for Expo 54

## [Unreleased]
### Fixed

- (delivery-expo) Fix import for legacy FileSystem API [#231](https://github.com/bugsnag/bugsnag-expo/pull/231)

## [53.0.0] - 2025-05-21
## [53.0.0] - 2025-05-21

This release adds support for Expo 53

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "53.0.0",
"version": "54.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-expo",
"version": "53.0.0",
"version": "54.0.0",
"main": "delivery.js",
"description": "@bugsnag/expo delivery mechanism to send events and sessions from Expo, using the FileSystem API to cache and retry sending failed payloads",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-expo-cli",
"version": "53.0.0",
"version": "54.0.0",
"description": "A tool to help integrate Bugsnag with an Expo app",
"bin": "cli.js",
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/expo",
"version": "53.0.0",
"version": "54.0.0",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -33,13 +33,13 @@
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^8.2.0",
"@bugsnag/delivery-expo": "^53.0.0",
"@bugsnag/delivery-expo": "^54.0.0",
"@bugsnag/plugin-browser-session": "^8.2.0",
"@bugsnag/plugin-console-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-expo-app": "^53.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^53.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^53.0.0",
"@bugsnag/plugin-expo-device": "^53.0.0",
"@bugsnag/plugin-expo-app": "^54.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^54.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^54.0.0",
"@bugsnag/plugin-expo-device": "^54.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-react": "^8.2.0",
"@bugsnag/plugin-react-native-global-error-handler": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-app-state-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-app-state-breadcrumbs",
"version": "53.0.0",
"version": "54.0.0",
"main": "app-state.js",
"description": "@bugsnag/expo plugin to create breadcrumbs when a React Native app enters the foreground/background",
"homepage": "https://www.bugsnag.com/",
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": "53.0.0",
"version": "54.0.0",
"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-connectivity-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-connectivity-breadcrumbs",
"version": "53.0.0",
"version": "54.0.0",
"main": "connectivity.js",
"description": "@bugsnag/expo plugin to create breadcrumbs when the network status changes in 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": "53.0.0",
"version": "54.0.0",
"main": "device.js",
"description": "@bugsnag/expo plugin to attach Expo-specific device info to events",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-eas-sourcemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-eas-sourcemaps",
"version": "53.0.0",
"version": "54.0.0",
"description": "Plugin to handle uploading sourcemaps to bugsnag when using the EAS build system",
"main": "index.js",
"bin": {
Expand Down