Skip to content

Commit e0e043b

Browse files
Publish
- @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected] - @honeybadger-io/[email protected]
1 parent 35c4f73 commit e0e043b

24 files changed

+108
-33
lines changed

packages/core/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.7.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
9+
### Features
10+
11+
* flush events on process exit ([#1430](https://github.com/honeybadger-io/honeybadger-js/issues/1430)) ([35c4f73](https://github.com/honeybadger-io/honeybadger-js/commit/35c4f73323badc022e32065e985a8f7b84733485))
12+
13+
14+
15+
16+
617
# [6.6.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-03-27)
718

819

packages/core/package-lock.json

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/core",
3-
"version": "6.6.0",
3+
"version": "6.7.0",
44
"author": {
55
"name": "Joshua Wood",
66
"email": "[email protected]"

packages/esbuild-plugin/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+
## [1.2.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/esbuild-plugin
9+
10+
11+
12+
13+
614
## [1.2.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-11-25)
715

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

packages/esbuild-plugin/package-lock.json

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

packages/esbuild-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/esbuild-plugin",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Esbuild plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"typescript": "^5.3.3"
3737
},
3838
"dependencies": {
39-
"@honeybadger-io/core": "^6.6.0",
39+
"@honeybadger-io/core": "^6.7.0",
4040
"@honeybadger-io/plugin-core": "^1.4.1"
4141
},
4242
"peerDependencies": {

packages/gatsby-plugin/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+
## [6.0.35](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
9+
10+
11+
12+
13+
614
## [6.0.34](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-11-25)
715

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

packages/gatsby-plugin/package-lock.json

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

packages/gatsby-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@honeybadger-io/gatsby-plugin-honeybadger",
33
"description": "Gatsby plugin to add Honeybadger error tracking to your site.",
4-
"version": "6.0.34",
4+
"version": "6.0.35",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"main": "index.js",
1717
"dependencies": {
18-
"@honeybadger-io/js": "^6.10.1",
18+
"@honeybadger-io/js": "^6.11.0",
1919
"@honeybadger-io/webpack": "^6.3.1"
2020
},
2121
"engines": {

packages/js/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **js:** improved, unambiguous error message ([#1428](https://github.com/honeybadger-io/honeybadger-js/issues/1428)) ([fbb5084](https://github.com/honeybadger-io/honeybadger-js/commit/fbb50849bddd5b74c5443c3f036418409a73986e))
12+
13+
14+
### Features
15+
16+
* flush events on process exit ([#1430](https://github.com/honeybadger-io/honeybadger-js/issues/1430)) ([35c4f73](https://github.com/honeybadger-io/honeybadger-js/commit/35c4f73323badc022e32065e985a8f7b84733485))
17+
18+
19+
20+
21+
622
## [6.10.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-10-21)
723

824

packages/js/package-lock.json

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

packages/js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/js",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"license": "MIT",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
66
"author": {
@@ -52,7 +52,7 @@
5252
"postpublish": "./scripts/release-cdn.sh"
5353
},
5454
"dependencies": {
55-
"@honeybadger-io/core": "^6.6.0",
55+
"@honeybadger-io/core": "^6.7.0",
5656
"@types/aws-lambda": "^8.10.89",
5757
"@types/express": "^4.17.13"
5858
},

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.11](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/nextjs
9+
10+
11+
12+
13+
614
## [5.9.10](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-12-09)
715

816

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/nextjs",
3-
"version": "5.9.10",
3+
"version": "5.9.11",
44
"description": "Next.js integration for Honeybadger",
55
"keywords": [
66
"nextjs",
@@ -42,11 +42,11 @@
4242
"next": ">= 13.x"
4343
},
4444
"dependencies": {
45-
"@honeybadger-io/js": "^6.10.1",
45+
"@honeybadger-io/js": "^6.11.0",
4646
"@honeybadger-io/webpack": "^6.3.1"
4747
},
4848
"devDependencies": {
49-
"@honeybadger-io/react": "^6.1.25",
49+
"@honeybadger-io/react": "^6.1.26",
5050
"@rollup/plugin-commonjs": "^22.0.0",
5151
"@types/jest": "^29.5.3",
5252
"jest": "^29.6.1",

packages/react-native/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+
## [6.4.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/react-native
9+
10+
11+
12+
13+
614
## [6.4.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)
715

816

packages/react-native/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-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/react-native",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"description": "Honeybadger.io for React Native.",
55
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
66
"license": "MIT",
@@ -48,6 +48,6 @@
4848
"node": ">=14"
4949
},
5050
"dependencies": {
51-
"@honeybadger-io/core": "^6.6.0"
51+
"@honeybadger-io/core": "^6.7.0"
5252
}
5353
}

packages/react/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+
## [6.1.26](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/react
9+
10+
11+
12+
13+
614
## [6.1.25](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-10-21)
715

816
**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.25",
3+
"version": "6.1.26",
44
"description": "React.js integration for honeybadger",
55
"author": "Jason Truesdell <[email protected]> (https://github.com/JasonTrue)",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
3030
},
3131
"devDependencies": {
32-
"@honeybadger-io/js": "^6.10.1",
32+
"@honeybadger-io/js": "^6.11.0",
3333
"@rollup/plugin-commonjs": "^22.0.0",
3434
"@rollup/plugin-replace": "^5.0.2",
3535
"@types/jest": "^29.0.0",

packages/vue/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+
## [6.2.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2025-03-18)
7+
8+
**Note:** Version bump only for package @honeybadger-io/vue
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-11-16)
715

816

packages/vue/package-lock.json

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

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/vue",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"license": "MIT",
55
"description": "Honeybadger Vue.js client",
66
"author": "Jason Truesdell <[email protected]> (https://github.com/JasonTrue)",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/plugin-transform-runtime": "^7.18.9",
4444
"@babel/preset-env": "^7.18.9",
45-
"@honeybadger-io/js": "^6.10.1",
45+
"@honeybadger-io/js": "^6.11.0",
4646
"@rollup/plugin-replace": "^5.0.2",
4747
"@vue/compiler-sfc": "^3.2.37",
4848
"@vue/test-utils": "^2.0.2",

0 commit comments

Comments
 (0)