Keep the release at v0.1.0 — nothing consumed the old contract

This commit is contained in:
2026-08-22 11:21:42 +02:00
parent d545445ea8
commit a3d9a3df5f
8 changed files with 21 additions and 37 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<p>${t("dashboard.starter.intro")}</p>
<p>${t("dashboard.starter.replace")}</p>
<pre class="code-block"><code>export default definePlugin({
apiVersion: "0.2.0",
apiVersion: "0.1.0",
// view names plugins/&lt;id&gt;/views/&lt;view&gt;.ejs, rendered in this same shell
dashboard: (ctx) =&gt; ({ view: "dashboard", data: { /* … */ } }),
});</code></pre>