From 12a385c4a5385ca2f00f65feabf96e00f283e550 Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Sat, 8 Jun 2024 07:28:56 +0000 Subject: [PATCH] 0.0.14 --- package.json | 2 +- packages/cli/package.json | 2 +- packages/fastify/package.json | 2 +- packages/mongoose/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f7ac54e..734fba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.13", + "version": "0.0.14", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 4c6eb07..7b9bfa7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.13", + "version": "0.0.14", "description": "Rhtml CLI tool", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index ddd97af..06804bf 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.13", + "version": "0.0.14", "description": "Fastify module with decorators", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index cf6c3ec..c7c448f 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/mongoose", - "version": "0.0.13", + "version": "0.0.14", "description": "Mongoose module wrapper", "scripts": { "start": "npx gapi start --local --path=./example/main.ts",