From 5d1e90e75b3527fe01e286296032e2da8f564dd1 Mon Sep 17 00:00:00 2001 From: Devin Michael Date: Wed, 9 Sep 2026 09:23:43 +0700 Subject: [PATCH] chore: prepare Spark 1.4.1 release --- CHANGELOG.md | 2 +- CLAUDE.md | 2 +- README.md | 2 +- manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f7dc6..a42a0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Spark follows human-readable release notes rather than a package-manager version The GitHub release body is a summary, not a copy of the changelog section. Write one sentence framing the release, then a `### Highlights` list of at most five bullets, then a link to `CHANGELOG.md` at the release tag for the full record. A changelog entry stays as long as the change needs it to be, but the release page is scanned rather than read, so pasting a long entry into it produces notes nobody can follow. That is what happened to 1.3.0 and 1.4.0, both since rewritten. Use the 1.2.0 release as the reference format. -## Unreleased +## 1.4.1 - 2026-09-09 - Fixed custom Pages rendering empty titles, breadcrumbs, and content because the page template referenced `flatpage` instead of the platform-provided `page` object. This also restores page content in Account Only mode. diff --git a/CLAUDE.md b/CLAUDE.md index 0bb7462..c670b7f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,7 +3,7 @@ ## Overview Spark is a modern starter theme for Next Commerce storefronts. Tailwind CSS + vanilla JS. Clean, minimal commerce aesthetic. Intended to replace Intro Bootstrap as the default starter theme and become a product in its own right. -**Current version:** 1.4.0 +**Current version:** 1.4.1 **Repo:** `NextCommerceCo/spark` (public starter theme) **ntk config:** `config.yml` is gitignored and store-specific. Create it with `ntk init`; never commit store credentials. **Companion skill:** Use the [next-theme-dev skill](https://github.com/NextCommerceCo/skills/tree/main/next-theme-dev) for AI-assisted Spark, Intro Bootstrap, and custom Next Commerce theme work. diff --git a/README.md b/README.md index 3c27ff3..614ec95 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A modern starter theme for Next Commerce. Tailwind CSS v4, vanilla JS + Web Components, zero jQuery, zero Bootstrap, no bundler required. -**Current version:** 1.4.0 +**Current version:** 1.4.1 **Release status:** Public starter theme. Spark is installable on NEXT stores via `ntk` and is used for public-facing storefront builds. The theme is ready for theme developers to clone, inspect, adapt, and push to stores they control. diff --git a/manifest.json b/manifest.json index 5580e9e..c53ef5b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { "name": "Spark", - "version": "1.4.0" + "version": "1.4.1" }