Skip to content

Commit 3c161af

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]
1 parent a07e678 commit 3c161af

21 files changed

+87
-31
lines changed

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.26](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
7+
8+
**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
9+
10+
11+
12+
13+
614
## [6.0.25](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-03-27)
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.25",
4+
"version": "6.0.26",
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.9.0",
18+
"@honeybadger-io/js": "^6.9.1",
1919
"@honeybadger-io/webpack": "^6.1.1"
2020
},
2121
"engines": {

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

816

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/js",
3-
"version": "6.9.0",
3+
"version": "6.9.1",
44
"license": "MIT",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
66
"author": {

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

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

packages/nextjs/package-lock.json

+4-4
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.8.13",
3+
"version": "5.8.14",
44
"description": "Next.js integration for Honeybadger",
55
"keywords": [
66
"nextjs",
@@ -41,11 +41,11 @@
4141
"next": ">= 13.x"
4242
},
4343
"dependencies": {
44-
"@honeybadger-io/js": "^6.9.0",
44+
"@honeybadger-io/js": "^6.9.1",
4545
"@honeybadger-io/webpack": "^6.1.1"
4646
},
4747
"devDependencies": {
48-
"@honeybadger-io/react": "^6.1.20",
48+
"@honeybadger-io/react": "^6.1.21",
4949
"@rollup/plugin-commonjs": "^22.0.0",
5050
"@types/jest": "^29.5.3",
5151
"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.3.5](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
7+
8+
**Note:** Version bump only for package @honeybadger-io/react-native
9+
10+
11+
12+
13+
614
## [6.3.4](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-03-27)
715

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/react-native",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "Honeybadger.io for React Native.",
55
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
66
"license": "MIT",

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

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

packages/react/package-lock.json

+3-3
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.20",
3+
"version": "6.1.21",
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.9.0",
32+
"@honeybadger-io/js": "^6.9.1",
3333
"@rollup/plugin-commonjs": "^22.0.0",
3434
"@rollup/plugin-replace": "^5.0.2",
3535
"@types/jest": "^29.0.0",

packages/rollup-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+
## [5.8.4](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
7+
8+
**Note:** Version bump only for package @honeybadger-io/rollup-plugin
9+
10+
11+
12+
13+
614
## [5.8.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-23)
715

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

packages/rollup-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/rollup-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/rollup-plugin",
3-
"version": "5.8.3",
3+
"version": "5.8.4",
44
"description": "A rollup plugin to upload sourcemaps to Honeybadger",
55
"directories": {
66
"example": "examples"

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

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

packages/vue/package-lock.json

+3-3
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.1.20",
3+
"version": "6.1.21",
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.9.0",
45+
"@honeybadger-io/js": "^6.9.1",
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)