+
+
+
diff --git a/packages/tempo/.vitepress/theme/index.ts b/packages/tempo/.vitepress/theme/index.ts
new file mode 100644
index 00000000..5077e978
--- /dev/null
+++ b/packages/tempo/.vitepress/theme/index.ts
@@ -0,0 +1,10 @@
+import DefaultTheme from 'vitepress/theme'
+import type { Theme } from 'vitepress'
+import CatalogList from './components/CatalogList.vue'
+
+export default {
+ extends: DefaultTheme,
+ enhanceApp({ app }) {
+ app.component('CatalogList', CatalogList)
+ }
+} satisfies Theme
diff --git a/packages/tempo/CHANGELOG.md b/packages/tempo/CHANGELOG.md
index be609ae8..f13f884f 100644
--- a/packages/tempo/CHANGELOG.md
+++ b/packages/tempo/CHANGELOG.md
@@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.5.2] - 2026-07-04
+
+### Added
+- **Minified Global Bundles**: The build pipeline now natively produces highly optimized, minified IIFE bundles (`*.min.js`) for both Tempo Core and all Community Plugins, significantly reducing payload size for developers using CDN `
-
-
+
+
+
+
+
```
diff --git a/packages/tempo/doc/releases/index.md b/packages/tempo/doc/releases/index.md
index a2ed6ddc..32d2c10e 100644
--- a/packages/tempo/doc/releases/index.md
+++ b/packages/tempo/doc/releases/index.md
@@ -2,9 +2,9 @@
Explore the evolution of Tempo through its version history.
-- [Version 3.x](./v3.x) - Removal of deprecated shorthands and major engine hardening.
- [Version 4.x (Planned)](./v4.x) - Removal of deprecated legacy discovery root properties.
-- [Version 2.x (Current)](./v2.x) - Modular architecture, Shorthand engine, and Ticker stability.
+- [Version 3.x (Current)](./v3.x) - Removal of deprecated shorthands and major engine hardening.
+- [Version 2.x](./v2.x) - Modular architecture, Shorthand engine, and Ticker stability.
- [Version 1.x (Legacy)](./v1.x) - Initial public release and Temporal polyfill integration.
- [Version 0.x (Legacy)](./v0.x) - Initial release.
diff --git a/packages/tempo/doc/releases/v3.x.md b/packages/tempo/doc/releases/v3.x.md
index 10a34091..420f1cbc 100644
--- a/packages/tempo/doc/releases/v3.x.md
+++ b/packages/tempo/doc/releases/v3.x.md
@@ -1,5 +1,27 @@
# 📜 Version 3.x History
+## [v3.5.2] - 2026-07-04
+
+### ✨ What's New — Minified Global Bundles
+The build pipeline now natively produces highly optimized, minified IIFE bundles (`*.min.js`) for both Tempo Core and all Community Plugins, significantly reducing payload size for developers using CDN `