Skip to content

Commit 8ab0530

Browse files
committed
Add documentation, update version
1 parent acfb6da commit 8ab0530

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm install
1818
- run: npm run build
19-
- run: npm publish
19+
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2222

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2.2.0
8+
9+
### Added
10+
- Touch support.
11+
12+
### Changed
13+
- Bug fix: Moving to next month, and then hovering date was taking user back to selected dates.
14+
- Validate date input (typing) for being within min and max date range.
15+
716
## 2.1.1
817

918
### Removed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)