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]
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent 936374c commit eb89c98
Show file tree
Hide file tree
Showing 21 changed files with 94 additions and 34 deletions.
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)


### Features

* check-ins configuration api ([#1241](https://github.com/honeybadger-io/honeybadger-js/issues/1241)) ([866bb8d](https://github.com/honeybadger-io/honeybadger-js/commit/866bb8d2bffc39046976a7216cabeae573695b12))



## [6.3.1](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-23)

**Note:** Version bump only for package @honeybadger-io/core
Expand Down
4 changes: 2 additions & 2 deletions packages/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/core",
"version": "6.3.1",
"version": "6.4.0",
"author": {
"name": "Joshua Wood",
"email": "[email protected]"
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.16](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)

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





## [6.0.15](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-30)

**Note:** Version bump only for package @honeybadger-io/gatsby-plugin-honeybadger
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-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/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.15",
"version": "6.0.16",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/gatsby-plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@honeybadger-io/js": "^6.5.3",
"@honeybadger-io/js": "^6.6.0",
"@honeybadger-io/webpack": "^6.1.0"
},
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)


### Features

* check-ins configuration api ([#1241](https://github.com/honeybadger-io/honeybadger-js/issues/1241)) ([866bb8d](https://github.com/honeybadger-io/honeybadger-js/commit/866bb8d2bffc39046976a7216cabeae573695b12))
* **js:** read config from file ([#1250](https://github.com/honeybadger-io/honeybadger-js/issues/1250)) ([936374c](https://github.com/honeybadger-io/honeybadger-js/commit/936374c2edc0fab65ea852a0772c1d9b31b03656))



## [6.5.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-23)

**Note:** Version bump only for package @honeybadger-io/js
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.

4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/js",
"version": "6.5.3",
"version": "6.6.0",
"license": "MIT",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
"author": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"postpublish": "./scripts/release-cdn.sh"
},
"dependencies": {
"@honeybadger-io/core": "^6.3.1",
"@honeybadger-io/core": "^6.4.0",
"@types/aws-lambda": "^8.10.89",
"@types/express": "^4.17.13",
"cosmiconfig": "^8.3.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/nextjs/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.

## [5.8.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)

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





## [5.8.2](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-30)

**Note:** Version bump only for package @honeybadger-io/nextjs
Expand Down
8 changes: 4 additions & 4 deletions packages/nextjs/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/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/nextjs",
"version": "5.8.2",
"version": "5.8.3",
"description": "Next.js integration for Honeybadger",
"keywords": [
"nextjs",
Expand Down Expand Up @@ -41,11 +41,11 @@
"next": ">= 13.x"
},
"dependencies": {
"@honeybadger-io/js": "^6.5.3",
"@honeybadger-io/js": "^6.6.0",
"@honeybadger-io/webpack": "^6.1.0"
},
"devDependencies": {
"@honeybadger-io/react": "^6.1.9",
"@honeybadger-io/react": "^6.1.10",
"@rollup/plugin-commonjs": "^22.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.0](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)


### Features

* check-ins configuration api ([#1241](https://github.com/honeybadger-io/honeybadger-js/issues/1241)) ([866bb8d](https://github.com/honeybadger-io/honeybadger-js/commit/866bb8d2bffc39046976a7216cabeae573695b12))



## [6.2.3](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-23)

**Note:** Version bump only for package @honeybadger-io/react-native
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/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-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/react-native",
"version": "6.2.3",
"version": "6.3.0",
"description": "Honeybadger.io for React Native.",
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
"license": "MIT",
Expand Down Expand Up @@ -48,6 +48,6 @@
"node": ">=14"
},
"dependencies": {
"@honeybadger-io/core": "^6.3.1"
"@honeybadger-io/core": "^6.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/react/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.1.10](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)

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





## [6.1.9](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-23)

**Note:** Version bump only for package @honeybadger-io/react
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "6.1.10",
"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.5.3",
"@honeybadger-io/js": "^6.6.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "^29.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/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.1.10](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-11-17)

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





## [6.1.9](https://github.com/honeybadger-io/honeybadger-js/compare/@honeybadger-io/[email protected]...@honeybadger-io/[email protected]) (2023-10-23)

**Note:** Version bump only for package @honeybadger-io/vue
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/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/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeybadger-io/vue",
"version": "6.1.9",
"version": "6.1.10",
"license": "MIT",
"description": "Honeybadger Vue.js client",
"author": "Jason Truesdell <[email protected]> (https://github.com/JasonTrue)",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@honeybadger-io/js": "^6.5.3",
"@honeybadger-io/js": "^6.6.0",
"@rollup/plugin-replace": "^5.0.2",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.2",
Expand Down

0 comments on commit eb89c98

Please sign in to comment.