Skip to content

Commit 0fb9be8

Browse files
Publish
- @honeybadger-io/[email protected] - @honeybadger-io/[email protected]
1 parent dcb4bb2 commit 0fb9be8

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

packages/nextjs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.9.12](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-04-16)
7+
8+
**Note:** Version bump only for package @honeybadger-io/nextjs
9+
10+
11+
12+
13+
614
## [5.9.11](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
715

816
**Note:** Version bump only for package @honeybadger-io/nextjs

packages/nextjs/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/nextjs",
3-
"version": "5.9.11",
3+
"version": "5.9.12",
44
"description": "Next.js integration for Honeybadger",
55
"keywords": [
66
"nextjs",
@@ -46,7 +46,7 @@
4646
"@honeybadger-io/webpack": "^6.3.1"
4747
},
4848
"devDependencies": {
49-
"@honeybadger-io/react": "^6.1.26",
49+
"@honeybadger-io/react": "^6.1.27",
5050
"@rollup/plugin-commonjs": "^22.0.0",
5151
"@types/jest": "^29.5.3",
5252
"jest": "^29.6.1",

packages/react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.27](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-04-16)
7+
8+
9+
### Performance Improvements
10+
11+
* **react:** react 19 support ([#1423](https://github.com/honeybadger-io/honeybadger-js/issues/1423)) ([dcb4bb2](https://github.com/honeybadger-io/honeybadger-js/commit/dcb4bb2dda34cefe589e91d7c078542b1d8b79a4))
12+
13+
14+
15+
16+
617
## [6.1.26](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
718

819
**Note:** Version bump only for package @honeybadger-io/react

packages/react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/react",
3-
"version": "6.1.26",
3+
"version": "6.1.27",
44
"description": "React.js integration for honeybadger",
55
"author": "Jason Truesdell <[email protected]> (https://github.com/JasonTrue)",
66
"license": "MIT",
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@rollup/plugin-commonjs": "^22.0.0",
3131
"@rollup/plugin-replace": "^5.0.2",
32-
"@testing-library/react": "^16.1.0",
3332
"@testing-library/jest-dom": "^6.6.3",
33+
"@testing-library/react": "^16.1.0",
3434
"@types/jest": "^29.0.0",
3535
"@types/react": "^19.0.0",
3636
"@types/react-dom": "^19.0.2",

0 commit comments

Comments
 (0)