Skip to content

Commit bbb29b7

Browse files
authored
Merge branch 'main' into 158-choredeps-weekly-dependency-security-sweep-wk-3-8-dependabot-alerts-tar-7-esbuild-docs-pass
2 parents 56ee5e8 + dec72cf commit bbb29b7

4 files changed

Lines changed: 20 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.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
## [2.0.0](https://github.com/PMDevSolutions/Flavian/compare/v1.12.1...v2.0.0) (2026-08-24)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Node.js >=22.12.0 is now required (was >=20.0.0). Node 20 is end-of-life and cannot install the electron-builder 26 toolchain.
14+
15+
### Fixed
16+
17+
* **deps:** resolve node-tar CVE-2026-23745 via electron-builder 26 bump ([66594f5](https://github.com/PMDevSolutions/Flavian/commit/66594f508d12df23d058d8ba7f0f33791e9b6810))
18+
* **deps:** resolve node-tar CVE-2026-23745 via electron-builder 26 bump ([c84983b](https://github.com/PMDevSolutions/Flavian/commit/c84983b55a758608b16210cd927663cce73d5d0a)), closes [#157](https://github.com/PMDevSolutions/Flavian/issues/157)
19+
20+
21+
### Build System
22+
23+
* raise Node.js baseline to >=22.12.0 ([e844c61](https://github.com/PMDevSolutions/Flavian/commit/e844c6116bf90bbac82022f4fe7227391f6596e8))
24+
825
## [1.12.1](https://github.com/PMDevSolutions/Flavian/compare/v1.12.0...v1.12.1) (2026-08-24)
926

1027

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.1",
3+
"version": "2.0.0",
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.1",
3+
"version": "2.0.0",
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)