Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [Unreleased]
## [8.3.0] - 2025-03-04

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

### Added

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "8.2.0",
"version": "8.3.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
20 changes: 10 additions & 10 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/delivery-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/delivery-react-native",
"version": "8.2.0",
"version": "8.3.0",
"main": "delivery.js",
"description": "@bugsnag/js delivery mechanism for React Native",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-angular",
"version": "8.2.0",
"version": "8.3.0",
"description": "Angular integration for bugsnag-js",
"homepage": "https://www.bugsnag.com/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-native-event-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/plugin-react-native-event-sync",
"version": "8.2.0",
"version": "8.3.0",
"main": "event-sync.js",
"description": "@bugsnag/react-native plugin to sync native event information in an onError callbacks",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "8.2.0",
"version": "8.3.0",
"main": "react-navigation.js",
"description": "@bugsnag/react-native plugin to update context and leave breadcrumb when the screen changes",
"homepage": "https://www.bugsnag.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native-cli",
"version": "8.1.0",
"version": "8.3.0",
"description": "A tool to help integrate Bugsnag with a React Native app",
"bin": {
"bugsnag-react-native-cli": "bin/cli"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/react-native",
"version": "8.2.0",
"version": "8.3.0",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for React Native applications",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"@bugsnag/core": "^8.2.0",
"@bugsnag/delivery-react-native": "^8.2.0",
"@bugsnag/delivery-react-native": "^8.3.0",
"@bugsnag/plugin-console-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-network-breadcrumbs": "^8.2.0",
"@bugsnag/plugin-react": "^8.2.0",
"@bugsnag/plugin-react-native-client-sync": "^8.2.0",
"@bugsnag/plugin-react-native-event-sync": "^8.2.0",
"@bugsnag/plugin-react-native-event-sync": "^8.3.0",
"@bugsnag/plugin-react-native-global-error-handler": "^8.2.0",
"@bugsnag/plugin-react-native-hermes": "^8.2.0",
"@bugsnag/plugin-react-native-session": "^8.2.0",
Expand Down
Loading