Skip to content

Commit fd279f9

Browse files
lane711claude
andcommitted
docs(www): release announcement updates for v3.0.0-beta.20
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 77bced7 commit fd279f9

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

packages/core/src/plugins/manifest-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Plugin Registry - AUTO-GENERATED
33
*
44
* Generated by: packages/scripts/generate-plugin-registry.mjs
5-
* Generated at: 2026-06-30T01:06:49.689Z
5+
* Generated at: 2026-06-30T02:35:17.165Z
66
* Source: All manifest.json files in src/plugins/
77
*
88
* DO NOT EDIT MANUALLY - run the generator script instead.

www/src/app/changelog/page.mdx

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const sections = [
107107
<div className="flex items-center gap-3 mb-4">
108108
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v3.0.0-beta.20</span>
109109
<span className="text-sm text-gray-600 dark:text-gray-400">June 30, 2026</span>
110-
<span className="px-2 py-1 bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 text-xs font-bold rounded uppercase">Latest</span>
110+
111111
</div>
112112

113113
<div className="space-y-3">
@@ -475,6 +475,31 @@ export const sections = [
475475

476476

477477

478+
479+
{/* Version 3.0.0-beta.20 */}
480+
<div className="relative pl-8 pb-8 border-l-2 border-emerald-200 dark:border-emerald-800">
481+
<div className="absolute -left-3 top-0 w-6 h-6 rounded-full bg-emerald-500 border-4 border-white dark:border-gray-900 shadow-lg"></div>
482+
483+
<div className="bg-gradient-to-br from-emerald-50 to-teal-50 dark:from-emerald-900/20 dark:to-teal-900/20 rounded-xl p-6 border border-emerald-200 dark:border-emerald-800 shadow-md hover:shadow-xl transition-shadow">
484+
<div className="flex items-center gap-3 mb-4">
485+
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v3.0.0-beta.20</span>
486+
<span className="text-sm text-gray-600 dark:text-gray-400">June 29, 2026</span>
487+
<span className="px-2 py-1 bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 text-xs font-bold rounded uppercase">Latest</span>
488+
</div>
489+
490+
<div className="space-y-3">
491+
<div>
492+
<h4 className="text-sm font-bold text-emerald-800 dark:text-emerald-300 mb-2 flex items-center gap-2">
493+
<span>✨</span> Highlights
494+
</h4>
495+
<ul className="space-y-1.5 ml-6 text-sm text-gray-700 dark:text-gray-300">
496+
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span>**feat(scripts)**: New `npm run update:plugin` command — fetches the latest bundled plugin files from GitHub main and overwrites local copies, so existing apps can pick up plugin bug fixes without scaffolding a new project (`--dry-run` flag supported)</li>
497+
</ul>
498+
</div>
499+
</div>
500+
</div>
501+
</div>
502+
478503
{/* Version 3.0.0-beta.19 */}
479504
<div className="relative pl-8 pb-8 border-l-2 border-emerald-200 dark:border-emerald-800">
480505
<div className="absolute -left-3 top-0 w-6 h-6 rounded-full bg-emerald-500 border-4 border-white dark:border-gray-900 shadow-lg"></div>

www/src/app/page.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,20 @@ Join thousands of developers building the future of web APIs
525525
<div className="text-sm space-y-1">
526526
<div className="flex items-start gap-2">
527527
<span className="text-emerald-600 dark:text-emerald-400 mt-0.5">✓</span>
528+
<span className="text-gray-700 dark:text-gray-300">**feat(scripts)**: New `npm run update:plugin` command — fetches the latest bundled plugin files from GitHub main and overwrites local copies, so existing apps can pick up plugin bug fixes without scaffolding a new project (`--dry-run` flag supported)</span>
529+
</div>
530+
</div>
531+
</div>
532+
533+
<div className="border-l-4 border-blue-500 dark:border-blue-400 pl-4 py-1">
534+
<div className="flex items-center gap-2 mb-2">
535+
<span className="text-xs font-bold px-2 py-1 rounded bg-blue-100 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300">v3.0.0-beta.20</span>
536+
537+
<span className="text-sm text-gray-500 dark:text-gray-400">2026-06-30</span>
538+
</div>
539+
<div className="text-sm space-y-1">
540+
<div className="flex items-start gap-2">
541+
<span className="text-blue-600 dark:text-blue-400 mt-0.5">✓</span>
528542
<span className="text-gray-700 dark:text-gray-300">**feat(scripts)**: New `npm run update:plugin` command — pull latest bundled plugin files from GitHub without scaffolding a new project</span>
529543
</div>
530544
</div>

0 commit comments

Comments
 (0)