Skip to content

Commit 8b95945

Browse files
Merge pull request #753 from bugsnag/main
Sync next with main
2 parents 8f7c56c + 808ff26 commit 8b95945

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v3.3.0] (2025-11-24)
44

55
### Changed
66

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": "3.2.0"
3+
"version": "3.3.0"
44
}

package-lock.json

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

packages/platforms/react-native/package.json

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

packages/plugin-react-native-navigation/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-react-native-navigation-performance",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "BugSnag performance monitoring for react-native-navigation",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@bugsnag/core-performance": "^3.2.0",
28-
"@bugsnag/react-native-performance": "^3.2.0",
28+
"@bugsnag/react-native-performance": "^3.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-react-native-span-access",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "BugSnag performance monitoring for react-native",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@bugsnag/core-performance": "^3.2.0",
27-
"@bugsnag/react-native-performance": "^3.2.0",
27+
"@bugsnag/react-native-performance": "^3.3.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"

packages/plugin-react-navigation/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-react-navigation-performance",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "BugSnag performance monitoring for @react-navigation/native",
55
"homepage": "https://www.bugsnag.com/",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@bugsnag/core-performance": "^3.2.0",
23-
"@bugsnag/react-native-performance": "^3.2.0",
23+
"@bugsnag/react-native-performance": "^3.3.0",
2424
"@react-native/babel-preset": "^0.74.0",
2525
"@react-navigation/native": "^6.1.9",
2626
"@react-navigation/native-stack": "^6.9.17",

0 commit comments

Comments
 (0)