Skip to content

Commit

Permalink
chore: bump blaze version (#7970)
Browse files Browse the repository at this point in the history
* chore: bump blaze version

* chore: update blaze version config.yml
  • Loading branch information
krsbx authored Nov 20, 2024
1 parent a6dc0d4 commit 705eabf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/blaze-bun/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: Busy-Hour-Studio/blaze
version: 4.2
version: 4.4

engines:
- bun
2 changes: 1 addition & 1 deletion javascript/blaze-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"dependencies": {
"@busy-hour/blaze": "~4.3.0"
"@busy-hour/blaze": "~4.4.0"
}
}
2 changes: 1 addition & 1 deletion javascript/blaze-node/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
github: Busy-Hour-Studio/blaze
version: 4.2
version: 4.4
2 changes: 1 addition & 1 deletion javascript/blaze-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"@busy-hour/blaze": "~4.3.0",
"@busy-hour/blaze": "~4.4.0",
"@hono/node-server": "*"
}
}

0 comments on commit 705eabf

Please sign in to comment.