Skip to content

Commit 0b65c33

Browse files
committed
v7.0.0
1 parent 278712f commit 0b65c33

File tree

93 files changed

+176
-176
lines changed

Some content is hidden

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

93 files changed

+176
-176
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "7.0.0-rc.6"
6+
"version": "7.0.0"
77
}

packages/browser/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "dist/bugsnag.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for browser JavaScript",
@@ -32,23 +32,23 @@
3232
"author": "Bugsnag",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@bugsnag/core": "^7.0.0-rc.6",
36-
"@bugsnag/delivery-x-domain-request": "^7.0.0-rc.6",
37-
"@bugsnag/delivery-xml-http-request": "^7.0.0-rc.6",
38-
"@bugsnag/plugin-browser-context": "^7.0.0-rc.6",
39-
"@bugsnag/plugin-browser-device": "^7.0.0-rc.6",
40-
"@bugsnag/plugin-browser-request": "^7.0.0-rc.6",
41-
"@bugsnag/plugin-browser-session": "^7.0.0-rc.6",
42-
"@bugsnag/plugin-client-ip": "^7.0.0-rc.6",
43-
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.6",
44-
"@bugsnag/plugin-inline-script-content": "^7.0.0-rc.6",
45-
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0-rc.6",
46-
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0-rc.6",
47-
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.6",
48-
"@bugsnag/plugin-simple-throttle": "^7.0.0-rc.6",
49-
"@bugsnag/plugin-strip-query-string": "^7.0.0-rc.6",
50-
"@bugsnag/plugin-window-onerror": "^7.0.0-rc.6",
51-
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0-rc.6",
35+
"@bugsnag/core": "^7.0.0",
36+
"@bugsnag/delivery-x-domain-request": "^7.0.0",
37+
"@bugsnag/delivery-xml-http-request": "^7.0.0",
38+
"@bugsnag/plugin-browser-context": "^7.0.0",
39+
"@bugsnag/plugin-browser-device": "^7.0.0",
40+
"@bugsnag/plugin-browser-request": "^7.0.0",
41+
"@bugsnag/plugin-browser-session": "^7.0.0",
42+
"@bugsnag/plugin-client-ip": "^7.0.0",
43+
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0",
44+
"@bugsnag/plugin-inline-script-content": "^7.0.0",
45+
"@bugsnag/plugin-interaction-breadcrumbs": "^7.0.0",
46+
"@bugsnag/plugin-navigation-breadcrumbs": "^7.0.0",
47+
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0",
48+
"@bugsnag/plugin-simple-throttle": "^7.0.0",
49+
"@bugsnag/plugin-strip-query-string": "^7.0.0",
50+
"@bugsnag/plugin-window-onerror": "^7.0.0",
51+
"@bugsnag/plugin-window-unhandled-rejection": "^7.0.0",
5252
"cloudfront": "^0.4.1",
5353
"jasmine": "^3.1.0",
5454
"knox": "^0.9.2",

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bugsnag/core",
33
"main": "index.js",
4-
"version": "7.0.0-rc.6",
4+
"version": "7.0.0",
55
"types": "types/index.d.ts",
66
"description": "Core classes and utilities for Bugsnag notifiers",
77
"homepage": "https://www.bugsnag.com/",

packages/delivery-expo/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-expo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-expo",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism to send events and sessions from Expo, using the FileSystem API to cache and retry sending failed payloads",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6",
23+
"@bugsnag/core": "^7.0.0",
2424
"@react-native-community/netinfo": "5.5.0",
2525
"expo-file-system": "^6.0.2"
2626
},

packages/delivery-node/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-node",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/node delivery mechanism",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6"
23+
"@bugsnag/core": "^7.0.0"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.0",

packages/delivery-x-domain-request/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-x-domain-request/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-x-domain-request",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6"
23+
"@bugsnag/core": "^7.0.0"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.0",

