Skip to content

Commit

Permalink
Increase packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c authored and github-actions[bot] committed Nov 6, 2024
1 parent 31d2ace commit e722a62
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .changeset/long-wasps-knock.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/correlation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @totalsoft/correlation

## 3.0.0

### Major Changes

- 31d2ace: update dependencies for the following packages: correlation, graceful-shutdown, key-per-file-configuration, opentracing, pino-opentelemetry

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/correlation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/correlation",
"description": "Core correlation functionality",
"version": "2.0.0",
"version": "3.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/graceful-shutdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @totalsoft/graceful-shutdown

## 2.0.0

### Major Changes

- 31d2ace: update dependencies for the following packages: correlation, graceful-shutdown, key-per-file-configuration, opentracing, pino-opentelemetry

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graceful-shutdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/graceful-shutdown",
"description": "Graceful shutdown after intercepting signals and unhandled exceptions",
"version": "1.1.0",
"version": "2.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/key-per-file-configuration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @totalsoft/key-per-file-configuration

## 2.0.0

### Major Changes

- 31d2ace: update dependencies for the following packages: correlation, graceful-shutdown, key-per-file-configuration, opentracing, pino-opentelemetry

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-per-file-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/key-per-file-configuration",
"description": "Key per file configuration provider",
"version": "1.1.0",
"version": "2.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/opentracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @totalsoft/opentracing

## 2.0.0

### Major Changes

- 31d2ace: update dependencies for the following packages: correlation, graceful-shutdown, key-per-file-configuration, opentracing, pino-opentelemetry

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/opentracing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/opentracing",
"description": "Core opentracing functionality",
"version": "1.1.0",
"version": "2.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/pino-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @totalsoft/pino-apollo

## 3.0.1

### Patch Changes

- Updated dependencies [31d2ace]
- @totalsoft/correlation@3.0.0

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pino-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-apollo",
"description": "A custom Apollo logging plugin",
"version": "3.0.0",
"version": "3.0.1",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@apollo/server": "^4.11.2",
"@colors/colors": "^1.6.0",
"@totalsoft/correlation": "2.0.0",
"@totalsoft/correlation": "3.0.0",
"graphql": "^16.9.0",
"pino": "^9.5.0",
"ramda": "^0.30.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/pino-correlation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @totalsoft/pino-correlation

## 2.0.1

### Patch Changes

- Updated dependencies [31d2ace]
- @totalsoft/correlation@3.0.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pino-correlation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-correlation",
"description": "Correlation id mixin for pino",
"version": "2.0.0",
"version": "2.0.1",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@totalsoft/correlation": "2.0.0"
"@totalsoft/correlation": "3.0.0"
},
"jest": {
"preset": "ts-jest",
Expand Down
7 changes: 7 additions & 0 deletions packages/pino-mssqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @totalsoft/pino-mssqlserver

## 2.0.1

### Patch Changes

- Updated dependencies [31d2ace]
- @totalsoft/correlation@3.0.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pino-mssqlserver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-mssqlserver",
"description": "Sql server transport for pino",
"version": "2.0.0",
"version": "2.0.1",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@totalsoft/correlation": "2.0.0",
"@totalsoft/correlation": "3.0.0",
"humps": "^2.0.1",
"knex": "^3.1.0",
"pino": "^9.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/pino-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @totalsoft/pino-opentracing

## 3.0.0

### Major Changes

- 31d2ace: update dependencies for the following packages: correlation, graceful-shutdown, key-per-file-configuration, opentracing, pino-opentelemetry

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-opentelemetry",
"description": "Correlation id mixin for pino",
"version": "2.0.0",
"version": "3.0.0",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/pino-opentracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @totalsoft/pino-opentracing

## 1.1.1

### Patch Changes

- Updated dependencies [31d2ace]
- @totalsoft/opentracing@2.0.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pino-opentracing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@totalsoft/pino-opentracing",
"description": "Correlation id mixin for pino",
"version": "1.1.0",
"version": "1.1.1",
"author": "TotalSoft",
"packageManager": "yarn@3.2.0",
"type": "commonjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^4.7.2"
},
"dependencies": {
"@totalsoft/opentracing": "1.1.0",
"@totalsoft/opentracing": "2.0.0",
"opentracing": "^0.14.7",
"pino": "^8.5.0",
"ramda": "^0.28.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ __metadata:
languageName: unknown
linkType: soft

"@totalsoft/correlation@2.0.0, @totalsoft/correlation@workspace:packages/correlation":
"@totalsoft/correlation@3.0.0, @totalsoft/correlation@workspace:packages/correlation":
version: 0.0.0-use.local
resolution: "@totalsoft/correlation@workspace:packages/correlation"
dependencies:
Expand Down Expand Up @@ -2294,7 +2294,7 @@ __metadata:
languageName: unknown
linkType: soft

"@totalsoft/opentracing@1.1.0, @totalsoft/opentracing@workspace:packages/opentracing":
"@totalsoft/opentracing@2.0.0, @totalsoft/opentracing@workspace:packages/opentracing":
version: 0.0.0-use.local
resolution: "@totalsoft/opentracing@workspace:packages/opentracing"
dependencies:
Expand All @@ -2316,7 +2316,7 @@ __metadata:
"@apollo/server": ^4.11.2
"@colors/colors": ^1.6.0
"@jest/types": ^29.6.3
"@totalsoft/correlation": 2.0.0
"@totalsoft/correlation": 3.0.0
"@types/jest": ^29.5.14
"@types/node": ^22.8.7
"@types/ramda": 0.30.2
Expand All @@ -2338,7 +2338,7 @@ __metadata:
resolution: "@totalsoft/pino-correlation@workspace:packages/pino-correlation"
dependencies:
"@jest/types": ^29.6.3
"@totalsoft/correlation": 2.0.0
"@totalsoft/correlation": 3.0.0
"@types/jest": ^29.5.14
"@types/node": ^22.8.7
"@types/uuid": ^10.0.0
Expand All @@ -2354,7 +2354,7 @@ __metadata:
resolution: "@totalsoft/pino-mssqlserver@workspace:packages/pino-mssqlserver"
dependencies:
"@jest/types": ^29.6.3
"@totalsoft/correlation": 2.0.0
"@totalsoft/correlation": 3.0.0
"@types/humps": ^2.0.6
"@types/jest": ^29.5.14
"@types/node": ^22.8.7
Expand Down Expand Up @@ -2414,7 +2414,7 @@ __metadata:
resolution: "@totalsoft/pino-opentracing@workspace:packages/pino-opentracing"
dependencies:
"@jest/types": ^28.1.0
"@totalsoft/opentracing": 1.1.0
"@totalsoft/opentracing": 2.0.0
"@types/jest": ^27.5.1
"@types/node": ^17.0.32
"@types/ramda": ^0.28.15
Expand Down

0 comments on commit e722a62

Please sign in to comment.