Skip to content

Commit

Permalink
v51.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed May 16, 2024
1 parent 1cd1aa6 commit 8a7a586
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"version": "50.0.0",
"version": "51.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.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": "^7.22.7",
"@bugsnag/delivery-expo": "^50.0.0",
"@bugsnag/delivery-expo": "^51.0.0",
"@bugsnag/plugin-browser-session": "^7.22.7",
"@bugsnag/plugin-console-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-expo-app": "^50.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^50.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^50.0.0",
"@bugsnag/plugin-expo-device": "^50.0.0",
"@bugsnag/plugin-expo-app": "^51.0.0",
"@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-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-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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.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": "50.0.0",
"version": "51.0.0",
"description": "Plugin to handle uploading sourcemaps to bugsnag when using the EAS build system",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8a7a586

Please sign in to comment.