@lightspeed/crane 3.0.0 → 3.1.0

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.1.0 - 2026-03-12
4
+
5
+ ### Added
6
+
7
+ - Added `INFO` design editor type for displaying informational content with an optional CTA button
8
+
9
+ ### Changed
10
+
11
+ - Batch setting and showcase configuration build for faster 'build' execution.
12
+ - Updated dependencies
13
+ - @lightspeed/crane-api@2.1.0
14
+
15
+ ### Fixed
16
+
17
+ - Update block name from showcases in tile API response.
18
+
3
19
  ## 3.0.0 - 2026-02-25
4
20
 
5
21
  ### Added
package/UPGRADE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Upgrades
2
2
 
3
- ## 2.0.x to 2.1.x
3
+ ## 2.0.x to 3.0.0
4
4
 
5
5
  ### Layout configuration changes
6
6