diff --git a/packages/react-day-picker/CHANGELOG.md b/packages/react-day-picker/CHANGELOG.md index afee2e7036..497d0abe64 100644 --- a/packages/react-day-picker/CHANGELOG.md +++ b/packages/react-day-picker/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v8.0.4 + +- changed: add src directory to the package for better source maps + ### v8.0.3 - fix: `toMonth` prop to include the full month ([#1429](https://github.com/gpbl/react-day-picker/pull/1429)) diff --git a/packages/react-day-picker/package.json b/packages/react-day-picker/package.json index 4e4e56ee81..ffea974260 100644 --- a/packages/react-day-picker/package.json +++ b/packages/react-day-picker/package.json @@ -1,6 +1,6 @@ { "name": "react-day-picker", - "version": "8.0.3", + "version": "8.0.4", "description": "Customizable Date Picker for React", "author": "Giampaolo Bellavite ", "homepage": "http://react-day-picker.js.org",