Skip to content

Commit 5e27b05

Browse files
v2.14.0
1 parent 437710b commit 5e27b05

File tree

16 files changed

+64
-64
lines changed

16 files changed

+64
-64
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.13.0"
3+
"version": "2.14.0"
44
}

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/angular-performance",
3-
"version": "2.7.1",
3+
"version": "2.14.0",
44
"description": "BugSnag performance monitoring for angular applications",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",

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.13.0",
3+
"version": "2.14.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.13.0",
3+
"version": "2.14.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.13.0"
23+
"@bugsnag/core-performance": "^2.14.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.13.0",
3+
"version": "2.14.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.13.0",
24+
"@bugsnag/core-performance": "^2.14.0",
2525
"@bugsnag/cuid": "^3.1.1",
26-
"@bugsnag/delivery-fetch-performance": "^2.13.0",
27-
"@bugsnag/request-tracker-performance": "^2.13.0"
26+
"@bugsnag/delivery-fetch-performance": "^2.14.0",
27+
"@bugsnag/request-tracker-performance": "^2.14.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.13.0",
3+
"version": "2.14.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.13.0",
18+
"@bugsnag/core-performance": "^2.14.0",
1919
"@bugsnag/cuid": "^3.1.1",
20-
"@bugsnag/delivery-fetch-performance": "^2.13.0",
21-
"@bugsnag/request-tracker-performance": "^2.13.0"
20+
"@bugsnag/delivery-fetch-performance": "^2.14.0",
21+
"@bugsnag/request-tracker-performance": "^2.14.0"
2222
},
2323
"devDependencies": {
2424
"@react-native-community/netinfo": "^9.4.1",

packages/plugin-named-spans/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-named-spans",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "BugSnag performance plugin for tracking spans by name",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"@bugsnag/core-performance": "*"
2323
},
2424
"devDependencies": {
25-
"@bugsnag/core-performance": "^2.13.0"
25+
"@bugsnag/core-performance": "^2.14.0"
2626
},
2727
"type": "module",
2828
"main": "dist/index.js",

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.13.0",
3+
"version": "2.14.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.13.0",
28-
"@bugsnag/react-native-performance": "^2.13.0",
27+
"@bugsnag/core-performance": "^2.14.0",
28+
"@bugsnag/react-native-performance": "^2.14.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-native-span-access/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-span-access",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "BugSnag performance monitoring for react-native",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -23,8 +23,8 @@
2323
"@bugsnag/react-native-performance": "^2.10.0"
2424
},
2525
"devDependencies": {
26-
"@bugsnag/core-performance": "^2.13.0",
27-
"@bugsnag/react-native-performance": "^2.13.0",
26+
"@bugsnag/core-performance": "^2.14.0",
27+
"@bugsnag/react-native-performance": "^2.14.0",
2828
"@react-native/babel-preset": "^0.74.0",
2929
"@testing-library/jest-native": "^5.4.3",
3030
"@testing-library/react-native": "^12.4.1"

0 commit comments

Comments
 (0)