Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ragokan committed Sep 5, 2024
1 parent 854bf02 commit 4916589
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.19",
"version": "0.0.20",
"useNx": true
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/client",
"version": "0.0.19",
"version": "0.0.20",
"description": "Bunicorn client whhich has full type support for the Bunicorn server, ultra fast Bun, Deno and Edge server framework",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/server",
"version": "0.0.19",
"version": "0.0.20",
"description": "Bunicorn server, ultra fast Bun, Deno and Edge server framework",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/utils",
"version": "0.0.19",
"version": "0.0.20",
"description": "Utils that help you while coding",
"type": "module",
"private": false,
Expand Down

0 comments on commit 4916589

Please sign in to comment.