From 8446110868b7db31e16e1094225b84839da74fe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:38:46 +0000 Subject: [PATCH] chore(main): release waygate-web 0.1.1 --- .release-please-manifest.json | 2 +- apps/web/CHANGELOG.md | 26 ++++++++++++++++++++++++++ apps/web/pyproject.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 apps/web/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21f6d44..8088762 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/web": "0.1.0", + "apps/web": "0.1.1", "apps/scheduler": "0.1.0", "apps/worker-app": "0.1.0", "libs/core": "0.1.0", diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md new file mode 100644 index 0000000..2017c75 --- /dev/null +++ b/apps/web/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [0.1.1](https://github.com/voidrot/waygate/compare/waygate-web-v0.1.0...waygate-web-v0.1.1) (2026-04-23) + + +### Features + +* enhance document analysis and recovery mechanisms, normalize legacy summaries, and update environment settings ([338d5cd](https://github.com/voidrot/waygate/commit/338d5cddda29f9e43d385569ebb4762989bc9c68)) +* **web:** add operator surface stubs ([be922c1](https://github.com/voidrot/waygate/commit/be922c17a083a0a3f4659e7051a4d2f1b0d64c64)) +* **web:** add teams dashboard page ([cf539ab](https://github.com/voidrot/waygate/commit/cf539aba3f9e37540ab7e9b0222494bf78fd8f14)) +* **web:** add unified web app and shared ingress ([074d2cb](https://github.com/voidrot/waygate/commit/074d2cb4d37cd136b174d9eeab34c28129c75a5d)) +* **web:** add WayGate-owned auth templates ([2deee8c](https://github.com/voidrot/waygate/commit/2deee8c2efd680b84343907bf414d9eae6f357a0)) +* **web:** stabilize config and document auth settings ([537b9fc](https://github.com/voidrot/waygate/commit/537b9fcda683eff1d8317c941768051b2f40c786)) + + +### Bug Fixes + +* correct sort option selection logic in document filter ([c9e99b9](https://github.com/voidrot/waygate/commit/c9e99b940c4925427db8821fbce0294bb50d4faa)) +* **tests:** ensure environment variables are cleared before tests ([a85ba86](https://github.com/voidrot/waygate/commit/a85ba86d39c157ea614542c047c29ca11b1d6d12)) +* **web:** correct sort option selection logic in documents template ([24e77c5](https://github.com/voidrot/waygate/commit/24e77c5570830dabe9c51b6bcc8b0e2233c14790)) +* **web:** initialize authtuna tables at startup ([c143f62](https://github.com/voidrot/waygate/commit/c143f62c4ee76000f4c0612bca515f0470fbb123)) + + +### Documentation + +* **web:** describe operator surface stubs ([719f4ce](https://github.com/voidrot/waygate/commit/719f4ce67edc8e3ee7e9634937c9ccfc225ee0d3)) diff --git a/apps/web/pyproject.toml b/apps/web/pyproject.toml index db8c1f0..3a247dd 100644 --- a/apps/web/pyproject.toml +++ b/apps/web/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "waygate-web" -version = "0.1.0" +version = "0.1.1" description = "Unified WayGate web app with server-rendered UI and webhook ingress" readme = "README.md" authors = [