Skip to content

Commit

Permalink
v48.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Mar 7, 2023
1 parent f77ff7d commit e156531
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "47.1.1"
"version": "48.0.0"
}
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": "47.0.0",
"version": "48.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": "47.0.0",
"version": "48.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": "47.1.0",
"version": "48.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.16.0",
"@bugsnag/delivery-expo": "^47.0.0",
"@bugsnag/delivery-expo": "^48.0.0",
"@bugsnag/plugin-browser-session": "^7.16.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.16.0",
"@bugsnag/plugin-expo-app": "^47.1.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^47.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^47.0.0",
"@bugsnag/plugin-expo-device": "^47.0.0",
"@bugsnag/plugin-expo-app": "^48.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^48.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^48.0.0",
"@bugsnag/plugin-expo-device": "^48.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.16.0",
"@bugsnag/plugin-react": "^7.16.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.16.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": "47.0.0",
"version": "48.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": "47.1.0",
"version": "48.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": "47.0.0",
"version": "48.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": "47.0.0",
"version": "48.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": "47.1.1",
"version": "48.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 e156531

Please sign in to comment.