diff --git a/.changeset/strange-pianos-give.md b/.changeset/strange-pianos-give.md deleted file mode 100644 index fb48308..0000000 --- a/.changeset/strange-pianos-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@basica/fastify": minor ---- - -Bump to fastify v5 diff --git a/packages/basica/plugins/fastify/CHANGELOG.md b/packages/basica/plugins/fastify/CHANGELOG.md index a29bd40..9e299f1 100644 --- a/packages/basica/plugins/fastify/CHANGELOG.md +++ b/packages/basica/plugins/fastify/CHANGELOG.md @@ -1,5 +1,11 @@ # @basica/fastify +## 0.1.0 + +### Minor Changes + +- [#14](https://github.com/nicolabovolato/basica/pull/14) [`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Bump to fastify v5 + ## 0.0.4 ### Patch Changes diff --git a/packages/basica/plugins/fastify/package.json b/packages/basica/plugins/fastify/package.json index 98580ac..7a98e13 100644 --- a/packages/basica/plugins/fastify/package.json +++ b/packages/basica/plugins/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@basica/fastify", - "version": "0.0.4", + "version": "0.1.0", "author": "Nicola Bovolato", "license": "MIT", "files": [ diff --git a/packages/benchmarks/crud/basica-fastify/CHANGELOG.md b/packages/benchmarks/crud/basica-fastify/CHANGELOG.md index b109052..642b526 100644 --- a/packages/benchmarks/crud/basica-fastify/CHANGELOG.md +++ b/packages/benchmarks/crud/basica-fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # bench-crud-basica-fastify +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]: + - @basica/fastify@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/benchmarks/crud/basica-fastify/package.json b/packages/benchmarks/crud/basica-fastify/package.json index 5427a04..6f005e5 100644 --- a/packages/benchmarks/crud/basica-fastify/package.json +++ b/packages/benchmarks/crud/basica-fastify/package.json @@ -1,6 +1,6 @@ { "name": "bench-crud-basica-fastify", - "version": "0.0.4", + "version": "0.0.5", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -16,7 +16,7 @@ "dependencies": { "@basica/config": "workspace:^", "@basica/core": "workspace:^0.0.4", - "@basica/fastify": "workspace:^0.0.4", + "@basica/fastify": "workspace:^0.1.0", "@basica/kysely": "workspace:^", "@basica/pg": "workspace:^", "@fastify/type-provider-typebox": "^5.0.0", diff --git a/packages/benchmarks/http/basica-fastify/CHANGELOG.md b/packages/benchmarks/http/basica-fastify/CHANGELOG.md index e5ee896..5dac7d6 100644 --- a/packages/benchmarks/http/basica-fastify/CHANGELOG.md +++ b/packages/benchmarks/http/basica-fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # bench-http-basica-fastify +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]: + - @basica/fastify@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/benchmarks/http/basica-fastify/package.json b/packages/benchmarks/http/basica-fastify/package.json index 33211f3..496849a 100644 --- a/packages/benchmarks/http/basica-fastify/package.json +++ b/packages/benchmarks/http/basica-fastify/package.json @@ -1,6 +1,6 @@ { "name": "bench-http-basica-fastify", - "version": "0.0.4", + "version": "0.0.5", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -15,7 +15,7 @@ }, "dependencies": { "@basica/core": "workspace:^0.0.4", - "@basica/fastify": "workspace:^0.0.4", + "@basica/fastify": "workspace:^0.1.0", "fastify": "^5.0.0" }, "devDependencies": { diff --git a/packages/examples/crud/CHANGELOG.md b/packages/examples/crud/CHANGELOG.md index 40cb556..fc8db8c 100644 --- a/packages/examples/crud/CHANGELOG.md +++ b/packages/examples/crud/CHANGELOG.md @@ -1,5 +1,12 @@ # crud +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]: + - @basica/fastify@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/examples/crud/package.json b/packages/examples/crud/package.json index c7d1242..b9daead 100644 --- a/packages/examples/crud/package.json +++ b/packages/examples/crud/package.json @@ -1,6 +1,6 @@ { "name": "crud", - "version": "0.0.4", + "version": "0.0.5", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -20,7 +20,7 @@ "dependencies": { "@basica/config": "workspace:^0.0.3", "@basica/core": "workspace:^0.0.4", - "@basica/fastify": "workspace:^0.0.4", + "@basica/fastify": "workspace:^0.1.0", "@basica/kysely": "workspace:^0.0.4", "@basica/pg": "workspace:^0.0.4", "@fastify/type-provider-typebox": "^5.0.0", diff --git a/packages/examples/telemetry/svc1/CHANGELOG.md b/packages/examples/telemetry/svc1/CHANGELOG.md index 6937108..38bc3c4 100644 --- a/packages/examples/telemetry/svc1/CHANGELOG.md +++ b/packages/examples/telemetry/svc1/CHANGELOG.md @@ -1,5 +1,12 @@ # telemetry-svc1 +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]: + - @basica/fastify@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/examples/telemetry/svc1/package.json b/packages/examples/telemetry/svc1/package.json index 72c73e0..e9bcb7a 100644 --- a/packages/examples/telemetry/svc1/package.json +++ b/packages/examples/telemetry/svc1/package.json @@ -1,6 +1,6 @@ { "name": "telemetry-svc1", - "version": "0.0.4", + "version": "0.0.5", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -16,7 +16,7 @@ "dependencies": { "@basica/config": "workspace:^0.0.3", "@basica/core": "workspace:^0.0.4", - "@basica/fastify": "workspace:^0.0.4", + "@basica/fastify": "workspace:^0.1.0", "@basica/telemetry": "workspace:^0.0.2", "@opentelemetry/auto-instrumentations-node": "^0.43.0", "@opentelemetry/exporter-prometheus": "^0.49.1", diff --git a/packages/examples/telemetry/svc2/CHANGELOG.md b/packages/examples/telemetry/svc2/CHANGELOG.md index a937c58..eb33db7 100644 --- a/packages/examples/telemetry/svc2/CHANGELOG.md +++ b/packages/examples/telemetry/svc2/CHANGELOG.md @@ -1,5 +1,12 @@ # telemetry-svc2 +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]: + - @basica/fastify@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/examples/telemetry/svc2/package.json b/packages/examples/telemetry/svc2/package.json index 5facc19..ba6ac48 100644 --- a/packages/examples/telemetry/svc2/package.json +++ b/packages/examples/telemetry/svc2/package.json @@ -1,6 +1,6 @@ { "name": "telemetry-svc2", - "version": "0.0.4", + "version": "0.0.5", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -16,7 +16,7 @@ "dependencies": { "@basica/config": "workspace:^0.0.3", "@basica/core": "workspace:^0.0.4", - "@basica/fastify": "workspace:^0.0.4", + "@basica/fastify": "workspace:^0.1.0", "@basica/telemetry": "workspace:^0.0.2", "@opentelemetry/auto-instrumentations-node": "^0.43.0", "@opentelemetry/exporter-prometheus": "^0.49.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6db9931..327100a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -607,7 +607,7 @@ importers: specifier: workspace:^0.0.4 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.4 + specifier: workspace:^0.1.0 version: link:../../../basica/plugins/fastify '@basica/kysely': specifier: workspace:^ @@ -872,7 +872,7 @@ importers: specifier: workspace:^0.0.4 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.4 + specifier: workspace:^0.1.0 version: link:../../../basica/plugins/fastify fastify: specifier: ^5.0.0 @@ -1096,7 +1096,7 @@ importers: specifier: workspace:^0.0.4 version: link:../../basica/core '@basica/fastify': - specifier: workspace:^0.0.4 + specifier: workspace:^0.1.0 version: link:../../basica/plugins/fastify '@basica/kysely': specifier: workspace:^0.0.4 @@ -1169,7 +1169,7 @@ importers: specifier: workspace:^0.0.4 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.4 + specifier: workspace:^0.1.0 version: link:../../../basica/plugins/fastify '@basica/telemetry': specifier: workspace:^0.0.2 @@ -1227,7 +1227,7 @@ importers: specifier: workspace:^0.0.4 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.4 + specifier: workspace:^0.1.0 version: link:../../../basica/plugins/fastify '@basica/telemetry': specifier: workspace:^0.0.2