From c20e11328ca94011f4ad07896669269813f615d2 Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Tue, 22 Sep 2026 13:31:50 +0530 Subject: [PATCH] chore: point every GitHub URL at the renamed StacDev/flow repo pub.dev automated publishing for flow_ui and stacflow still names StacDev/flow_ui, so the OIDC publish fails until that is updated too. --- .github/workflows/publish.yml | 2 +- docs/README.md | 2 +- docs/astro.config.mjs | 4 ++-- docs/src/content/docs/components/attachments.mdx | 2 +- docs/src/content/docs/index.mdx | 2 +- packages/flow_ui/README.md | 6 +++--- packages/flow_ui/example/README.md | 2 +- packages/flow_ui/pubspec.yaml | 4 ++-- packages/stacflow/README.md | 6 +++--- packages/stacflow/pubspec.yaml | 4 ++-- playground/lib/src/demos/markdown_demo.dart | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74a7bae..68111ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ # # publishes packages/flow_ui to pub.dev and deploys the docs site (playground # included) to Cloudflare Pages. Publishing is OIDC: pub.dev → flow_ui → Admin -# → Automated publishing must list StacDev/flow_ui with the tag pattern +# → Automated publishing must list StacDev/flow with the tag pattern # `flow_ui-v{{version}}`. A future package gets its own tag glob below, a # `case` line in `meta`, and its own pub.dev tag pattern. # diff --git a/docs/README.md b/docs/README.md index a0d29e0..e5548c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # flow_ui docs -The documentation site for [flow_ui](https://github.com/StacDev/flow_ui), +The documentation site for [flow_ui](https://github.com/StacDev/flow), built with [Astro Starlight](https://starlight.astro.build). ```bash diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index c62fce2..7b52453 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -118,7 +118,7 @@ export default defineConfig({ { icon: 'github', label: 'GitHub', - href: 'https://github.com/StacDev/flow_ui', + href: 'https://github.com/StacDev/flow', }, { icon: 'x.com', @@ -132,7 +132,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: 'https://github.com/StacDev/flow_ui/edit/main/docs/', + baseUrl: 'https://github.com/StacDev/flow/edit/main/docs/', }, sidebar: [ { diff --git a/docs/src/content/docs/components/attachments.mdx b/docs/src/content/docs/components/attachments.mdx index 4707b2e..98828f0 100644 --- a/docs/src/content/docs/components/attachments.mdx +++ b/docs/src/content/docs/components/attachments.mdx @@ -182,7 +182,7 @@ a pending strip keeps every original in memory until it is sent or removed. That was already true of the thumbnail's `MemoryImage` — the field hands you the same list rather than a second copy. -The [example app](https://github.com/StacDev/flow_ui/tree/main/example) +The [example app](https://github.com/StacDev/flow/tree/main/packages/flow_ui/example) does exactly this against Gemini. ## Key API diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index ee0e5da..8c6bf83 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -104,7 +104,7 @@ import logo from '../../assets/flow-ui-logo.svg'; Flutter UI library for AI Chat Interfaces