Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team authored and rowanmanning committed Nov 26, 2024
1 parent 5e07d9c commit ab96ee3
Show file tree
Hide file tree
Showing 26 changed files with 215 additions and 68 deletions.
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/app-info": "3.3.0",
"packages/crash-handler": "4.1.10",
"packages/errors": "3.1.1",
"packages/eslint-config": "3.1.0",
"packages/fetch-error-handler": "0.2.5",
"packages/log-error": "4.2.4",
"packages/logger": "3.2.0",
"packages/middleware-log-errors": "4.2.4",
"packages/middleware-render-error-info": "5.1.10",
"packages/serialize-error": "3.2.0",
"packages/serialize-request": "3.1.0",
"packages/opentelemetry": "2.0.14"
"packages/app-info": "3.3.1",
"packages/crash-handler": "4.1.11",
"packages/errors": "3.1.2",
"packages/eslint-config": "3.1.1",
"packages/fetch-error-handler": "0.2.6",
"packages/log-error": "4.2.5",
"packages/logger": "3.2.1",
"packages/middleware-log-errors": "4.2.5",
"packages/middleware-render-error-info": "5.1.11",
"packages/serialize-error": "3.2.1",
"packages/serialize-request": "3.1.1",
"packages/opentelemetry": "2.0.15"
}
56 changes: 28 additions & 28 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/app-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.3.0...app-info-v3.3.1) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))

## [3.3.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.2.0...app-info-v3.3.0) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/app-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/app-info",
"version": "3.3.0",
"version": "3.3.1",
"description": "A utility to get application info in a consistent way.",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/crash-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.11](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.10...crash-handler-v4.1.11) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^4.2.4 to ^4.2.5

## [4.1.10](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.9...crash-handler-v4.1.10) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/crash-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/crash-handler",
"version": "4.1.10",
"version": "4.1.11",
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",
"repository": {
"type": "git",
Expand All @@ -16,6 +16,6 @@
"main": "lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^4.2.4"
"@dotcom-reliability-kit/log-error": "^4.2.5"
}
}
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.1...errors-v3.1.2) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))

## [3.1.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.0...errors-v3.1.1) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/errors",
"version": "3.1.1",
"version": "3.1.2",
"description": "A suite of error classes which help you throw the most appropriate error in any situation",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.1.0...eslint-config-v3.1.1) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.0.2...eslint-config-v3.1.0) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/eslint-config",
"version": "3.1.0",
"version": "3.1.1",
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/fetch-error-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.5...fetch-error-handler-v0.2.6) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/errors bumped from ^3.1.1 to ^3.1.2

## [0.2.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.4...fetch-error-handler-v0.2.5) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/fetch-error-handler",
"version": "0.2.5",
"version": "0.2.6",
"description": "Properly handle fetch errors and avoid a lot of boilerplate in your app.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"main": "lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/errors": "^3.1.1"
"@dotcom-reliability-kit/errors": "^3.1.2"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/log-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.2.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.4...log-error-v4.2.5) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^3.3.0 to ^3.3.1
* @dotcom-reliability-kit/logger bumped from ^3.2.0 to ^3.2.1
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.0 to ^3.2.1
* @dotcom-reliability-kit/serialize-request bumped from ^3.1.0 to ^3.1.1

## [4.2.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.3...log-error-v4.2.4) (2024-10-30)


Expand Down
10 changes: 5 additions & 5 deletions packages/log-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/log-error",
"version": "4.2.4",
"version": "4.2.5",
"description": "A method to consistently log error object with optional request information",
"repository": {
"type": "git",
Expand All @@ -16,10 +16,10 @@
"main": "lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.3.0",
"@dotcom-reliability-kit/logger": "^3.2.0",
"@dotcom-reliability-kit/serialize-error": "^3.2.0",
"@dotcom-reliability-kit/serialize-request": "^3.1.0"
"@dotcom-reliability-kit/app-info": "^3.3.1",
"@dotcom-reliability-kit/logger": "^3.2.1",
"@dotcom-reliability-kit/serialize-error": "^3.2.1",
"@dotcom-reliability-kit/serialize-request": "^3.1.1"
},
"devDependencies": {
"@types/express": "^5.0.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.2.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.2.0...logger-v3.2.1) (2024-11-26)


### Bug Fixes

* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^3.3.0 to ^3.3.1
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.0 to ^3.2.1

## [3.2.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.1.7...logger-v3.2.0) (2024-10-30)


Expand Down
Loading

0 comments on commit ab96ee3

Please sign in to comment.