Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit aa8316a

Browse files
authored
Merge pull request #350 from Adphorus/fix-1.0.3
Fix 1.0.3
2 parents 8a895f4 + 1a06ae0 commit aa8316a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"presets": [
3-
["@babel/preset-env", { "targets": { "node": "current" } }],
3+
["@babel/preset-env"],
44
["@babel/preset-react"]
55
],
66
"plugins": [
77
["@babel/plugin-proposal-class-properties"],
88
["@babel/plugin-proposal-export-default-from"]
99
]
1010
}
11-
11+

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
<Calendar
1313
dateDisplayFormat='MMM D, YYYY'
1414
monthDisplayFormat='MMM YYYY'
15-
weekdayDisplayFormat='E'
15+
weekdayDisplayFormat='ddd'
1616
dayDisplayFormat='D'
1717
/>
1818
```
@@ -169,4 +169,4 @@ Momentjs: `moment(dateString).toDate()`
169169
- `initialFocusedRange` prop added: Initial value for focused range. See `focusedRange` for usage.
170170
- `onRangeFocusChange` prop added: Callback function for focus changes by user.
171171
- `dragSelectionEnabled` prop added
172-
- `showMonthAndYearPickers` prop added
172+
- `showMonthAndYearPickers` prop added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-date-range",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)