From f41ac350429403682279d4dde535df333196866a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:07:59 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/gui/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdf211..a2c3bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.12.0](https://github.com/PMDevSolutions/Flavian/compare/v1.11.0...v1.12.0) (2026-06-24) + + +### Added + +* **pipeline:** add asset-staging stage and repair [#152](https://github.com/PMDevSolutions/Flavian/issues/152) merge fallout ([26c6c72](https://github.com/PMDevSolutions/Flavian/commit/26c6c723992d43107203c988a3436d7827ec281c)) +* **pipeline:** add asset-staging stage and repair [#152](https://github.com/PMDevSolutions/Flavian/issues/152) merge fallout ([3d84d5f](https://github.com/PMDevSolutions/Flavian/commit/3d84d5f80a4ace6d7195de2c09acf82d1ec8265b)), closes [#154](https://github.com/PMDevSolutions/Flavian/issues/154) +* **pipeline:** add IDML/PDF ingest stage to the build pipeline ([9a9ed9a](https://github.com/PMDevSolutions/Flavian/commit/9a9ed9aabf396fd563f7d5d8fbcdec2341159031)) +* **pipeline:** add IDML/PDF ingest stage to the build pipeline ([93a5c96](https://github.com/PMDevSolutions/Flavian/commit/93a5c9651854f42a9e98cf46c7e622d2194caeb4)), closes [#117](https://github.com/PMDevSolutions/Flavian/issues/117) + ## [1.11.0](https://github.com/PMDevSolutions/Flavian/compare/v1.10.0...v1.11.0) (2026-06-22) diff --git a/package.json b/package.json index 340fd90..bd49455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavian", - "version": "1.11.0", + "version": "1.12.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 cbb8e33..bfcc1dd 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@flavian/gui", - "version": "1.11.0", + "version": "1.12.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",