Skip to content

Commit 9dfc149

Browse files
chore(main): release 1.12.1
1 parent 5f772c0 commit 9dfc149

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.12.0"
2+
".": "1.12.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.12.1](https://github.com/PMDevSolutions/Flavian/compare/v1.12.0...v1.12.1) (2026-08-24)
9+
10+
11+
### Fixed
12+
13+
* **theme:** resolve Lighthouse a11y failures in flavian-shop markup ([a80e1b6](https://github.com/PMDevSolutions/Flavian/commit/a80e1b60ac579ad29920be77e58243785a389e63)), closes [#125](https://github.com/PMDevSolutions/Flavian/issues/125)
14+
815
## [1.12.0](https://github.com/PMDevSolutions/Flavian/compare/v1.11.0...v1.12.0) (2026-06-24)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flavian",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"private": true,
55
"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.",
66
"license": "MIT",

packages/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flavian/gui",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"private": true,
55
"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.",
66
"license": "MIT",

0 commit comments

Comments
 (0)