Skip to content

Commit 6bf8145

Browse files
committed
v2.10.0
1 parent 83365a0 commit 6bf8145

File tree

9 files changed

+39
-39
lines changed

9 files changed

+39
-39
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.9.1"
4+
"version": "2.10.0"
55
}

package-lock.json

Lines changed: 19 additions & 19 deletions
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,6 +1,6 @@
11
{
22
"name": "@bugsnag/core-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "Core performance client",
55
"keywords": [
66
"bugsnag",

packages/delivery-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/delivery-fetch-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance monitoring delivery mechanism using the fetch API",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
2121
},
2222
"dependencies": {
23-
"@bugsnag/core-performance": "^2.9.1"
23+
"@bugsnag/core-performance": "^2.10.0"
2424
},
2525
"type": "module",
2626
"main": "dist/delivery.js",

packages/platforms/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/browser-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance monitoring for browsers",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -21,10 +21,10 @@
2121
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
2222
},
2323
"dependencies": {
24-
"@bugsnag/core-performance": "^2.9.1",
24+
"@bugsnag/core-performance": "^2.10.0",
2525
"@bugsnag/cuid": "^3.1.1",
26-
"@bugsnag/delivery-fetch-performance": "^2.9.1",
27-
"@bugsnag/request-tracker-performance": "^2.9.1"
26+
"@bugsnag/delivery-fetch-performance": "^2.10.0",
27+
"@bugsnag/request-tracker-performance": "^2.10.0"
2828
},
2929
"devDependencies": {
3030
"@bugsnag/browser": "^8.0.0"

packages/platforms/react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/react-native-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance monitoring for React Native",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -15,10 +15,10 @@
1515
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
1616
},
1717
"dependencies": {
18-
"@bugsnag/core-performance": "^2.9.1",
18+
"@bugsnag/core-performance": "^2.10.0",
1919
"@bugsnag/cuid": "^3.1.1",
20-
"@bugsnag/delivery-fetch-performance": "^2.9.1",
21-
"@bugsnag/request-tracker-performance": "^2.9.1"
20+
"@bugsnag/delivery-fetch-performance": "^2.10.0",
21+
"@bugsnag/request-tracker-performance": "^2.10.0"
2222
},
2323
"devDependencies": {
2424
"@react-native-community/netinfo": "^9.4.1",

packages/plugin-react-native-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-react-native-navigation-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance monitoring for react-native-navigation",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -24,8 +24,8 @@
2424
"react-native-navigation": "*"
2525
},
2626
"devDependencies": {
27-
"@bugsnag/core-performance": "^2.9.1",
28-
"@bugsnag/react-native-performance": "^2.9.1",
27+
"@bugsnag/core-performance": "^2.10.0",
28+
"@bugsnag/react-native-performance": "^2.10.0",
2929
"@react-native/babel-preset": "^0.74.0",
3030
"@testing-library/jest-native": "^5.4.3",
3131
"@testing-library/react-native": "^12.4.1",

packages/plugin-react-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-react-navigation-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance monitoring for @react-navigation/native",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -19,8 +19,8 @@
1919
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
2020
},
2121
"devDependencies": {
22-
"@bugsnag/core-performance": "^2.9.1",
23-
"@bugsnag/react-native-performance": "^2.9.1",
22+
"@bugsnag/core-performance": "^2.10.0",
23+
"@bugsnag/react-native-performance": "^2.10.0",
2424
"@react-native/babel-preset": "^0.74.0",
2525
"@react-navigation/native": "^6.1.9",
2626
"@react-navigation/native-stack": "^6.9.17",

packages/request-tracker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/request-tracker-performance",
3-
"version": "2.9.1",
3+
"version": "2.10.0",
44
"description": "BugSnag performance request tracker for monitoring XHR and fetch requests",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/bugsnag/bugsnag-js-performance/issues"
2121
},
2222
"dependencies": {
23-
"@bugsnag/core-performance": "^2.9.1"
23+
"@bugsnag/core-performance": "^2.10.0"
2424
},
2525
"type": "module",
2626
"main": "dist/index.js",

0 commit comments

Comments
 (0)