Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Apr 23, 2019
1 parent cb6a410 commit 5e241be
Show file tree
Hide file tree
Showing 47 changed files with 124 additions and 124 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": "6.2.0-alpha.1"
"version": "6.2.0"
}
36 changes: 18 additions & 18 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/browser",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for browser JavaScript",
Expand Down Expand Up @@ -29,23 +29,23 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/delivery-x-domain-request": "^6.2.0-alpha.1",
"@bugsnag/delivery-xml-http-request": "^6.2.0-alpha.1",
"@bugsnag/plugin-browser-context": "^6.2.0-alpha.1",
"@bugsnag/plugin-browser-device": "^6.2.0-alpha.1",
"@bugsnag/plugin-browser-request": "^6.2.0-alpha.1",
"@bugsnag/plugin-browser-session": "^6.2.0-alpha.1",
"@bugsnag/plugin-client-ip": "^6.2.0-alpha.1",
"@bugsnag/plugin-console-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-inline-script-content": "^6.2.0-alpha.1",
"@bugsnag/plugin-interaction-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-navigation-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-network-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-simple-throttle": "^6.2.0-alpha.1",
"@bugsnag/plugin-strip-query-string": "^6.2.0-alpha.1",
"@bugsnag/plugin-window-onerror": "^6.2.0-alpha.1",
"@bugsnag/plugin-window-unhandled-rejection": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"@bugsnag/delivery-x-domain-request": "^6.2.0",
"@bugsnag/delivery-xml-http-request": "^6.2.0",
"@bugsnag/plugin-browser-context": "^6.2.0",
"@bugsnag/plugin-browser-device": "^6.2.0",
"@bugsnag/plugin-browser-request": "^6.2.0",
"@bugsnag/plugin-browser-session": "^6.2.0",
"@bugsnag/plugin-client-ip": "^6.2.0",
"@bugsnag/plugin-console-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-inline-script-content": "^6.2.0",
"@bugsnag/plugin-interaction-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-navigation-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-network-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-simple-throttle": "^6.2.0",
"@bugsnag/plugin-strip-query-string": "^6.2.0",
"@bugsnag/plugin-window-onerror": "^6.2.0",
"@bugsnag/plugin-window-unhandled-rejection": "^6.2.0",
"cloudfront": "^0.4.1",
"jasmine": "^3.1.0",
"knox": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/core",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"types": "types/index.d.ts",
"description": "Core classes and utilities for Bugsnag notifiers",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/delivery-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-expo",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism to send reports from Expo, using the FileSystem API to cache and retry sending failed reports",
"homepage": "https://www.bugsnag.com/",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-node",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "delivery.js",
"description": "@bugsnag/node delivery mechanism",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-x-domain-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-x-domain-request",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism for IE 8, 9 and 10",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-xml-http-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-xml-http-request",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism for most browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-expo-cli",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"description": "A tool to help integrate Bugsnag with an Expo app",
"bin": "cli.js",
"scripts": {
Expand Down
28 changes: 14 additions & 14 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/expo",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "src/notifier.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
Expand Down Expand Up @@ -46,19 +46,19 @@
"typescript": "^3.3.3"
},
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/delivery-expo": "^6.2.0-alpha.1",
"@bugsnag/plugin-browser-session": "^6.2.0-alpha.1",
"@bugsnag/plugin-console-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-expo-app": "^6.2.0-alpha.1",
"@bugsnag/plugin-expo-device": "^6.2.0-alpha.1",
"@bugsnag/plugin-network-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-react": "^6.2.0-alpha.1",
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-react-native-global-error-handler": "^6.2.0-alpha.1",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^6.2.0-alpha.1",
"@bugsnag/plugin-react-native-unhandled-rejection": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"@bugsnag/delivery-expo": "^6.2.0",
"@bugsnag/plugin-browser-session": "^6.2.0",
"@bugsnag/plugin-console-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-expo-app": "^6.2.0",
"@bugsnag/plugin-expo-device": "^6.2.0",
"@bugsnag/plugin-network-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-react": "^6.2.0",
"@bugsnag/plugin-react-native-app-state-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-react-native-connectivity-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-react-native-global-error-handler": "^6.2.0",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^6.2.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^6.2.0",
"bugsnag-build-reporter": "^1.0.1",
"bugsnag-sourcemaps": "^1.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/js",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "node/notifier.js",
"browser": "browser/notifier.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^6.2.0-alpha.1",
"@bugsnag/node": "^6.2.0-alpha.1"
"@bugsnag/browser": "^6.2.0",
"@bugsnag/node": "^6.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/node",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "dist/bugsnag.js",
"types": "dist/types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Node.js",
Expand All @@ -25,17 +25,17 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/delivery-node": "^6.2.0-alpha.1",
"@bugsnag/plugin-contextualize": "^6.2.0-alpha.1",
"@bugsnag/plugin-intercept": "^6.2.0-alpha.1",
"@bugsnag/plugin-node-device": "^6.2.0-alpha.1",
"@bugsnag/plugin-node-in-project": "^6.2.0-alpha.1",
"@bugsnag/plugin-node-surrounding-code": "^6.2.0-alpha.1",
"@bugsnag/plugin-node-uncaught-exception": "^6.2.0-alpha.1",
"@bugsnag/plugin-node-unhandled-rejection": "^6.2.0-alpha.1",
"@bugsnag/plugin-server-session": "^6.2.0-alpha.1",
"@bugsnag/plugin-strip-project-root": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"@bugsnag/delivery-node": "^6.2.0",
"@bugsnag/plugin-contextualize": "^6.2.0",
"@bugsnag/plugin-intercept": "^6.2.0",
"@bugsnag/plugin-node-device": "^6.2.0",
"@bugsnag/plugin-node-in-project": "^6.2.0",
"@bugsnag/plugin-node-surrounding-code": "^6.2.0",
"@bugsnag/plugin-node-uncaught-exception": "^6.2.0",
"@bugsnag/plugin-node-unhandled-rejection": "^6.2.0",
"@bugsnag/plugin-server-session": "^6.2.0",
"@bugsnag/plugin-strip-project-root": "^6.2.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
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": "6.2.0-alpha.1",
"version": "6.2.0",
"description": "Angular integration for bugsnag-js",
"main": "dist/index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"@bugsnag/js": "^6.2.0-alpha.1",
"@bugsnag/js": "^6.2.0",
"rxjs": "^5.5.8",
"tslint": "^5.9.1",
"typescript": "2.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-context",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "context.js",
"description": "@bugsnag/js plugin to set report context in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-device",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "device.js",
"description": "@bugsnag/js plugin to set device info in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-request",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "request.js",
"description": "@bugsnag/js plugin to set request info in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-browser-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-browser-session",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "session.js",
"description": "@bugsnag/js plugin to enable session tracking in browsers",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-client-ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-client-ip",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "client-ip.js",
"description": "@bugsnag/js plugin to disable client IP from error reports",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-console-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-console-breadcrumbs",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "console-breadcrumbs.js",
"description": "@bugsnag/js plugin to record console log method calls as breadcrumbs",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-contextualize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-contextualize",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "contextualize.js",
"description": "@bugsnag/js plugin to add context to unhandled error reports",
"homepage": "https://www.bugsnag.com/",
Expand All @@ -20,7 +20,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^6.2.0-alpha.1"
"@bugsnag/core": "^6.2.0"
},
"devDependencies": {
"jasmine": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-app",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "app.js",
"description": "@bugsnag/js plugin to provide information about an Expo app",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-expo-device",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "device.js",
"description": "@bugsnag/js plugin to attach Expo-specific device info to reports",
"homepage": "https://www.bugsnag.com/",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-express",
"version": "6.2.0-alpha.1",
"version": "6.2.0",
"main": "dist/bugsnag-express.js",
"types": "types/bugsnag-express.d.ts",
"description": "@bugsnag/js error handling middleware for Express (and Connect) web servers",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@bugsnag/js": "*"
},
"devDependencies": {
"@bugsnag/core": "^6.2.0-alpha.1",
"@bugsnag/core": "^6.2.0",
"jasmine": "^3.1.0",
"nyc": "^12.0.2"
},
Expand Down
Loading

0 comments on commit 5e241be

Please sign in to comment.