From cec43dd85bcdc4703365c668925d78c1ee48b2da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:53:26 +0000 Subject: [PATCH] chore(main): release 1.9.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 099626f..4fcfdf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e64f6..8c3b17a 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.9.0](https://github.com/PMDevSolutions/Flavian/compare/v1.8.0...v1.9.0) (2026-06-21) + + +### Added + +* **theme:** add SEO metadata (meta, OG, Twitter, JSON-LD) via wp_head ([#116](https://github.com/PMDevSolutions/Flavian/issues/116)) ([137d9ae](https://github.com/PMDevSolutions/Flavian/commit/137d9aef9ce61ce81471d6693c768aed6bb5ccc8)) +* **theme:** add SEO metadata (meta, OG, Twitter, JSON-LD) via wp_head ([#116](https://github.com/PMDevSolutions/Flavian/issues/116)) ([1872a4f](https://github.com/PMDevSolutions/Flavian/commit/1872a4fee875ceba01cbad4e11d3f5ebaaac4318)) + ## [1.8.0](https://github.com/PMDevSolutions/Flavian/compare/v1.7.0...v1.8.0) (2026-06-21) diff --git a/package.json b/package.json index 987b616..35b5439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavian", - "version": "1.8.0", + "version": "1.9.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 59fd1f4..709c65f 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@flavian/gui", - "version": "1.8.0", + "version": "1.9.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",