Skip to content

Commit

Permalink
v7.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed May 18, 2022
1 parent 49b4d6c commit 8f5b22b
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 27 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.16.4"
"version": "7.16.5"
}
2 changes: 1 addition & 1 deletion packages/browser/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/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/browser",
"version": "7.16.2",
"version": "7.16.5",
"main": "dist/bugsnag.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for browser JavaScript",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@bugsnag/plugin-interaction-breadcrumbs": "^7.16.1",
"@bugsnag/plugin-navigation-breadcrumbs": "^7.16.1",
"@bugsnag/plugin-network-breadcrumbs": "^7.16.1",
"@bugsnag/plugin-simple-throttle": "^7.16.1",
"@bugsnag/plugin-simple-throttle": "^7.16.5",
"@bugsnag/plugin-strip-query-string": "^7.16.1",
"@bugsnag/plugin-window-onerror": "^7.16.1",
"@bugsnag/plugin-window-unhandled-rejection": "^7.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/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/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/electron",
"version": "7.16.4",
"version": "7.16.5",
"main": "src/notifier.js",
"types": "types/notifier.d.ts",
"description": "@bugsnag/electron notifier",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/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/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/js",
"version": "7.16.2",
"version": "7.16.5",
"main": "node/notifier.js",
"browser": "browser/notifier.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^7.16.2",
"@bugsnag/browser": "^7.16.5",
"@bugsnag/node": "^7.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-angular/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/plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-angular",
"version": "7.16.2",
"version": "7.16.5",
"description": "Angular integration for bugsnag-js",
"main": "dist/esm5/index.js",
"browser": "dist/esm5/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.15",
"@bugsnag/js": "^7.16.2",
"@bugsnag/js": "^7.16.5",
"rxjs": "^5.5.8",
"typescript": "^3.2.4",
"zone.js": "^0.8.26"
Expand Down
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.16.1",
"version": "7.16.5",
"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.16.2",
"version": "7.16.5",
"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/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.16.4",
"version": "7.16.5",
"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/plugin-simple-throttle/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-simple-throttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-simple-throttle",
"version": "7.16.1",
"version": "7.16.5",
"main": "throttle.js",
"description": "@bugsnag/js plugin to prevent too many events from being sent",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/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-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-vue",
"version": "7.16.2",
"version": "7.16.5",
"description": "Vue.js integration for bugsnag-js",
"main": "dist/bugsnag-vue.js",
"browser": "dist/bugsnag-vue.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-cli/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-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native-cli",
"version": "7.16.2",
"version": "7.16.5",
"description": "A tool to help integrate Bugsnag with a React Native app",
"bin": {
"bugsnag-react-native-cli": "bin/cli"
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.16.4",
"version": "7.16.5",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@bugsnag/delivery-react-native": "^7.16.1",
"@bugsnag/plugin-console-breadcrumbs": "^7.16.1",
"@bugsnag/plugin-network-breadcrumbs": "^7.16.1",
"@bugsnag/plugin-react": "^7.16.4",
"@bugsnag/plugin-react": "^7.16.5",
"@bugsnag/plugin-react-native-client-sync": "^7.16.1",
"@bugsnag/plugin-react-native-event-sync": "^7.16.1",
"@bugsnag/plugin-react-native-global-error-handler": "^7.16.1",
Expand Down

0 comments on commit 8f5b22b

Please sign in to comment.