Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -74,7 +74,9 @@
"lspServers": {
"astro": {
"command": "astro-ls",
"args": ["--stdio"],
"args": [
"--stdio"
],
"extensionToLanguage": {
".astro": "astro"
}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions astro-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))