Skip to content

Commit

Permalink
Merge pull request #135 from rzkhosroshahi/release-2.1.1
Browse files Browse the repository at this point in the history
chore: change the version to 2.1.1
  • Loading branch information
rzkhosroshahi authored Dec 26, 2023
2 parents 530f2dc + abaaabc commit f0c1d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function App() {
<CalendarProvider>
<Calendar
defaultValue={calendarValue}
onChange={(day) => setCalendarValue(new Date(day))}
onChange={(e) => setCalendarValue(new Date(e.value))}
/>
</CalendarProvider>
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zaman",
"version": "2.1.0",
"version": "2.1.1",
"description": "React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f0c1d72

Please sign in to comment.