From e479d6a56d001a44e805aeeda24b97f9b33b8911 Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Fri, 14 Feb 2025 08:09:23 +0000 Subject: [PATCH] 0.0.26 --- package.json | 2 +- packages/amqp/package.json | 2 +- packages/cli/package.json | 2 +- packages/fastify/package.json | 2 +- packages/mongoose/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e04b505..5b1f800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/core", - "version": "0.0.25", + "version": "0.0.26", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/amqp/package.json b/packages/amqp/package.json index 0ac6c12..420b31c 100644 --- a/packages/amqp/package.json +++ b/packages/amqp/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/amqp", - "version": "0.0.25", + "version": "0.0.26", "description": "AMQP module with decorators", "scripts": { "start": "echo START", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3924b0b..c0e3f2c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/cli", - "version": "0.0.25", + "version": "0.0.26", "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 56b3f31..271eb5b 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/fastify", - "version": "0.0.25", + "version": "0.0.26", "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 e7a8fef..0f75556 100644 --- a/packages/mongoose/package.json +++ b/packages/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/mongoose", - "version": "0.0.25", + "version": "0.0.26", "description": "Mongoose module wrapper", "scripts": { "start": "npx gapi start --local --path=./example/main.ts",