Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Feb 14, 2025
1 parent dd2edb7 commit e479d6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/core",
"version": "0.0.25",
"version": "0.0.26",
"description": "Reactive HyperText Markup Language",
"bolt": {
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/amqp",
"version": "0.0.25",
"version": "0.0.26",
"description": "AMQP module with decorators",
"scripts": {
"start": "echo START",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e479d6a

Please sign in to comment.