@adia-ai/web-components 0.6.39 → 0.6.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog — @adia-ai/web-components
2
2
 
3
+ ## [0.6.40] — 2026-05-26
4
+
5
+ ### Fixed — `index.js` barrel side-effect-imports `core/provider.js` (cold-start `<router-ui>` registration)
6
+
7
+ - **`packages/web-components/index.js`** — the barrel now side-effect-imports `core/provider.js`, which registers `<router-ui>` from the default cold-start path. Closes the FB-69-class regression where consumers importing the cluster-barrel hit "router-ui is not registered" when first navigating in a cold session. Files: `packages/web-components/index.js`.
8
+
3
9
  ## [0.6.39] — 2026-05-26
4
10
 
5
11
  ### Added — `<tour-ui>` spotlight-driven product tour primitive (Wave 5e last P1, #259)