From 1082454515fb4a6439cd03a081b70a7e72365d6d Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Wed, 3 Apr 2024 14:27:29 +0000 Subject: [PATCH] 0.0.11 --- 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 1b49aad..08e4718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.10", + "version": "0.0.11", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 321fa19..a97d015 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.10", + "version": "0.0.11", "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 4093d12..d179db3 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.10", + "version": "0.0.11", "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 81560f3..a662073 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/mongoose", - "version": "0.0.10", + "version": "0.0.11", "description": "Mongoose module wrapper", "scripts": { "start": "npx gapi start --local --path=./example/main.ts",