Skip to content

Commit

Permalink
v49.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Dec 7, 2023
1 parent 43ae400 commit 0fa5a98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "49.0.1"
"version": "49.0.2"
}
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": "49.0.0",
"version": "49.0.2",
"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
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": "49.0.1",
"version": "49.0.2",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.19.0",
"@bugsnag/delivery-expo": "^49.0.0",
"@bugsnag/delivery-expo": "^49.0.2",
"@bugsnag/plugin-browser-session": "^7.19.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-expo-app": "^49.0.0",
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": "49.0.0",
"version": "49.0.2",
"description": "Plugin to handle uploading sourcemaps to bugsnag when using the EAS build system",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0fa5a98

Please sign in to comment.