Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Mar 7, 2024
1 parent 1e00a13 commit d516e91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Reactive HyperText Markup Language",
"bolt": {
"workspaces": [
Expand Down Expand Up @@ -61,4 +61,4 @@
"dependencies": {
"fastify": "^4.26.2"
}
}
}
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.3",
"version": "0.0.4",
"description": "Rhtml CLI tool",
"scripts": {
"start": "npx gapi start --local --path=./example/main.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhtml/fastify",
"version": "0.0.3",
"version": "0.0.4",
"description": "Fastify module with decorators",
"scripts": {
"start": "npx gapi start --local --path=./example/main.ts",
Expand Down Expand Up @@ -40,4 +40,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}

0 comments on commit d516e91

Please sign in to comment.