Skip to content

Commit 2a6705e

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 40ea7b4 commit 2a6705e

21 files changed

+104
-30
lines changed

packages/esbuild-plugin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))

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.0.0",
3+
"version": "1.1.0",
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": {
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@honeybadger-io/core": "^6.6.0",
40-
"@honeybadger-io/plugin-core": "^1.2.1"
40+
"@honeybadger-io/plugin-core": "^1.3.0"
4141
},
4242
"peerDependencies": {
4343
"esbuild": "*"

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.27](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
9+
10+
11+
12+
13+
614
## [6.0.26](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
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.26",
4+
"version": "6.0.27",
55
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
66
"repository": {
77
"type": "git",
@@ -16,7 +16,7 @@
1616
"main": "index.js",
1717
"dependencies": {
1818
"@honeybadger-io/js": "^6.9.1",
19-
"@honeybadger-io/webpack": "^6.1.1"
19+
"@honeybadger-io/webpack": "^6.2.0"
2020
},
2121
"engines": {
2222
"node": ">=14"

packages/nextjs/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+
# [5.9.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))
12+
13+
14+
15+
16+
617
## [5.8.14](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
718

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

packages/nextjs/package-lock.json

+3-3
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.8.14",
3+
"version": "5.9.0",
44
"description": "Next.js integration for Honeybadger",
55
"keywords": [
66
"nextjs",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@honeybadger-io/js": "^6.9.1",
45-
"@honeybadger-io/webpack": "^6.1.1"
45+
"@honeybadger-io/webpack": "^6.2.0"
4646
},
4747
"devDependencies": {
4848
"@honeybadger-io/react": "^6.1.21",

packages/plugin-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+
# [1.3.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))
12+
13+
14+
15+
16+
617
## [1.2.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-23)
718

819

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/plugin-core",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Shared functionality used by Honeybadger's javascript build plugins",
55
"files": [
66
"dist/**"

packages/react-native/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.4.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))
12+
13+
14+
15+
16+
617
## [6.3.5](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
718

819
**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.5",
3+
"version": "6.4.0",
44
"description": "Honeybadger.io for React Native.",
55
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
66
"license": "MIT",

packages/rollup-plugin/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+
# [5.9.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))
12+
13+
14+
15+
16+
617
## [5.8.4](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-01)
718

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/rollup-plugin",
3-
"version": "5.8.4",
3+
"version": "5.9.0",
44
"description": "A rollup plugin to upload sourcemaps to Honeybadger",
55
"directories": {
66
"example": "examples"
@@ -46,7 +46,7 @@
4646
"typescript": "^4.9.5"
4747
},
4848
"dependencies": {
49-
"@honeybadger-io/plugin-core": "^1.2.1",
49+
"@honeybadger-io/plugin-core": "^1.3.0",
5050
"fetch-retry": "^5.0.3",
5151
"form-data": "^4.0.0",
5252
"node-fetch": "^2.6.9",

packages/webpack/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.2.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)
7+
8+
9+
### Features
10+
11+
* esbuild plugin ([#1318](https://github.com/honeybadger-io/honeybadger-js/issues/1318)) ([40ea7b4](https://github.com/honeybadger-io/honeybadger-js/commit/40ea7b4f9c27aecfd5a8051323fca3ab72c7a07a))
12+
13+
14+
15+
16+
617
## [6.1.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-23)
718

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

packages/webpack/package-lock.json

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

packages/webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeybadger-io/webpack",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "Webpack plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
55
"main": "./dist/HoneybadgerSourceMapPlugin.js",
66
"scripts": {
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@babel/runtime": "^7.14.5",
55-
"@honeybadger-io/plugin-core": "^1.2.1",
55+
"@honeybadger-io/plugin-core": "^1.3.0",
5656
"verror": "^1.6.1"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)