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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.11.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/PMDevSolutions/Flavian/compare/v1.10.0...v1.11.0) (2026-06-22)


### Added

* **gui:** introduce product-manifest seam ([038f03b](https://github.com/PMDevSolutions/Flavian/commit/038f03b8d11cb78a7c9c43050f4fb538b9a2d9be))
* **gui:** introduce product-manifest seam ([3059c2f](https://github.com/PMDevSolutions/Flavian/commit/3059c2fc139f716008320696e85b8822c1ca5931))


### Fixed

* **pipeline:** treat bare "-" as stdin sentinel in generate-theme, map-tokens, and flavian indesign ([a8b67d5](https://github.com/PMDevSolutions/Flavian/commit/a8b67d59438bce76f623cb637f8d311f34d83586))
* **pipeline:** treat bare "-" as stdin sentinel in generate-theme, map-tokens, and flavian indesign ([a6cd778](https://github.com/PMDevSolutions/Flavian/commit/a6cd7781049fd79d40f9ac1250af3394b11a064f)), closes [#148](https://github.com/PMDevSolutions/Flavian/issues/148)

## [1.10.0](https://github.com/PMDevSolutions/Flavian/compare/v1.9.0...v1.10.0) (2026-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flavian",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"description": "Claude Code-integrated WordPress development template. The repository version is tracked in git tags + .release-please-manifest.json (source of truth) and mirrored into the version field above by release-please.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flavian/gui",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"description": "Desktop GUI for Flavian — a thin orchestration shell over the init wizard, Docker WordPress lifecycle, design-to-FSE pipelines, and visual QA. Invokes the existing scripts/pipelines; does not reimplement them.",
"license": "MIT",
Expand Down
Loading