@lightspeed/crane 3.4.0 → 3.4.1

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.4.1 - 2026-05-11
4
+
5
+ ### Added
6
+
7
+ - Added extension install banner in preview page with link to Chrome Web Store.
8
+
9
+ ### Changed
10
+
11
+ - Use `OverlayType` instead of the redundant `ColorType` in the example section.
12
+ - Updated dependencies
13
+ - @lightspeed/crane-api@2.3.1
14
+
15
+ ### Fixed
16
+
17
+ - Validate malformed global design references during build.
18
+ - Fix preview block config stale manifest issue
19
+
3
20
  ## 3.4.0 - 2026-04-28
4
21
 
5
22
  ### Added