From 9416a6ddf417258c31def261d8ca414f3f0eba06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:30:40 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8e2eab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2026-07-20) + + +### Features + +* mobile UI scaffold + desktop build wiring + dev port scheme (17687/5179) ([#1](https://github.com/echohello-dev/supaplane/issues/1)) ([849f8f6](https://github.com/echohello-dev/supaplane/commit/849f8f6a0a0334ea7e6a9fbaaad9068f24fd3d7b)) +* scaffold Electron + React + Vite project ([5826f3d](https://github.com/echohello-dev/supaplane/commit/5826f3de091e3fa174cf2cc21609124b8f527842)) +* scaffold Electron + React + Vite project with docs ([5362042](https://github.com/echohello-dev/supaplane/commit/5362042e2f68c3391e5dd120baa3e0530570851b)) +* **web:** markdown-it + pierre diffs in transcript and diff panel ([#2](https://github.com/echohello-dev/supaplane/issues/2)) ([4e219ab](https://github.com/echohello-dev/supaplane/commit/4e219ab368157bba8edaf1205196ae2fbe6c17ef)) + + +### Bug Fixes + +* **ci:** build workspaces before typecheck and test jobs ([#4](https://github.com/echohello-dev/supaplane/issues/4)) ([6e1bc69](https://github.com/echohello-dev/supaplane/commit/6e1bc69faa3aba98e3856a7131d59edabc4be76f)) +* **ci:** seed release-please manifest so the action stops failing on main ([#5](https://github.com/echohello-dev/supaplane/issues/5)) ([1151b4b](https://github.com/echohello-dev/supaplane/commit/1151b4b9a3b20fe017dbb7fd7c2e1a23d9059cf6)) diff --git a/package.json b/package.json index dae6d08..97dc1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supaplane", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "Bring your coding agents and friends. Import your harnesses and fly them in parallel from desktop, web, or phone.", "license": "MIT",