@veritree/ui 0.76.1-2 → 0.76.1-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.76.1-2",
3
+ "version": "0.76.1-3",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -108,7 +108,9 @@ export default {
108
108
  },
109
109
 
110
110
  valueModelFormatted() {
111
- return format(this.value, this.format);
111
+ return format(this.value, this.format, {
112
+ useAdditionalDayOfYearTokens: true,
113
+ });
112
114
  },
113
115
 
114
116
  disabledDates() {