diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index db3fda5..99f1d1b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.12", + "version": "0.1.13", "description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3bda65..b9743c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.1.12", - "packages/code": "0.1.8", - "packages/dora": "0.1.7", - "packages/format": "0.1.2", - "packages/lsp": "0.1.7" + ".": "0.1.13", + "packages/code": "0.1.9", + "packages/dora": "0.1.8", + "packages/format": "0.1.3", + "packages/lsp": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a5977..ef61018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.12...code-please-v0.1.13) (2025-12-23) + + +### Bug Fixes + +* **deps:** add zod dependency to format package ([#61](https://github.com/chatbot-pf/code-please/issues/61)) ([a7ab870](https://github.com/chatbot-pf/code-please/commit/a7ab870cd37d665ba1a7c1a50c250fe454bd516c)) + ## [0.1.12](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.11...code-please-v0.1.12) (2025-12-23) diff --git a/package.json b/package.json index 26b9f80..63f2b95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.12", + "version": "0.1.13", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "workspaces": [ diff --git a/packages/code/CHANGELOG.md b/packages/code/CHANGELOG.md index efdd5e4..a787952 100644 --- a/packages/code/CHANGELOG.md +++ b/packages/code/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.9](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.8...@pleaseai/code-v0.1.9) (2025-12-23) + + +### Bug Fixes + +* **deps:** add zod dependency to format package ([#61](https://github.com/chatbot-pf/code-please/issues/61)) ([a7ab870](https://github.com/chatbot-pf/code-please/commit/a7ab870cd37d665ba1a7c1a50c250fe454bd516c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/code-format bumped to 0.1.3 + * @pleaseai/code-lsp bumped to 0.1.8 + ## [0.1.8](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.7...@pleaseai/code-v0.1.8) (2025-12-23) diff --git a/packages/code/package.json b/packages/code/package.json index 9f9c4c4..8b6366a 100644 --- a/packages/code/package.json +++ b/packages/code/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code", "type": "module", - "version": "0.1.8", + "version": "0.1.9", "description": "Auto-format and type-check hooks for AI coding", "author": "Minsu Lee", "license": "MIT", diff --git a/packages/dora/CHANGELOG.md b/packages/dora/CHANGELOG.md index 688a9bb..b6a9366 100644 --- a/packages/dora/CHANGELOG.md +++ b/packages/dora/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.8](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.7...@pleaseai/dora-v0.1.8) (2025-12-23) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/code-lsp bumped to 0.1.8 + ## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.6...@pleaseai/dora-v0.1.7) (2025-12-23) diff --git a/packages/dora/package.json b/packages/dora/package.json index b50839f..cf5bf41 100644 --- a/packages/dora/package.json +++ b/packages/dora/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/dora", "type": "module", - "version": "0.1.7", + "version": "0.1.8", "description": "MCP server for AI-assisted coding with LSP and file tools", "author": "Minsu Lee", "license": "MIT", diff --git a/packages/format/CHANGELOG.md b/packages/format/CHANGELOG.md index e04003c..67e1629 100644 --- a/packages/format/CHANGELOG.md +++ b/packages/format/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-format-v0.1.2...@pleaseai/code-format-v0.1.3) (2025-12-23) + + +### Bug Fixes + +* **deps:** add zod dependency to format package ([#61](https://github.com/chatbot-pf/code-please/issues/61)) ([a7ab870](https://github.com/chatbot-pf/code-please/commit/a7ab870cd37d665ba1a7c1a50c250fe454bd516c)) + ## [0.1.2](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-format-v0.1.1...@pleaseai/code-format-v0.1.2) (2025-12-19) diff --git a/packages/format/package.json b/packages/format/package.json index 91e5870..2a229a7 100644 --- a/packages/format/package.json +++ b/packages/format/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code-format", "type": "module", - "version": "0.1.2", + "version": "0.1.3", "description": "Auto-format hooks for AI coding", "author": "Minsu Lee", "license": "MIT", diff --git a/packages/lsp/CHANGELOG.md b/packages/lsp/CHANGELOG.md index 1e1d6db..ee9ad51 100644 --- a/packages/lsp/CHANGELOG.md +++ b/packages/lsp/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.8](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.7...@pleaseai/code-lsp-v0.1.8) (2025-12-23) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/code-format bumped to 0.1.3 + ## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.6...@pleaseai/code-lsp-v0.1.7) (2025-12-23) diff --git a/packages/lsp/package.json b/packages/lsp/package.json index 6857e4d..8d9e80c 100644 --- a/packages/lsp/package.json +++ b/packages/lsp/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code-lsp", "type": "module", - "version": "0.1.7", + "version": "0.1.8", "description": "LSP client for AI coding tools", "author": "Minsu Lee", "license": "MIT",