diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b438c642..bd2be443 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @soramitsu-ui/ui +## 0.13.14 + +### Patch Changes + +- 418e324: **fix**(`SDatePicker`): prevent turning date picker inner button into submit + ## 0.13.13 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 212eb0ae..b48144a4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu-ui/ui", - "version": "0.13.13", + "version": "0.13.14", "main": "dist/lib.cjs", "module": "dist/lib.mjs", "types": "dist/lib.d.ts", diff --git a/packages/ui/src/components/DatePicker/SDatePickerPanelCustom.vue b/packages/ui/src/components/DatePicker/SDatePickerPanelCustom.vue index 0d57baf5..41ceacf4 100644 --- a/packages/ui/src/components/DatePicker/SDatePickerPanelCustom.vue +++ b/packages/ui/src/components/DatePicker/SDatePickerPanelCustom.vue @@ -175,6 +175,7 @@ const onDoneClick = () => {