Skip to content

Commit

Permalink
Bump @acusti/parsing version to v0.4.0
Browse files Browse the repository at this point in the history
changes include:
• refactored getFirstDateFromMonth → getDateFromMonthAndDay
• fixed <MonthCalendar>’s usage of getLastDateFromMonth and refactor it to use getDateFromMonthAndDay
• disabled empty days in <MonthCalendar>
  • Loading branch information
acusti committed Apr 29, 2024
1 parent 719fcd3 commit d999efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/date-picker",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down

0 comments on commit d999efd

Please sign in to comment.