Skip to content

Commit

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

* chore: update lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicola <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent fc0c82e commit ed40e6e
Show file tree
Hide file tree
Showing 32 changed files with 202 additions and 84 deletions.
13 changes: 0 additions & 13 deletions .changeset/forty-moles-lay.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.3

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.4

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

## 0.0.3

### 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.3",
"version": "0.0.4",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/basica/plugins/amqp-connection-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/amqp-connection-manager

## 0.0.3

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.2

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

## 0.0.4

### Patch Changes

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"bentocache": "^1.0.0-beta.7"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/basica/plugins/bullmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @basica/bullmq

## 0.0.4

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/ioredis@0.0.6
- @basica/core@0.0.4

## 0.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/basica/plugins/bullmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/bullmq",
"version": "0.0.3",
"version": "0.0.4",
"author": "Nicola Bovolato",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\""
},
"peerDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"@basica/ioredis": "workspace:^0.0.5",
"@basica/ioredis": "workspace:^0.0.6",
"ioredis": "^5.3.2",
"bullmq": "^5.5.1"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
Expand All @@ -51,7 +51,7 @@
"vitest": "^1.2.2"
},
"dependencies": {
"@basica/ioredis": "workspace:^0.0.5",
"@basica/ioredis": "workspace:^0.0.6",
"@opentelemetry/api": "^1.8.0"
}
}
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.4

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@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.6

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"ioredis": "^5.3.2"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@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/kafkajs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @basica/kafkajs

## 0.0.2

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basica/plugins/kafkajs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basica/kafkajs",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"kafkajs": "^2.2.4"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@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.4

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"kysely": "^0.27.2"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@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.4

### Patch Changes

- [#11](https://github.com/nicolabovolato/basica/pull/11) [`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - better typing and testing support

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3",
"@basica/core": "workspace:^0.0.4",
"@sinclair/typebox": "^0.32.16",
"pg": "^8.11.3"
},
"devDependencies": {
"@basica/core": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@basica/eslint-config": "workspace:^0.0.0",
"@basica/tsup-config": "workspace:^0.0.0",
"@basica/typescript-config": "workspace:^0.0.0",
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.4

### Patch Changes

- Updated dependencies [[`fc0c82e`](https://github.com/nicolabovolato/basica/commit/fc0c82ed38a8045cbb485241054a230a48a1f70e)]:
- @basica/fastify@0.0.4
- @basica/kysely@0.0.4
- @basica/pg@0.0.4
- @basica/config@0.0.3
- @basica/core@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"author": "Nicola Bovolato",
"license": "MIT",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@basica/config": "workspace:^",
"@basica/core": "workspace:^0.0.3",
"@basica/fastify": "workspace:^0.0.3",
"@basica/core": "workspace:^0.0.4",
"@basica/fastify": "workspace:^0.0.4",
"@basica/kysely": "workspace:^",
"@basica/pg": "workspace:^",
"@fastify/type-provider-typebox": "^4.0.0",
Expand Down
Loading

0 comments on commit ed40e6e

Please sign in to comment.