From 9f644cc004d14047881bf137df746a17925ae217 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:03:37 +0000 Subject: [PATCH] chore: version bump --- .changeset/gold-paws-grab.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/gold-paws-grab.md diff --git a/.changeset/gold-paws-grab.md b/.changeset/gold-paws-grab.md deleted file mode 100644 index 9ddfe9a..0000000 --- a/.changeset/gold-paws-grab.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-reactify-app": patch ---- - -`db98520`: fix: flatten features into Handlebars template context - -Feature flags were nested in `config.features` but Handlebars templates reference them as top-level variables (`{{#if cms}}`, `{{#if auth}}`). Merging `config.features` into the context fixes empty file generation when feature flags are used. - -`0c171e7`: feat: register `not` helper for `(not x)` sub-expression in templates - -Supports the `@if !x → {{#if (not x)}}` conversion for truthy flag negation, replacing `{{#unless x}}` which had a closing tag mismatch with `@endif → {{/if}}`. diff --git a/CHANGELOG.md b/CHANGELOG.md index c344d8f..65237c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # create-reactify-app +## 0.3.1 + +### Patch Changes + +- 44e4281: `db98520`: fix: flatten features into Handlebars template context + + Feature flags were nested in `config.features` but Handlebars templates reference them as top-level variables (`{{#if cms}}`, `{{#if auth}}`). Merging `config.features` into the context fixes empty file generation when feature flags are used. + + `0c171e7`: feat: register `not` helper for `(not x)` sub-expression in templates + + Supports the `@if !x → {{#if (not x)}}` conversion for truthy flag negation, replacing `{{#unless x}}` which had a closing tag mismatch with `@endif → {{/if}}`. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 1bdde0a..cde31c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-reactify-app", - "version": "0.3.0", + "version": "0.3.1", "description": "Scaffold Reactify projects — Fastify + React + Vite SSR", "type": "module", "bin": {