packages/delivery-xml-http-request/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/delivery-xml-http-request/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-xml-http-request",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for most browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6"
23+
"@bugsnag/core": "^7.0.0"
2424
},
2525
"devDependencies": {
2626
"jasmine": "^3.1.0",

packages/expo-cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expo-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugsnag-expo-cli",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"description": "A tool to help integrate Bugsnag with an Expo app",
55
"bin": "cli.js",
66
"scripts": {

packages/expo/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expo/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/expo",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "src/notifier.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Expo applications",
@@ -45,19 +45,19 @@
4545
"typescript": "^3.7.5"
4646
},
4747
"dependencies": {
48-
"@bugsnag/core": "^7.0.0-rc.6",
49-
"@bugsnag/delivery-expo": "^7.0.0-rc.6",
50-
"@bugsnag/plugin-browser-session": "^7.0.0-rc.6",
51-
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0-rc.6",
52-
"@bugsnag/plugin-expo-app": "^7.0.0-rc.6",
53-
"@bugsnag/plugin-expo-device": "^7.0.0-rc.6",
54-
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0-rc.6",
55-
"@bugsnag/plugin-react": "^7.0.0-rc.6",
56-
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0-rc.6",
57-
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0-rc.6",
58-
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0-rc.6",
59-
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0-rc.6",
60-
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0-rc.6",
48+
"@bugsnag/core": "^7.0.0",
49+
"@bugsnag/delivery-expo": "^7.0.0",
50+
"@bugsnag/plugin-browser-session": "^7.0.0",
51+
"@bugsnag/plugin-console-breadcrumbs": "^7.0.0",
52+
"@bugsnag/plugin-expo-app": "^7.0.0",
53+
"@bugsnag/plugin-expo-device": "^7.0.0",
54+
"@bugsnag/plugin-network-breadcrumbs": "^7.0.0",
55+
"@bugsnag/plugin-react": "^7.0.0",
56+
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^7.0.0",
57+
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^7.0.0",
58+
"@bugsnag/plugin-react-native-global-error-handler": "^7.0.0",
59+
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.0.0",
60+
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.0.0",
6161
"bugsnag-build-reporter": "^1.0.1",
6262
"bugsnag-sourcemaps": "^1.1.0",
6363
"expo-constants": "^6.0.0"

packages/js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/js",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "node/notifier.js",
55
"browser": "browser/notifier.js",
66
"types": "types.d.ts",
@@ -33,8 +33,8 @@
3333
"author": "Bugsnag",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@bugsnag/browser": "^7.0.0-rc.6",
37-
"@bugsnag/node": "^7.0.0-rc.6"
36+
"@bugsnag/browser": "^7.0.0",
37+
"@bugsnag/node": "^7.0.0"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.0.0",

packages/node/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/node",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "dist/bugsnag.js",
55
"types": "dist/types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for Node.js",
@@ -25,17 +25,17 @@
2525
"author": "Bugsnag",
2626
"license": "MIT",
2727
"devDependencies": {
28-
"@bugsnag/core": "^7.0.0-rc.6",
29-
"@bugsnag/delivery-node": "^7.0.0-rc.6",
30-
"@bugsnag/plugin-contextualize": "^7.0.0-rc.6",
31-
"@bugsnag/plugin-intercept": "^7.0.0-rc.6",
32-
"@bugsnag/plugin-node-device": "^7.0.0-rc.6",
33-
"@bugsnag/plugin-node-in-project": "^7.0.0-rc.6",
34-
"@bugsnag/plugin-node-surrounding-code": "^7.0.0-rc.6",
35-
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0-rc.6",
36-
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0-rc.6",
37-
"@bugsnag/plugin-server-session": "^7.0.0-rc.6",
38-
"@bugsnag/plugin-strip-project-root": "^7.0.0-rc.6",
28+
"@bugsnag/core": "^7.0.0",
29+
"@bugsnag/delivery-node": "^7.0.0",
30+
"@bugsnag/plugin-contextualize": "^7.0.0",
31+
"@bugsnag/plugin-intercept": "^7.0.0",
32+
"@bugsnag/plugin-node-device": "^7.0.0",
33+
"@bugsnag/plugin-node-in-project": "^7.0.0",
34+
"@bugsnag/plugin-node-surrounding-code": "^7.0.0",
35+
"@bugsnag/plugin-node-uncaught-exception": "^7.0.0",
36+
"@bugsnag/plugin-node-unhandled-rejection": "^7.0.0",
37+
"@bugsnag/plugin-server-session": "^7.0.0",
38+
"@bugsnag/plugin-strip-project-root": "^7.0.0",
3939
"jasmine": "^3.1.0",
4040
"nyc": "^12.0.2"
4141
},

packages/plugin-angular/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-angular",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"description": "Angular integration for bugsnag-js",
55
"main": "dist/es5/index.js",
66
"browser": "dist/es5/index.js",
@@ -35,7 +35,7 @@
3535
"@angular/compiler": "^7.2.15",
3636
"@angular/compiler-cli": "^7.2.15",
3737
"@angular/core": "^7.2.15",
38-
"@bugsnag/js": "^7.0.0-rc.6",
38+
"@bugsnag/js": "^7.0.0",
3939
"rxjs": "^5.5.8",
4040
"typescript": "^3.2.4",
4141
"zone.js": "^0.8.26"

packages/plugin-browser-context/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-browser-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-context",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "context.js",
55
"description": "@bugsnag/js plugin to set event context in browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6",
23+
"@bugsnag/core": "^7.0.0",
2424
"jasmine": "^3.1.0",
2525
"nyc": "^12.0.2"
2626
}

packages/plugin-browser-device/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-browser-device/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-browser-device",
3-
"version": "7.0.0-rc.6",
3+
"version": "7.0.0",
44
"main": "device.js",
55
"description": "@bugsnag/js plugin to set device info in browsers",
66
"homepage": "https://www.bugsnag.com/",
@@ -20,7 +20,7 @@
2020
"author": "Bugsnag",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@bugsnag/core": "^7.0.0-rc.6",
23+
"@bugsnag/core": "^7.0.0",
2424
"jasmine": "^3.1.0",
2525
"nyc": "^12.0.2"
2626
}

0 commit comments

Comments
 (0)