Skip to content

Commit 4eee888

Browse files
authored
Merge pull request #2177 from bugsnag/release/8.0.0-alpha.11
v8.0.0-alpha.12
2 parents 8099ab7 + 63a9eb4 commit 4eee888

File tree

147 files changed

+316
-316
lines changed

Some content is hidden

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

147 files changed

+316
-316
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": "8.0.0-alpha.10"
6+
"version": "8.0.0-alpha.12"
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "8.0.0-alpha.10",
3+
"version": "8.0.0-alpha.12",
44
"main": "dist/bugsnag.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",
@@ -30,25 +30,25 @@
3030
"author": "Bugsnag",
3131
"license": "MIT",
3232
"devDependencies": {
33-
"@bugsnag/delivery-x-domain-request": "^8.0.0-alpha.10",
34-
"@bugsnag/delivery-xml-http-request": "^8.0.0-alpha.10",
35-
"@bugsnag/plugin-app-duration": "^8.0.0-alpha.10",
36-
"@bugsnag/plugin-browser-context": "^8.0.0-alpha.10",
37-
"@bugsnag/plugin-browser-device": "^8.0.0-alpha.10",
38-
"@bugsnag/plugin-browser-request": "^8.0.0-alpha.10",
39-
"@bugsnag/plugin-browser-session": "^8.0.0-alpha.10",
40-
"@bugsnag/plugin-client-ip": "^8.0.0-alpha.10",
41-
"@bugsnag/plugin-console-breadcrumbs": "^8.0.0-alpha.10",
42-
"@bugsnag/plugin-inline-script-content": "^8.0.0-alpha.10",
43-
"@bugsnag/plugin-interaction-breadcrumbs": "^8.0.0-alpha.10",
44-
"@bugsnag/plugin-navigation-breadcrumbs": "^8.0.0-alpha.10",
45-
"@bugsnag/plugin-network-breadcrumbs": "^8.0.0-alpha.10",
46-
"@bugsnag/plugin-simple-throttle": "^8.0.0-alpha.10",
47-
"@bugsnag/plugin-strip-query-string": "^8.0.0-alpha.10",
48-
"@bugsnag/plugin-window-onerror": "^8.0.0-alpha.10",
49-
"@bugsnag/plugin-window-unhandled-rejection": "^8.0.0-alpha.10"
33+
"@bugsnag/delivery-x-domain-request": "^8.0.0-alpha.12",
34+
"@bugsnag/delivery-xml-http-request": "^8.0.0-alpha.12",
35+
"@bugsnag/plugin-app-duration": "^8.0.0-alpha.12",
36+
"@bugsnag/plugin-browser-context": "^8.0.0-alpha.12",
37+
"@bugsnag/plugin-browser-device": "^8.0.0-alpha.12",
38+
"@bugsnag/plugin-browser-request": "^8.0.0-alpha.12",
39+
"@bugsnag/plugin-browser-session": "^8.0.0-alpha.12",
40+
"@bugsnag/plugin-client-ip": "^8.0.0-alpha.12",
41+
"@bugsnag/plugin-console-breadcrumbs": "^8.0.0-alpha.12",
42+
"@bugsnag/plugin-inline-script-content": "^8.0.0-alpha.12",
43+
"@bugsnag/plugin-interaction-breadcrumbs": "^8.0.0-alpha.12",
44+
"@bugsnag/plugin-navigation-breadcrumbs": "^8.0.0-alpha.12",
45+
"@bugsnag/plugin-network-breadcrumbs": "^8.0.0-alpha.12",
46+
"@bugsnag/plugin-simple-throttle": "^8.0.0-alpha.12",
47+
"@bugsnag/plugin-strip-query-string": "^8.0.0-alpha.12",
48+
"@bugsnag/plugin-window-onerror": "^8.0.0-alpha.12",
49+
"@bugsnag/plugin-window-unhandled-rejection": "^8.0.0-alpha.12"
5050
},
5151
"dependencies": {
52-
"@bugsnag/core": "^8.0.0-alpha.10"
52+
"@bugsnag/core": "^8.0.0-alpha.12"
5353
}
5454
}

packages/core/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/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsnag/core",
33
"main": "index.js",
4-
"version": "8.0.0-alpha.10",
4+
"version": "8.0.0-alpha.12",
55
"types": "types/index.d.ts",
66
"description": "Core classes and utilities for Bugsnag notifiers",
77
"homepage": "https://www.bugsnag.com/",

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-electron",
3-
"version": "8.0.0-alpha.10",
3+
"version": "8.0.0-alpha.12",
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/",
@@ -17,9 +17,9 @@
1717
"author": "Bugsnag",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@bugsnag/core": "^8.0.0-alpha.10",
21-
"@bugsnag/electron-network-status": "^8.0.0-alpha.10",
22-
"@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.10"
20+
"@bugsnag/core": "^8.0.0-alpha.12",
21+
"@bugsnag/electron-network-status": "^8.0.0-alpha.12",
22+
"@bugsnag/plugin-electron-client-state-manager": "^8.0.0-alpha.12"
2323
},
2424
"peerDependencies": {
2525
"@bugsnag/core": "^8.0.0-alpha.1",

packages/delivery-fetch/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-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsnag/delivery-fetch",
33
"author": "Bugsnag",
4-
"version": "8.0.0-alpha.10",
4+
"version": "8.0.0-alpha.12",
55
"main": "delivery.js",
66
"description": "@bugsnag/js delivery mechanism using the fetch API",
77
"homepage": "https://www.bugsnag.com/",
@@ -14,7 +14,7 @@
1414
},
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@bugsnag/core": "^8.0.0-alpha.10"
17+
"@bugsnag/core": "^8.0.0-alpha.12"
1818
},
1919
"peerDependencies": {
2020
"@bugsnag/core": "^8.0.0-alpha.1"

packages/delivery-node/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.

0 commit comments

Comments
 (0)