Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2023
1 parent 9246ed7 commit 478d1bb
Show file tree
Hide file tree
Showing 26 changed files with 138 additions and 35 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)


### ⚠ BREAKING CHANGES

* minimum supported nodejs at v14.x
* changes default revision from master to main (#951)
* update to lerna 6 (#918)

### Features

* changes default revision from master to main ([#951](https://github.com/honeybadger-io/honeybadger-js/issues/951)) ([33a8a46](https://github.com/honeybadger-io/honeybadger-js/commit/33a8a46bf76d06776eb7df737239f10d742dbc56))
* rollup / vite plugin ([9246ed7](https://github.com/honeybadger-io/honeybadger-js/commit/9246ed7cedb3b1e01c87d06d668297690bfcb8e7))


### Build System

* minimum supported nodejs at v14.x ([e1f3e01](https://github.com/honeybadger-io/honeybadger-js/commit/e1f3e018ad7d956da1180656ce757e82097846bd))
* update to lerna 6 ([#918](https://github.com/honeybadger-io/honeybadger-js/issues/918)) ([b12d1e8](https://github.com/honeybadger-io/honeybadger-js/commit/b12d1e88937c2c8de2628653ca48535766079ec4))



## [4.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.2...v4.9.3) (2023-01-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"useNx": false,
"version": "4.9.3"
"version": "5.0.0"
}
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)


### ⚠ BREAKING CHANGES

* minimum supported nodejs at v14.x
* update to lerna 6 (#918)

### Build System

* minimum supported nodejs at v14.x ([e1f3e01](https://github.com/honeybadger-io/honeybadger-js/commit/e1f3e018ad7d956da1180656ce757e82097846bd))
* update to lerna 6 ([#918](https://github.com/honeybadger-io/honeybadger-js/issues/918)) ([b12d1e8](https://github.com/honeybadger-io/honeybadger-js/commit/b12d1e88937c2c8de2628653ca48535766079ec4))



## [4.9.2](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.1...v4.9.2) (2023-01-18)


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": "4.9.2",
"version": "5.0.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.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)

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





## [4.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.2...v4.9.3) (2023-01-20)

**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": "4.9.3",
"version": "5.0.0",
"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": "^4.9.3",
"@honeybadger-io/webpack": "^4.8.2"
"@honeybadger-io/js": "^5.0.0",
"@honeybadger-io/webpack": "^5.0.0"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 8 additions & 0 deletions packages/js/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.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)

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





## [4.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.2...v4.9.3) (2023-01-20)

**Note:** Version bump only for package @honeybadger-io/js
Expand Down
6 changes: 3 additions & 3 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": "4.9.3",
"version": "5.0.0",
"license": "MIT",
"homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
"author": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"postpublish": "./scripts/release-cdn.sh"
},
"dependencies": {
"@honeybadger-io/core": "^4.9.2",
"@honeybadger-io/core": "^5.0.0",
"@types/aws-lambda": "^8.10.89",
"@types/express": "^4.17.13"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/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.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)

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





## [4.8.2](https://github.com/honeybadger-io/honeybadger-js/compare/v4.8.1...v4.8.2) (2023-01-02)

**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": "4.8.2",
"version": "5.0.0",
"description": "Honeybadger.io for React Native.",
"author": "Andrey Butov <[email protected]> (https://andreybutov.com)",
"license": "MIT",
Expand Down
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.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)

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





## [4.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.2...v4.9.3) (2023-01-20)

**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": "4.9.3",
"version": "5.0.0",
"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": "^4.9.3",
"@honeybadger-io/js": "^5.0.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^17.0.44",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)


### Features

* rollup / vite plugin ([9246ed7](https://github.com/honeybadger-io/honeybadger-js/commit/9246ed7cedb3b1e01c87d06d668297690bfcb8e7))
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.

6 changes: 4 additions & 2 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@honeybadger-io/rollup-plugin",
"version": "1.0.0",
"version": "5.0.0",
"description": "A rollup plugin to upload sourcemaps to Honeybadger",
"directories": {
"example": "examples"
},
"files": [ "./dist" ],
"files": [
"./dist"
],
"scripts": {
"test": "mocha --loader=testdouble",
"build": "rollup -c",
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.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)

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





## [4.9.3](https://github.com/honeybadger-io/honeybadger-js/compare/v4.9.2...v4.9.3) (2023-01-20)


Expand Down
4 changes: 2 additions & 2 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": "4.9.3",
"version": "5.0.0",
"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": "^4.9.3",
"@honeybadger-io/js": "^5.0.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.2",
"babel-plugin-syntax-jsx": "^6.18.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/honeybadger-io/honeybadger-js/compare/v4.10.0...v5.0.0) (2023-02-05)


### ⚠ BREAKING CHANGES

* changes default revision from master to main (#951)

### Features

* changes default revision from master to main ([#951](https://github.com/honeybadger-io/honeybadger-js/issues/951)) ([33a8a46](https://github.com/honeybadger-io/honeybadger-js/commit/33a8a46bf76d06776eb7df737239f10d742dbc56))



## [4.8.2](https://github.com/honeybadger-io/honeybadger-js/compare/v4.8.1...v4.8.2) (2023-01-02)

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

0 comments on commit 478d1bb

Please sign in to comment.