Skip to content

Commit

Permalink
v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djskinner committed Oct 8, 2020
1 parent 5c80cfb commit 680de9b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.5.0-alpha.0"
"version": "7.5.0"
}
2 changes: 1 addition & 1 deletion packages/plugin-react-native-navigation/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-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-native-navigation",
"version": "7.5.0-alpha.0",
"version": "7.5.0",
"main": "react-native-navigation.js",
"types": "types/react-native-navigation.d.ts",
"description": "@bugsnag/react-native plugin for integration with react-native-navigation",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-navigation/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-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-navigation",
"version": "7.5.0-alpha.0",
"version": "7.5.0",
"main": "react-navigation.js",
"description": "@bugsnag/react-native plugin to update context and leave breadcrumb when the screen changes",
"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.

2 changes: 1 addition & 1 deletion 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.5.0-alpha.0",
"version": "7.5.0",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down

0 comments on commit 680de9b

Please sign in to comment.