Skip to content

Commit

Permalink
v7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jun 7, 2021
1 parent 25dab75 commit 8a27c0d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "7.10.1"
"version": "7.10.2"
}
2 changes: 1 addition & 1 deletion packages/expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.10.0",
"version": "7.10.2",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.10.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.10.0",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.10.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.10.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.10.2",
"@bugsnag/source-maps": "^1.0.1",
"bugsnag-build-reporter": "^1.0.1",
"expo-constants": "~9.3.3"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-native-unhandled-rejection",
"version": "7.10.0",
"version": "7.10.2",
"main": "rejection-handler.js",
"description": "@bugsnag/js plugin to report unhandled promise rejections in React Native",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native",
"version": "7.10.1",
"version": "7.10.2",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@bugsnag/plugin-react-native-global-error-handler": "^7.10.0",
"@bugsnag/plugin-react-native-hermes": "^7.10.0",
"@bugsnag/plugin-react-native-session": "^7.10.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.10.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.10.2",
"iserror": "^0.0.2"
},
"scripts": {
Expand Down

0 comments on commit 8a27c0d

Please sign in to comment.