Skip to content

Commit

Permalink
v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Aug 11, 2020
1 parent fde0d31 commit 047bf51
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.3.0"
"version": "7.3.1"
}
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.3.0",
"version": "7.3.1",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@bugsnag/plugin-expo-app": "^7.3.0",
"@bugsnag/plugin-expo-device": "^7.3.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.3.0",
"@bugsnag/plugin-react": "^7.3.0",
"@bugsnag/plugin-react": "^7.3.1",
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.3.0",
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.3.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react",
"version": "7.3.0",
"version": "7.3.1",
"main": "dist/bugsnag-react.js",
"description": "React integration for @bugsnag/js",
"browser": "dist/bugsnag-react.js",
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.3.0",
"version": "7.3.1",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@bugsnag/delivery-react-native": "^7.3.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.3.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.3.0",
"@bugsnag/plugin-react": "^7.3.0",
"@bugsnag/plugin-react": "^7.3.1",
"@bugsnag/plugin-react-native-client-sync": "^7.3.0",
"@bugsnag/plugin-react-native-event-sync": "^7.3.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.3.0",
Expand Down

0 comments on commit 047bf51

Please sign in to comment.