@jiggai/kitchen-plugin-marketing 0.5.2 → 0.5.3

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.
@@ -595,7 +595,7 @@
595
595
  function WeekView() {
596
596
  const weekStart = anchor;
597
597
  const days = Array.from({ length: 7 }, (_, i) => addDays(weekStart, i));
598
- const hours = Array.from({ length: 18 }, (_, i) => i + 6);
598
+ const hours = Array.from({ length: 24 }, (_, i) => i);
599
599
  return h(
600
600
  "div",
601
601
  null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiggai/kitchen-plugin-marketing",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Marketing Suite plugin for ClawKitchen",
5
5
  "main": "dist/index.js",
6
6
  "files": [