Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #15

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/strange-pianos-give.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/basica/plugins/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/basica/plugins/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/fastify",
"version": "0.0.4",
"version": "0.1.0",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/benchmarks/crud/basica-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench-crud-basica-fastify

## 0.0.5

### Patch Changes

- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]:
- @basica/[email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmarks/crud/basica-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench-crud-basica-fastify",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/benchmarks/http/basica-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench-http-basica-fastify

## 0.0.5

### Patch Changes

- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]:
- @basica/[email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmarks/http/basica-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench-http-basica-fastify",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/crud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# crud

## 0.0.5

### Patch Changes

- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]:
- @basica/[email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crud",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/telemetry/svc1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# telemetry-svc1

## 0.0.5

### Patch Changes

- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]:
- @basica/[email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/telemetry/svc1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telemetry-svc1",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/telemetry/svc2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# telemetry-svc2

## 0.0.5

### Patch Changes

- Updated dependencies [[`baa072d`](https://github.com/nicolabovolato/basica/commit/baa072d792823a51f823ff0121e653ed66547281)]:
- @basica/[email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/telemetry/svc2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telemetry-svc2",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

Loading