agroptima-design-system 0.31.9 → 0.31.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agroptima-design-system",
3
- "version": "0.31.9",
3
+ "version": "0.31.10",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -89,7 +89,7 @@ function Footer({
89
89
  .replace('${to}', formatDatePickerFooterDate(selected?.to, lng as string))
90
90
  }
91
91
  return translations[lng].selectedDate.replace(
92
- '${from}',
92
+ '${date}',
93
93
  formatDatePickerFooterDate(selected?.from, lng as string),
94
94
  )
95
95
  }
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 0.31.10
8
+
9
+ * Change footer text for DateRangePicker only one selected day
10
+
7
11
  ## 0.31.9
8
12
 
9
13
  * Change footer text for DateSinglePicker and DateRangePicker