From 572a97f3b148eaf7b398e5c8d54f28e39bb53f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:27:48 +0000 Subject: [PATCH] chore(main): release 1.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/gui/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3b17a..532d07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.10.0](https://github.com/PMDevSolutions/Flavian/compare/v1.9.0...v1.10.0) (2026-06-21) + + +### Added + +* **pipeline:** add format-detecting ingest stage with content extraction ([082f75d](https://github.com/PMDevSolutions/Flavian/commit/082f75d45dc8fe8e4049cbcb619e527f75ca6dde)) +* **pipeline:** add format-detecting ingest stage with content extraction ([086d757](https://github.com/PMDevSolutions/Flavian/commit/086d75788854fd321e50734e57cfc7e65ae8a5de)) + ## [1.9.0](https://github.com/PMDevSolutions/Flavian/compare/v1.8.0...v1.9.0) (2026-06-21) diff --git a/package.json b/package.json index 57c0611..ae8dbc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavian", - "version": "1.9.0", + "version": "1.10.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 709c65f..9d3141d 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@flavian/gui", - "version": "1.9.0", + "version": "1.10.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",