From fc7d1d78197d60f810f1202bcce7b168e82cfe7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:47:29 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/gui/package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 532d07f..cfdf211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ae8dbc8..3fbf818 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/gui/package.json b/packages/gui/package.json index 9d3141d..cbb8e33 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -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",