Compare commits

..

No commits in common. 'main' and 'v0.3.1' have entirely different histories.
main ... v0.3.1

@ -1,6 +1,6 @@
{
"name": "@tiny-components/datepicker",
"version": "0.3.2",
"version": "0.3.1",
"description": "Datepicker for Desktop and Mobile",
"repository": {
"type": "git",

@ -68,7 +68,6 @@ export default {
store.on('update-props', (data) => {
this.state.date = dayjs(this.props.date)
this.update()
})
this.createWeeksAndDays()

Loading…
Cancel
Save