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 CyntiBinti committed Nov 7, 2023
1 parent 6b7a812 commit 5af0de1
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 19 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/app-info": "2.1.0",
"packages/crash-handler": "3.0.3",
"packages/app-info": "2.2.0",
"packages/crash-handler": "3.0.4",
"packages/errors": "2.2.0",
"packages/eslint-config": "2.0.1",
"packages/fetch-error-handler": "0.1.1",
"packages/log-error": "3.1.1",
"packages/logger": "2.2.9",
"packages/middleware-log-errors": "3.0.3",
"packages/middleware-render-error-info": "3.0.3",
"packages/log-error": "3.1.2",
"packages/logger": "2.2.10",
"packages/middleware-log-errors": "3.0.4",
"packages/middleware-render-error-info": "3.0.4",
"packages/serialize-error": "2.1.0",
"packages/serialize-request": "2.2.1"
}
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

## [2.2.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v2.1.0...app-info-v2.2.0) (2023-11-07)


### Features

* add cloudProvider as exported property for appInfo ([ae28f2b](https://github.com/Financial-Times/dotcom-reliability-kit/commit/ae28f2bcb5c364c9eb82a5ac0fbad6dc17a65806))

## [2.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v2.0.1...app-info-v2.1.0) (2023-05-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": "2.1.0",
"version": "2.2.0",
"description": "A utility to get application info in a consistent way.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/crash-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.0 to ^3.1.1

### Dependencies

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

## [3.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v2.1.2...crash-handler-v3.0.0) (2023-08-07)


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": "3.0.3",
"version": "3.0.4",
"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",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^3.1.1"
"@dotcom-reliability-kit/log-error": "^3.1.2"
}
}
7 changes: 7 additions & 0 deletions packages/log-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
* dependencies
* @dotcom-reliability-kit/serialize-request bumped from ^2.2.0 to ^2.2.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^2.1.0 to ^2.2.0
* @dotcom-reliability-kit/logger bumped from ^2.2.9 to ^2.2.10

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v3.0.1...log-error-v3.1.0) (2023-09-19)


Expand Down
6 changes: 3 additions & 3 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": "3.1.1",
"version": "3.1.2",
"description": "A method to consistently log error object with optional request information",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^2.1.0",
"@dotcom-reliability-kit/logger": "^2.2.9",
"@dotcom-reliability-kit/app-info": "^2.2.0",
"@dotcom-reliability-kit/logger": "^2.2.10",
"@dotcom-reliability-kit/serialize-error": "^2.1.0",
"@dotcom-reliability-kit/serialize-request": "^2.2.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^1.0.3 to ^1.1.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^2.1.0 to ^2.2.0

## [2.2.9](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v2.2.8...logger-v2.2.9) (2023-09-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/logger",
"version": "2.2.9",
"version": "2.2.10",
"description": "A simple and fast logger based on Pino, with FT preferences baked in",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^2.1.0",
"@dotcom-reliability-kit/app-info": "^2.2.0",
"@dotcom-reliability-kit/serialize-error": "^2.1.0",
"lodash.clonedeep": "^4.5.0",
"pino": "^8.15.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/middleware-log-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.0 to ^3.1.1

### Dependencies

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

## [3.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-log-errors-v2.1.1...middleware-log-errors-v3.0.0) (2023-08-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-log-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/middleware-log-errors",
"version": "3.0.3",
"version": "3.0.4",
"description": "Express middleware to consistently log errors",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^3.1.1"
"@dotcom-reliability-kit/log-error": "^3.1.2"
},
"devDependencies": {
"@financial-times/n-express": "^28.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/middleware-render-error-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.0 to ^3.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^2.1.0 to ^2.2.0
* @dotcom-reliability-kit/log-error bumped from ^3.1.1 to ^3.1.2

## [3.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v2.1.1...middleware-render-error-info-v3.0.0) (2023-08-07)


Expand Down
6 changes: 3 additions & 3 deletions packages/middleware-render-error-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/middleware-render-error-info",
"version": "3.0.3",
"version": "3.0.4",
"description": "Express middleware to render error information in a way that makes local debugging easier.",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^2.1.0",
"@dotcom-reliability-kit/log-error": "^3.1.1",
"@dotcom-reliability-kit/app-info": "^2.2.0",
"@dotcom-reliability-kit/log-error": "^3.1.2",
"@dotcom-reliability-kit/serialize-error": "^2.1.0",
"entities": "^4.5.0"
},
Expand Down

0 comments on commit 5af0de1

Please sign in to comment.