Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @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]
 - @honeybadger-io/[email protected]
 - @honeybadger-io/[email protected]
  • Loading branch information
github-actions[bot] committed Jun 26, 2024
1 parent 17b75ba commit f6a110a
Show file tree
Hide file tree
Showing 30 changed files with 146 additions and 42 deletions.
8 changes: 8 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)

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





## [1.1.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)

**Note:** Version bump only for package @honeybadger-io/esbuild-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/esbuild-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "Esbuild plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@honeybadger-io/core": "^6.6.0",
"@honeybadger-io/plugin-core": "^1.3.0"
"@honeybadger-io/plugin-core": "^1.3.1"
},
"peerDependencies": {
"esbuild": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.29](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)

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





## [6.0.28](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-15)

**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@honeybadger-io/gatsby-plugin-honeybadger",
"description": "Gatsby plugin to add Honeybadger error tracking to your site.",
"version": "6.0.28",
"version": "6.0.29",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@honeybadger-io/js": "^6.9.2",
"@honeybadger-io/webpack": "^6.2.0"
"@honeybadger-io/js": "^6.9.3",
"@honeybadger-io/webpack": "^6.2.1"
},
"engines": {
"node": ">=14"
Expand Down
11 changes: 11 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [6.9.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/js/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/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/js",
"version": "6.9.2",
"version": "6.9.3",
"license": "MIT",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
"author": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.9.4](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [5.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-15)

**Note:** Version bump only for package @honeybadger-io/nextjs
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/nextjs",
"version": "5.9.3",
"version": "5.9.4",
"description": "Next.js integration for Honeybadger",
"keywords": [
"nextjs",
Expand Down Expand Up @@ -42,11 +42,11 @@
"next": ">= 13.x"
},
"dependencies": {
"@honeybadger-io/js": "^6.9.2",
"@honeybadger-io/webpack": "^6.2.0"
"@honeybadger-io/js": "^6.9.3",
"@honeybadger-io/webpack": "^6.2.1"
},
"devDependencies": {
"@honeybadger-io/react": "^6.1.22",
"@honeybadger-io/react": "^6.1.23",
"@rollup/plugin-commonjs": "^22.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





# [1.3.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-04-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-core/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/plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/plugin-core",
"version": "1.3.0",
"version": "1.3.1",
"description": "Shared functionality used by Honeybadger's javascript build plugins",
"files": [
"dist/**"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [6.4.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-17)

**Note:** Version bump only for package @honeybadger-io/react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/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/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/react-native",
"version": "6.4.1",
"version": "6.4.2",
"description": "Honeybadger.io for React Native.",
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.23](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [6.1.22](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-15)

**Note:** Version bump only for package @honeybadger-io/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/react",
"version": "6.1.22",
"version": "6.1.23",
"description": "React.js integration for honeybadger",
"author": "Jason Truesdell <[email protected]> (https://github.com/JasonTrue)",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@honeybadger-io/js": "^6.9.2",
"@honeybadger-io/js": "^6.9.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "^29.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.9.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [5.9.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-17)

**Note:** Version bump only for package @honeybadger-io/rollup-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/rollup-plugin",
"version": "5.9.1",
"version": "5.9.2",
"description": "A rollup plugin to upload sourcemaps to Honeybadger",
"directories": {
"example": "examples"
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@honeybadger-io/plugin-core": "^1.3.0",
"@honeybadger-io/plugin-core": "^1.3.1",
"fetch-retry": "^5.0.3",
"form-data": "^4.0.0",
"node-fetch": "^2.6.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.24](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-26)


### Bug Fixes

* **js:** bin files as javascript ([#1363](https://github.com/honeybadger-io/honeybadger-js/issues/1363)) ([17b75ba](https://github.com/honeybadger-io/honeybadger-js/commit/17b75ba466bf6db4c50b07b187908a46c58b83f2))





## [6.1.23](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2024-06-17)

**Note:** Version bump only for package @honeybadger-io/vue
Expand Down
Loading

0 comments on commit f6a110a

Please sign in to comment.