Skip to content

Commit

Permalink
Version Packages (#2)
Browse files Browse the repository at this point in the history
* Version Packages

* fix: lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicola <nicola.bovolato@gmail.com>
  • Loading branch information
3 people authored Mar 29, 2024
1 parent 2be61dc commit 5fa1e2f
Show file tree
Hide file tree
Showing 28 changed files with 174 additions and 73 deletions.
12 changes: 0 additions & 12 deletions .changeset/dirty-adults-watch.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basica/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/config",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/basica/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @basica/core

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basica/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/core",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/bentocache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/bentocache

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basica/plugins/bentocache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/bentocache",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -31,12 +31,12 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"peerDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@sinclair/typebox": "^0.32.16",
"bentocache": "^1.0.0-beta.7"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/fastify

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"dependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^2.1.0",
"@sinclair/typebox": "^0.32.16",
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/ioredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/ioredis

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basica/plugins/ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/ioredis",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,12 +30,12 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"peerDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@sinclair/typebox": "^0.32.16",
"ioredis": "^5.3.2"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/kysely

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basica/plugins/kysely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/kysely",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,12 +30,12 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"peerDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@sinclair/typebox": "^0.32.16",
"kysely": "^0.27.2"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/pg

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basica/plugins/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/pg",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,12 +30,12 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"peerDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@sinclair/typebox": "^0.32.16",
"pg": "^8.11.3"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/basica/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @basica/telemetry

## 0.0.2

### Patch Changes

- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basica/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/telemetry",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/benchmarks/crud/basica-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# bench-crud-basica-fastify

## 0.0.2

### Patch Changes

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/config@0.0.2
- @basica/core@0.0.2
- @basica/fastify@0.0.2
- @basica/kysely@0.0.2
- @basica/pg@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.0.2",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@basica/config": "workspace:^",
"@basica/core": "workspace:^0.0.1",
"@basica/fastify": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/fastify": "workspace:^0.0.2",
"@basica/kysely": "workspace:^",
"@basica/pg": "workspace:^",
"@fastify/type-provider-typebox": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/benchmarks/http/basica-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# bench-http-basica-fastify

## 0.0.2

### Patch Changes

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/core@0.0.2
- @basica/fastify@0.0.2

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.0.2",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"lint": "tsc --noEmit && eslint \"src/**/*.ts\""
},
"dependencies": {
"@basica/core": "workspace:^0.0.1",
"@basica/fastify": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.2",
"@basica/fastify": "workspace:^0.0.2",
"fastify": "^4.26.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/crud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# crud

## 0.0.2

### Patch Changes

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/config@0.0.2
- @basica/core@0.0.2
- @basica/fastify@0.0.2
- @basica/kysely@0.0.2
- @basica/pg@0.0.2

## 0.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "0.0.2",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -14,11 +14,11 @@
"lint": "tsc --noEmit && eslint \"{src,migrations}/**/*.ts\""
},
"dependencies": {
"@basica/config": "workspace:^0.0.1",
"@basica/core": "workspace:^0.0.1",
"@basica/fastify": "workspace:^0.0.1",
"@basica/kysely": "workspace:^0.0.1",
"@basica/pg": "workspace:^0.0.1",
"@basica/config": "workspace:^0.0.2",
"@basica/core": "workspace:^0.0.2",
"@basica/fastify": "workspace:^0.0.2",
"@basica/kysely": "workspace:^0.0.2",
"@basica/pg": "workspace:^0.0.2",
"@fastify/type-provider-typebox": "^4.0.0",
"@sinclair/typebox": "^0.32.16",
"fastify": "^4.26.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/telemetry/svc1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# telemetry-svc1

## 0.0.2

### Patch Changes

- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]:
- @basica/config@0.0.2
- @basica/core@0.0.2
- @basica/fastify@0.0.2
- @basica/telemetry@0.0.2

## 0.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 5fa1e2f

Please sign in to comment.