Skip to content

chore: release#2

Merged
teneburu merged 1 commit into
mainfrom
changeset-release/main
Jul 15, 2026
Merged

chore: release#2
teneburu merged 1 commit into
mainfrom
changeset-release/main

Conversation

@teneburu

@teneburu teneburu commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

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}}.

@teneburu
teneburu merged commit 74196dc into main Jul 15, 2026
1 check passed
teneburu added a commit that referenced this pull request Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant