diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dd26a..013a115 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.7.0](https://github.com/PMDevSolutions/Flavian/compare/v1.6.0...v1.7.0) (2026-06-21) + + +### Added + +* **multisite:** per-site config isolation for headless settings ([#114](https://github.com/PMDevSolutions/Flavian/issues/114)) ([092f9e8](https://github.com/PMDevSolutions/Flavian/commit/092f9e885cb79b6e9c83416576a0c3497c65e57d)) +* **multisite:** per-site config isolation for headless settings ([#114](https://github.com/PMDevSolutions/Flavian/issues/114)) ([7d7dbc3](https://github.com/PMDevSolutions/Flavian/commit/7d7dbc374453b1b32fca56b571185c64ce2b2451)) + ## [1.6.0](https://github.com/PMDevSolutions/Flavian/compare/v1.5.0...v1.6.0) (2026-06-21) diff --git a/package.json b/package.json index 1c2c506..e7b937b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flavian", - "version": "1.6.0", + "version": "1.7.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 c7a9e48..037eafd 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@flavian/gui", - "version": "1.6.0", + "version": "1.7.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",