Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

## [0.2.0](https://github.com/PMDevSolutions/Vespasian/compare/v0.1.0...v0.2.0) (2026-07-07)


### Added

* initial release of Vespasian β€” Claude Code-integrated Wix site builder ([e6ab29c](https://github.com/PMDevSolutions/Vespasian/commit/e6ab29c2e07b26c4541803834459fd67be8943f8))
* initial release of Vespasian β€” Claude Code-integrated Wix site builder ([5a28778](https://github.com/PMDevSolutions/Vespasian/commit/5a28778f08f817fa75b65aeed9966279ea15c704))

## Changelog

All notable changes to Vespasian are documented in this file by release-please.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vespasian",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Claude Code-integrated Wix site builder β€” design in (Figma Β· Canva Β· InDesign), live Wix site out. 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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@vespasian/gui",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Desktop GUI for Vespasian \u2014 a thin orchestration shell over the init wizard, the Wix site lifecycle (connect, apply, publish), the design-to-Wix pipelines, and visual QA. Invokes the existing scripts/pipelines; does not reimplement them.",
"description": "Desktop GUI for Vespasian β€” a thin orchestration shell over the init wizard, the Wix site lifecycle (connect, apply, publish), the design-to-Wix pipelines, and visual QA. Invokes the existing scripts/pipelines; does not reimplement them.",
"license": "MIT",
"author": "PMDevSolutions",
"main": "./out/main/index.js",
Expand Down
Loading