diff --git a/package.json b/package.json index afcd95d..5157017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bnkit", - "version": "0.5.15", + "version": "0.5.17", "main": "index.ts", "devDependencies": { "bun": "^1.1.21", @@ -26,4 +26,4 @@ "bnkit": "sh ./scripts/cli.ts" }, "dependencies": {} -} +} \ No newline at end of file diff --git a/plugins/react-server/package.json b/plugins/react-server/package.json index ffaa165..3f88521 100644 --- a/plugins/react-server/package.json +++ b/plugins/react-server/package.json @@ -1,6 +1,6 @@ { "name": "@bnk/react-server", - "version": "0.5.15", + "version": "0.5.17", "module": "index.ts", "main": "index.ts", "scripts": { @@ -23,4 +23,4 @@ "react-dom": "^18.0.0", "bnkit": "^0.5.12" } -} +} \ No newline at end of file diff --git a/plugins/react/package.json b/plugins/react/package.json index b1b4fec..f328565 100644 --- a/plugins/react/package.json +++ b/plugins/react/package.json @@ -1,6 +1,6 @@ { "name": "@bnk/react", - "version": "0.5.15", + "version": "0.5.17", "module": "index.ts", "main": "index.ts", "scripts": { @@ -28,4 +28,4 @@ "react-dom": "^18.0.0", "bnkit": "latest" } -} +} \ No newline at end of file