From 399d32aa6ddc6caac5ac16d9d65c3b0bab1976b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:08:16 +0300 Subject: [PATCH] Version update (#14) Co-authored-by: github-actions[bot] --- .changeset/odd-garlics-learn.md | 10 ---------- packages/fastify/fastify-correlation-id/CHANGELOG.md | 6 ++++++ packages/fastify/fastify-correlation-id/package.json | 2 +- packages/fastify/fastify-health-check/CHANGELOG.md | 6 ++++++ packages/fastify/fastify-health-check/package.json | 2 +- packages/fastify/fastify-kit-api-key/CHANGELOG.md | 8 ++++++++ packages/fastify/fastify-kit-api-key/package.json | 4 ++-- .../fastify/fastify-kit-errors-handling/CHANGELOG.md | 8 ++++++++ .../fastify/fastify-kit-errors-handling/package.json | 4 ++-- packages/fastify/fastify-kit-health-check/CHANGELOG.md | 9 +++++++++ packages/fastify/fastify-kit-health-check/package.json | 4 ++-- packages/fastify/fastify-kit/CHANGELOG.md | 8 ++++++++ packages/fastify/fastify-kit/package.json | 4 ++-- packages/node/pino-logger/CHANGELOG.md | 7 +++++++ packages/node/pino-logger/package.json | 4 ++-- 15 files changed, 64 insertions(+), 22 deletions(-) delete mode 100644 .changeset/odd-garlics-learn.md diff --git a/.changeset/odd-garlics-learn.md b/.changeset/odd-garlics-learn.md deleted file mode 100644 index 0815b4b6a..000000000 --- a/.changeset/odd-garlics-learn.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@relab/fastify-correlation-id": patch -"@relab/fastify-health-check": patch -"@relab/fastify-kit": patch -"@relab/fastify-kit-api-key": patch -"@relab/fastify-kit-errors-handling": patch -"@relab/fastify-kit-health-check": patch ---- - -Test release diff --git a/packages/fastify/fastify-correlation-id/CHANGELOG.md b/packages/fastify/fastify-correlation-id/CHANGELOG.md index a4bcd8b83..f0f0b8849 100644 --- a/packages/fastify/fastify-correlation-id/CHANGELOG.md +++ b/packages/fastify/fastify-correlation-id/CHANGELOG.md @@ -1,5 +1,11 @@ # @relab/fastify-correlation-id +## 1.0.11 + +### Patch Changes + +- 4b95339: Test release + ## 1.0.10 ### Patch Changes diff --git a/packages/fastify/fastify-correlation-id/package.json b/packages/fastify/fastify-correlation-id/package.json index 66672bf85..dc86cab6a 100644 --- a/packages/fastify/fastify-correlation-id/package.json +++ b/packages/fastify/fastify-correlation-id/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-correlation-id", - "version": "1.0.10", + "version": "1.0.11", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", diff --git a/packages/fastify/fastify-health-check/CHANGELOG.md b/packages/fastify/fastify-health-check/CHANGELOG.md index de186c050..e751bfc87 100644 --- a/packages/fastify/fastify-health-check/CHANGELOG.md +++ b/packages/fastify/fastify-health-check/CHANGELOG.md @@ -1,5 +1,11 @@ # @relab/fastify-health-check +## 1.0.11 + +### Patch Changes + +- 4b95339: Test release + ## 1.0.10 ### Patch Changes diff --git a/packages/fastify/fastify-health-check/package.json b/packages/fastify/fastify-health-check/package.json index f24447adc..c39adadc6 100644 --- a/packages/fastify/fastify-health-check/package.json +++ b/packages/fastify/fastify-health-check/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-health-check", - "version": "1.0.10", + "version": "1.0.11", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", diff --git a/packages/fastify/fastify-kit-api-key/CHANGELOG.md b/packages/fastify/fastify-kit-api-key/CHANGELOG.md index 6b1876d48..58a038d61 100644 --- a/packages/fastify/fastify-kit-api-key/CHANGELOG.md +++ b/packages/fastify/fastify-kit-api-key/CHANGELOG.md @@ -1,5 +1,13 @@ # @relab/fastify-kit-api-key +## 1.0.10 + +### Patch Changes + +- 4b95339: Test release +- Updated dependencies [4b95339] + - @relab/fastify-kit@1.0.13 + ## 1.0.9 ### Patch Changes diff --git a/packages/fastify/fastify-kit-api-key/package.json b/packages/fastify/fastify-kit-api-key/package.json index 922d329fe..0f4ccd156 100644 --- a/packages/fastify/fastify-kit-api-key/package.json +++ b/packages/fastify/fastify-kit-api-key/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-kit-api-key", - "version": "1.0.9", + "version": "1.0.10", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -68,6 +68,6 @@ "typescript": "5.4.5" }, "peerDependencies": { - "@relab/fastify-kit": ">=1.0.12" + "@relab/fastify-kit": ">=1.0.13" } } diff --git a/packages/fastify/fastify-kit-errors-handling/CHANGELOG.md b/packages/fastify/fastify-kit-errors-handling/CHANGELOG.md index 9360ddaa6..572e6df3c 100644 --- a/packages/fastify/fastify-kit-errors-handling/CHANGELOG.md +++ b/packages/fastify/fastify-kit-errors-handling/CHANGELOG.md @@ -1,5 +1,13 @@ # @relab/fastify-kit-errors-handling +## 1.0.10 + +### Patch Changes + +- 4b95339: Test release +- Updated dependencies [4b95339] + - @relab/fastify-kit@1.0.13 + ## 1.0.9 ### Patch Changes diff --git a/packages/fastify/fastify-kit-errors-handling/package.json b/packages/fastify/fastify-kit-errors-handling/package.json index 53ee6f7ce..d958c7a6f 100644 --- a/packages/fastify/fastify-kit-errors-handling/package.json +++ b/packages/fastify/fastify-kit-errors-handling/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-kit-errors-handling", - "version": "1.0.9", + "version": "1.0.10", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -69,7 +69,7 @@ "zod": "3.23.8" }, "peerDependencies": { - "@relab/fastify-kit": ">=1.0.12", + "@relab/fastify-kit": ">=1.0.13", "zod": ">= 3" } } diff --git a/packages/fastify/fastify-kit-health-check/CHANGELOG.md b/packages/fastify/fastify-kit-health-check/CHANGELOG.md index d0a5f13e3..c951c3f24 100644 --- a/packages/fastify/fastify-kit-health-check/CHANGELOG.md +++ b/packages/fastify/fastify-kit-health-check/CHANGELOG.md @@ -1,5 +1,14 @@ # @relab/fastify-kit-health-check +## 1.0.10 + +### Patch Changes + +- 4b95339: Test release +- Updated dependencies [4b95339] + - @relab/fastify-health-check@1.0.11 + - @relab/fastify-kit@1.0.13 + ## 1.0.9 ### Patch Changes diff --git a/packages/fastify/fastify-kit-health-check/package.json b/packages/fastify/fastify-kit-health-check/package.json index 6fa11942e..882e8d66f 100644 --- a/packages/fastify/fastify-kit-health-check/package.json +++ b/packages/fastify/fastify-kit-health-check/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-kit-health-check", - "version": "1.0.9", + "version": "1.0.10", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -68,7 +68,7 @@ "typescript": "5.4.5" }, "peerDependencies": { - "@relab/fastify-kit": ">=1.0.12" + "@relab/fastify-kit": ">=1.0.13" }, "dependencies": { "@relab/fastify-health-check": "workspace:*" diff --git a/packages/fastify/fastify-kit/CHANGELOG.md b/packages/fastify/fastify-kit/CHANGELOG.md index f6348b488..46b103be0 100644 --- a/packages/fastify/fastify-kit/CHANGELOG.md +++ b/packages/fastify/fastify-kit/CHANGELOG.md @@ -1,5 +1,13 @@ # @relab/fastify-kit +## 1.0.13 + +### Patch Changes + +- 4b95339: Test release +- Updated dependencies [4b95339] + - @relab/fastify-health-check@1.0.11 + ## 1.0.12 ### Patch Changes diff --git a/packages/fastify/fastify-kit/package.json b/packages/fastify/fastify-kit/package.json index 7558dfde8..b06ed45c7 100644 --- a/packages/fastify/fastify-kit/package.json +++ b/packages/fastify/fastify-kit/package.json @@ -1,6 +1,6 @@ { "name": "@relab/fastify-kit", - "version": "1.0.12", + "version": "1.0.13", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -83,7 +83,7 @@ "zod-to-json-schema": "3.23.0" }, "peerDependencies": { - "@relab/fastify-health-check": ">=1.0.10", + "@relab/fastify-health-check": ">=1.0.11", "@relab/graceful-shutdown": ">=1.0.13", "zod": ">= 3" } diff --git a/packages/node/pino-logger/CHANGELOG.md b/packages/node/pino-logger/CHANGELOG.md index 8b5b8b73a..684276949 100644 --- a/packages/node/pino-logger/CHANGELOG.md +++ b/packages/node/pino-logger/CHANGELOG.md @@ -1,5 +1,12 @@ # @relab/pino-logger +## 1.0.11 + +### Patch Changes + +- Updated dependencies [4b95339] + - @relab/fastify-correlation-id@1.0.11 + ## 1.0.10 ### Patch Changes diff --git a/packages/node/pino-logger/package.json b/packages/node/pino-logger/package.json index 66f4c1e20..967ac0c1d 100644 --- a/packages/node/pino-logger/package.json +++ b/packages/node/pino-logger/package.json @@ -1,6 +1,6 @@ { "name": "@relab/pino-logger", - "version": "1.0.10", + "version": "1.0.11", "packageManager": "pnpm@9.1.4", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -72,6 +72,6 @@ "pino-pretty": "11.2.0" }, "peerDependencies": { - "@relab/fastify-correlation-id": ">=1.0.10" + "@relab/fastify-correlation-id": ">=1.0.11" } }