From 5d27e14bbcebb987040f305b2368837219339189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:18:50 +0000 Subject: [PATCH] chore(main): release 1.8.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 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 013a115..47e64f6 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.8.0](https://github.com/PMDevSolutions/Flavian/compare/v1.7.0...v1.8.0) (2026-06-21) + + +### Added + +* **multisite:** cache the network recent-posts aggregation ([#115](https://github.com/PMDevSolutions/Flavian/issues/115)) ([f8537d8](https://github.com/PMDevSolutions/Flavian/commit/f8537d8cbbacb8fcc8fa0d88845ceba91fe228c7)) +* **multisite:** cache the network recent-posts aggregation ([#115](https://github.com/PMDevSolutions/Flavian/issues/115)) ([0ee30fb](https://github.com/PMDevSolutions/Flavian/commit/0ee30fbb7fc64235d23dbf0ee110044c01094b16)) + ## [1.7.0](https://github.com/PMDevSolutions/Flavian/compare/v1.6.0...v1.7.0) (2026-06-21) diff --git a/package.json b/package.json index e7b937b..987b616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavian", - "version": "1.7.0", + "version": "1.8.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 037eafd..59fd1f4 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@flavian/gui", - "version": "1.7.0", + "version": "1.8.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",