Skip to content

Commit 58c0ade

Browse files
committed
v7.16.2
1 parent 064ec6f commit 58c0ade

File tree

43 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+55
-55
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.16.1"
6+
"version": "7.16.2"
77
}

packages/browser/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "7.16.1",
3+
"version": "7.16.2",
44
"main": "dist/bugsnag.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",

packages/delivery-electron/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-electron",
3-
"version": "7.16.1",
3+
"version": "7.16.2",
44
"main": "delivery.js",
55
"description": "@bugsnag/electron delivery mechanism to send events, sessions, and crash dumps from Electron apps",
66
"homepage": "https://www.bugsnag.com/",

packages/electron-filestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron-filestore",
3-
"version": "7.15.1",
3+
"version": "7.16.2",
44
"main": "filestore.js",
55
"description": "@bugsnag/electron package for storing events, sessions and crash dumps on the file system",
66
"author": "Bugsnag",

packages/electron/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron",
3-
"version": "7.16.1",
3+
"version": "7.16.2",
44
"main": "src/notifier.js",
55
"types": "types/notifier.d.ts",
66
"description": "@bugsnag/electron notifier",
@@ -17,17 +17,17 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@bugsnag/core": "^7.16.1",
20-
"@bugsnag/delivery-electron": "^7.16.1",
21-
"@bugsnag/electron-filestore": "^7.15.1",
20+
"@bugsnag/delivery-electron": "^7.16.2",
21+
"@bugsnag/electron-filestore": "^7.16.2",
2222
"@bugsnag/electron-network-status": "^7.16.1",
2323
"@bugsnag/plugin-console-breadcrumbs": "^7.16.1",
2424
"@bugsnag/plugin-electron-app": "^7.16.1",
2525
"@bugsnag/plugin-electron-app-breadcrumbs": "^7.16.1",
2626
"@bugsnag/plugin-electron-client-state-manager": "^7.16.1",
27-
"@bugsnag/plugin-electron-client-state-persistence": "^7.16.1",
28-
"@bugsnag/plugin-electron-deliver-minidumps": "^7.16.1",
27+
"@bugsnag/plugin-electron-client-state-persistence": "^7.16.2",
28+
"@bugsnag/plugin-electron-deliver-minidumps": "^7.16.2",
2929
"@bugsnag/plugin-electron-device": "^7.16.1",
30-
"@bugsnag/plugin-electron-ipc": "^7.16.1",
30+
"@bugsnag/plugin-electron-ipc": "^7.16.2",
3131
"@bugsnag/plugin-electron-net-breadcrumbs": "^7.16.1",
3232
"@bugsnag/plugin-electron-network-status": "^7.16.1",
3333
"@bugsnag/plugin-electron-preload-error": "^7.16.1",

packages/expo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/expo",
3-
"version": "7.16.1",
3+
"version": "7.16.2",
44
"main": "src/notifier.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Expo applications",
@@ -36,10 +36,10 @@
3636
"@bugsnag/delivery-expo": "^7.16.1",
3737
"@bugsnag/plugin-browser-session": "^7.16.1",
3838
"@bugsnag/plugin-console-breadcrumbs": "^7.16.1",
39-
"@bugsnag/plugin-expo-app": "^7.16.1",
40-
"@bugsnag/plugin-expo-device": "^7.16.1",
39+
"@bugsnag/plugin-expo-app": "^7.16.2",
40+
"@bugsnag/plugin-expo-device": "^7.16.2",
4141
"@bugsnag/plugin-network-breadcrumbs": "^7.16.1",
42-
"@bugsnag/plugin-react": "^7.16.1",
42+
"@bugsnag/plugin-react": "^7.16.2",
4343
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.16.1",
4444
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.16.1",
4545
"@bugsnag/plugin-react-native-global-error-handler": "^7.16.1",

0 commit comments

Comments
 (0)