From ab795e30386bc27a478f7a443de7020c96e22c0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:49:19 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/marketplace.json | 6 ++++-- .release-please-manifest.json | 2 +- astro-builder/CHANGELOG.md | 8 ++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 astro-builder/CHANGELOG.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1ee909c..b4eda98 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.8.1", + "version": "1.9.0", "author": { "name": "pcamarajr", "email": "eu@pcamarajr.dev" @@ -74,7 +74,9 @@ "lspServers": { "astro": { "command": "astro-ls", - "args": ["--stdio"], + "args": [ + "--stdio" + ], "extensionToLanguage": { ".astro": "astro" } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7bdf60..766be98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "astro-builder": "1.8.0", + "astro-builder": "1.9.0", "astro-lsp": "1.0.1", "content-image-gemini": "1.0.0", "content-ops": "0.7.0", diff --git a/astro-builder/CHANGELOG.md b/astro-builder/CHANGELOG.md new file mode 100644 index 0000000..051b191 --- /dev/null +++ b/astro-builder/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.9.0](https://github.com/pcamarajr/content-stack/compare/v1.8.0...v1.9.0) (2026-07-27) + + +### Features + +* **astro-builder:** target Astro 7 ([#52](https://github.com/pcamarajr/content-stack/issues/52)) ([7cb7b3b](https://github.com/pcamarajr/content-stack/commit/7cb7b3b07ca7c9dd8c57a3c2bd18bc4dd7226962))