Skip to content

Commit 03e8c75

Browse files
v54.0.0
1 parent c082fa7 commit 03e8c75

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "53.0.0",
2+
"version": "54.0.0",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/delivery-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-expo",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/expo delivery mechanism to send events and sessions from Expo, using the FileSystem API to cache and retry sending failed payloads",
66
"homepage": "https://www.bugsnag.com/",

packages/expo-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugsnag-expo-cli",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"description": "A tool to help integrate Bugsnag with an Expo app",
55
"bin": "cli.js",
66
"files": [

packages/expo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/expo",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "src/notifier.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Expo applications",
@@ -33,13 +33,13 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@bugsnag/core": "^8.2.0",
36-
"@bugsnag/delivery-expo": "^53.0.0",
36+
"@bugsnag/delivery-expo": "^54.0.0",
3737
"@bugsnag/plugin-browser-session": "^8.2.0",
3838
"@bugsnag/plugin-console-breadcrumbs": "^8.2.0",
39-
"@bugsnag/plugin-expo-app": "^53.0.0",
40-
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^53.0.0",
41-
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^53.0.0",
42-
"@bugsnag/plugin-expo-device": "^53.0.0",
39+
"@bugsnag/plugin-expo-app": "^54.0.0",
40+
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^54.0.0",
41+
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^54.0.0",
42+
"@bugsnag/plugin-expo-device": "^54.0.0",
4343
"@bugsnag/plugin-network-breadcrumbs": "^8.2.0",
4444
"@bugsnag/plugin-react": "^8.2.0",
4545
"@bugsnag/plugin-react-native-global-error-handler": "^8.2.0",

packages/plugin-expo-app-state-breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-expo-app-state-breadcrumbs",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "app-state.js",
55
"description": "@bugsnag/expo plugin to create breadcrumbs when a React Native app enters the foreground/background",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-expo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-expo-app",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "app.js",
55
"description": "@bugsnag/expo plugin to provide information about an Expo app",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-expo-connectivity-breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-expo-connectivity-breadcrumbs",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "connectivity.js",
55
"description": "@bugsnag/expo plugin to create breadcrumbs when the network status changes in an Expo app",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-expo-device/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-expo-device",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"main": "device.js",
55
"description": "@bugsnag/expo plugin to attach Expo-specific device info to events",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-expo-eas-sourcemaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-expo-eas-sourcemaps",
3-
"version": "53.0.0",
3+
"version": "54.0.0",
44
"description": "Plugin to handle uploading sourcemaps to bugsnag when using the EAS build system",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)