Skip to content

Commit

Permalink
v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 25, 2024
1 parent 3f83f88 commit 7e70bfe
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "8.1.1",
"version": "8.1.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
18 changes: 9 additions & 9 deletions 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/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/browser",
"version": "8.1.1",
"version": "8.1.2",
"main": "dist/bugsnag.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for browser JavaScript",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/electron",
"version": "8.1.1",
"version": "8.1.2",
"main": "src/notifier.js",
"exports": {
".": "./src/notifier.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/js",
"version": "8.1.1",
"version": "8.1.2",
"main": "node/notifier.js",
"browser": "browser/notifier.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/browser": "^8.1.1",
"@bugsnag/browser": "^8.1.2",
"@bugsnag/node": "^8.1.1"
},
"devDependencies": {
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": "8.1.1",
"version": "8.1.2",
"description": "Angular integration for bugsnag-js",
"main": "dist/esm5/index.js",
"browser": "dist/esm5/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/compiler": "^10.0.0",
"@angular/compiler-cli": "^10.0.0",
"@angular/core": "^10.0.0",
"@bugsnag/js": "^8.1.1",
"@bugsnag/js": "^8.1.2",
"rxjs": "^5.5.8",
"zone.js": "^0.8.26"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native",
"version": "8.1.1",
"version": "8.1.2",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down

0 comments on commit 7e70bfe

Please sign in to comment.