diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3d8124f..ed346db 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -30,7 +30,7 @@ { "name": "astro-builder", "description": "Build Astro 7 static content sites with Claude. Enforces best practices for i18n, content collections, the page-views pattern, and design systems. Starts with /astro-builder:init to scaffold a working, buildable site.", - "version": "1.9.0", + "version": "1.10.0", "author": { "name": "pcamarajr", "email": "eu@pcamarajr.dev" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 123c43f..6e3040e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "astro-builder": "1.9.0", + "astro-builder": "1.10.0", "astro-lsp": "1.0.1", - "autopilot": "0.0.0", + "autopilot": "1.0.0", "content-image-gemini": "1.0.0", "content-ops": "0.7.0", "content-seo": "2.0.0", diff --git a/astro-builder/CHANGELOG.md b/astro-builder/CHANGELOG.md index 051b191..6558cb4 100644 --- a/astro-builder/CHANGELOG.md +++ b/astro-builder/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.10.0](https://github.com/pcamarajr/content-stack/compare/astro-builder@v1.9.0...astro-builder@v1.10.0) (2026-08-24) + + +### Features + +* **astro-builder:** target Astro 7 ([#52](https://github.com/pcamarajr/content-stack/issues/52)) ([7cb7b3b](https://github.com/pcamarajr/content-stack/commit/7cb7b3b07ca7c9dd8c57a3c2bd18bc4dd7226962)) + + +### Bug Fixes + +* **astro-builder:** correct nesting-vs-unclosed-tag build error claim ([#54](https://github.com/pcamarajr/content-stack/issues/54)) ([79c03cb](https://github.com/pcamarajr/content-stack/commit/79c03cb1f5b7734a4d19ce968dcc9d950f8a53d8)) + ## [1.9.0](https://github.com/pcamarajr/content-stack/compare/v1.8.0...v1.9.0) (2026-07-27) diff --git a/autopilot/CHANGELOG.md b/autopilot/CHANGELOG.md new file mode 100644 index 0000000..422117a --- /dev/null +++ b/autopilot/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-08-24) + + +### Features + +* **autopilot:** plugin skeleton + canonical architecture record ([#56](https://github.com/pcamarajr/content-stack/issues/56)) ([68a3a36](https://github.com/pcamarajr/content-stack/commit/68a3a3647d12e4239a04804bac6b379eb4850b2d))