Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Aug 20, 2024
1 parent cea45e4 commit 39754ec
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.7.1"
"version": "2.8.0"
}
40 changes: 20 additions & 20 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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/core-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "Core performance client",
"keywords": [
"bugsnag",
Expand Down
4 changes: 2 additions & 2 deletions packages/delivery-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-fetch-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring delivery mechanism using the fetch API",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
},
"dependencies": {
"@bugsnag/core-performance": "^2.7.1"
"@bugsnag/core-performance": "^2.8.0"
},
"type": "module",
"main": "dist/delivery.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/platforms/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/browser-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring for browsers",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
},
"dependencies": {
"@bugsnag/core-performance": "^2.7.1",
"@bugsnag/core-performance": "^2.8.0",
"@bugsnag/cuid": "^3.1.1",
"@bugsnag/delivery-fetch-performance": "^2.7.1",
"@bugsnag/request-tracker-performance": "^2.7.1"
"@bugsnag/delivery-fetch-performance": "^2.8.0",
"@bugsnag/request-tracker-performance": "^2.8.0"
},
"devDependencies": {
"@bugsnag/browser": "^7.25.0-alpha.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/platforms/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring for React Native",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -15,10 +15,10 @@
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
},
"dependencies": {
"@bugsnag/core-performance": "^2.7.1",
"@bugsnag/core-performance": "^2.8.0",
"@bugsnag/cuid": "^3.1.1",
"@bugsnag/delivery-fetch-performance": "^2.7.1",
"@bugsnag/request-tracker-performance": "^2.7.1"
"@bugsnag/delivery-fetch-performance": "^2.8.0",
"@bugsnag/request-tracker-performance": "^2.8.0"
},
"devDependencies": {
"@react-native-community/netinfo": "^9.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-native-navigation-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring for react-native-navigation",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"react-native-navigation": "*"
},
"devDependencies": {
"@bugsnag/core-performance": "^2.7.1",
"@bugsnag/react-native-performance": "^2.7.1",
"@bugsnag/core-performance": "^2.8.0",
"@bugsnag/react-native-performance": "^2.8.0",
"@react-native/babel-preset": "^0.74.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-navigation-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring for @react-navigation/native",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
},
"devDependencies": {
"@bugsnag/core-performance": "^2.7.1",
"@bugsnag/react-native-performance": "^2.7.1",
"@bugsnag/core-performance": "^2.8.0",
"@bugsnag/react-native-performance": "^2.8.0",
"@react-native/babel-preset": "^0.74.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/request-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/request-tracker-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance request tracker for monitoring XHR and fetch requests",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
},
"dependencies": {
"@bugsnag/core-performance": "^2.7.1"
"@bugsnag/core-performance": "^2.8.0"
},
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/vue-router-performance",
"version": "2.7.1",
"version": "2.8.0",
"description": "BugSnag performance monitoring for vue-router",
"homepage": "https://www.bugsnag.com/",
"license": "MIT",
Expand Down

0 comments on commit 39754ec

Please sign in to comment.