Skip to content

Commit

Permalink
v48.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Mar 27, 2023
1 parent c945027 commit db3ef11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "48.0.0"
"version": "48.1.0"
}
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": "48.0.0",
"version": "48.1.0",
"description": "A tool to help integrate Bugsnag with an Expo app",
"bin": "cli.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/expo",
"version": "48.0.0",
"version": "48.1.0",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@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-expo-device": "^48.1.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-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-device",
"version": "48.0.0",
"version": "48.1.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": "48.0.0",
"version": "48.1.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 db3ef11

Please sign in to comment.