Skip to content

Commit c776480

Browse files
authored
Merge pull request #2363 from bugsnag/main
Sync main with next
2 parents 63faaa7 + 8049dff commit c776480

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [8.3.0] - 2025-03-04
44

5-
This release adds support for React Native 0.77 to `@bugsnag/react-native`
5+
This release adds support for React Native 0.77 and 0.78 to `@bugsnag/react-native`
66

77
### Added
88

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "8.2.0",
5+
"version": "8.3.0",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

package-lock.json

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

packages/delivery-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/delivery-react-native",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"main": "delivery.js",
55
"description": "@bugsnag/js delivery mechanism for React Native",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-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/plugin-angular",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "Angular integration for bugsnag-js",
55
"homepage": "https://www.bugsnag.com/",
66
"repository": {

packages/plugin-react-native-event-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-react-native-event-sync",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"main": "event-sync.js",
55
"description": "@bugsnag/react-native plugin to sync native event information in an onError callbacks",
66
"homepage": "https://www.bugsnag.com/",

packages/plugin-react-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-react-navigation",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"main": "react-navigation.js",
55
"description": "@bugsnag/react-native plugin to update context and leave breadcrumb when the screen changes",
66
"homepage": "https://www.bugsnag.com/",

packages/react-native-cli/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-cli",
3-
"version": "8.1.0",
3+
"version": "8.3.0",
44
"description": "A tool to help integrate Bugsnag with a React Native app",
55
"bin": {
66
"bugsnag-react-native-cli": "bin/cli"

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/react-native",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"main": "src/notifier.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for React Native applications",
@@ -53,12 +53,12 @@
5353
},
5454
"dependencies": {
5555
"@bugsnag/core": "^8.2.0",
56-
"@bugsnag/delivery-react-native": "^8.2.0",
56+
"@bugsnag/delivery-react-native": "^8.3.0",
5757
"@bugsnag/plugin-console-breadcrumbs": "^8.2.0",
5858
"@bugsnag/plugin-network-breadcrumbs": "^8.2.0",
5959
"@bugsnag/plugin-react": "^8.2.0",
6060
"@bugsnag/plugin-react-native-client-sync": "^8.2.0",
61-
"@bugsnag/plugin-react-native-event-sync": "^8.2.0",
61+
"@bugsnag/plugin-react-native-event-sync": "^8.3.0",
6262
"@bugsnag/plugin-react-native-global-error-handler": "^8.2.0",
6363
"@bugsnag/plugin-react-native-hermes": "^8.2.0",
6464
"@bugsnag/plugin-react-native-session": "^8.2.0",

0 commit comments

Comments
 (0)