@fy-/fws-vue 0.1.8 → 0.1.9

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.
@@ -164,7 +164,6 @@ defineExpose({ focus, getInputRef });
164
164
  showTime
165
165
  hourFormat="24"
166
166
  showIcon
167
- dateFormat="dd/mm/yy"
168
167
  :aria-describedby="
169
168
  help && !['checkbox', 'radio'].includes(type)
170
169
  ? `${id}-help`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {