Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nookit-dev/bnkit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-schabel committed Aug 6, 2024
2 parents 7d27751 + c43ca0f commit 3c12270
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnkit",
"version": "0.5.15",
"version": "0.5.17",
"main": "index.ts",
"devDependencies": {
"bun": "^1.1.21",
Expand All @@ -26,4 +26,4 @@
"bnkit": "sh ./scripts/cli.ts"
},
"dependencies": {}
}
}
4 changes: 2 additions & 2 deletions plugins/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnk/react-server",
"version": "0.5.15",
"version": "0.5.17",
"module": "index.ts",
"main": "index.ts",
"scripts": {
Expand All @@ -23,4 +23,4 @@
"react-dom": "^18.0.0",
"bnkit": "^0.5.12"
}
}
}
4 changes: 2 additions & 2 deletions plugins/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnk/react",
"version": "0.5.15",
"version": "0.5.17",
"module": "index.ts",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"react-dom": "^18.0.0",
"bnkit": "latest"
}
}
}

0 comments on commit 3c12270

Please sign in to comment.