From e39232805cd497b3a0aebab7e16a3c58dd8234ca Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Tue, 5 Mar 2024 22:48:35 +0000 Subject: [PATCH] 0.0.3 --- package.json | 4 ++-- packages/cli/package.json | 4 ++-- packages/fastify/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e637da5..8131a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.2", + "version": "0.0.3", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ @@ -61,4 +61,4 @@ "dependencies": { "fastify": "^4.25.1" } -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index 9465e71..e602eb2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.2", + "version": "0.0.3", "description": "Rhtml CLI tool", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", @@ -43,4 +43,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 5940a7c..64fd808 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.2", + "version": "0.0.3", "description": "Fastify module with decorators", "scripts": { "start": "npx gapi start --local --path=./example/main.ts",