diff --git a/package.json b/package.json index 6ef9bf6..e891faa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bnkit", - "version": "0.5.14", + "version": "0.5.15", "main": "index.ts", "devDependencies": { "bun": "^1.0.14", @@ -25,4 +25,4 @@ "dependencies": { "prettier": "^3.2.4" } -} +} \ No newline at end of file diff --git a/plugins/react-server/package.json b/plugins/react-server/package.json index 55b40cf..8e71ed3 100644 --- a/plugins/react-server/package.json +++ b/plugins/react-server/package.json @@ -1,6 +1,6 @@ { "name": "@bnk/react-server", - "version": "0.5.14", + "version": "0.5.15", "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 cae18e8..f901dc8 100644 --- a/plugins/react/package.json +++ b/plugins/react/package.json @@ -1,6 +1,6 @@ { "name": "@bnk/react", - "version": "0.5.14", + "version": "0.5.15", "module": "index.ts", "main": "index.ts", "scripts": { @@ -28,4 +28,4 @@ "react-dom": "^18.0.0", "bnkit": "latest" } -} +} \ No newline at end of file