Skip to content

Commit

Permalink
v7.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 31, 2023
1 parent a1df344 commit 73cb5c4
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 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.22.0"
"version": "7.22.1"
}
2 changes: 1 addition & 1 deletion packages/delivery-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/delivery-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-electron",
"version": "7.19.0",
"version": "7.22.1",
"main": "delivery.js",
"description": "@bugsnag/electron delivery mechanism to send events, sessions, and crash dumps from Electron apps",
"homepage": "https://www.bugsnag.com/",
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.

8 changes: 4 additions & 4 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/electron",
"version": "7.21.0",
"version": "7.22.1",
"main": "src/notifier.js",
"types": "types/notifier.d.ts",
"description": "@bugsnag/electron notifier",
Expand All @@ -17,16 +17,16 @@
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.19.0",
"@bugsnag/delivery-electron": "^7.19.0",
"@bugsnag/delivery-electron": "^7.22.1",
"@bugsnag/electron-filestore": "^7.16.2",
"@bugsnag/electron-network-status": "^7.19.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-electron-app": "^7.19.0",
"@bugsnag/plugin-electron-app-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-electron-client-state-manager": "^7.19.0",
"@bugsnag/plugin-electron-client-state-persistence": "^7.19.0",
"@bugsnag/plugin-electron-deliver-minidumps": "^7.21.0",
"@bugsnag/plugin-electron-device": "^7.19.0",
"@bugsnag/plugin-electron-deliver-minidumps": "^7.22.1",
"@bugsnag/plugin-electron-device": "^7.22.1",
"@bugsnag/plugin-electron-ipc": "^7.19.0",
"@bugsnag/plugin-electron-net-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-electron-network-status": "^7.19.0",
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.

2 changes: 1 addition & 1 deletion 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.21.0",
"version": "7.22.1",
"description": "Angular integration for bugsnag-js",
"main": "dist/esm5/index.js",
"browser": "dist/esm5/index.js",
Expand Down

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-electron-deliver-minidumps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-electron-deliver-minidumps",
"version": "7.21.0",
"version": "7.22.1",
"main": "deliver-minidumps.js",
"description": "@bugsnag/electron plugin to deliver minidumps to Bugsnag",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-electron-device/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-electron-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-electron-device",
"version": "7.19.0",
"version": "7.22.1",
"main": "device.js",
"description": "@bugsnag/electron plugin to collect device information",
"repository": {
Expand Down

0 comments on commit 73cb5c4

Please sign in to comment.