diff --git a/CHANGELOG.md b/CHANGELOG.md index a05a520..875be20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/tresko/react-datepicker/compare/v2.2.0...v2.3.0) (2019-12-23) + + +### Features + +* **unavailable-dates:** add unavaiable dates feature ([5039530](https://github.com/tresko/react-datepicker/commit/5039530)) + + + + + # [2.2.0](https://github.com/tresko/react-datepicker/compare/v2.1.4...v2.2.0) (2019-12-06) diff --git a/lerna.json b/lerna.json index 8568b18..889502d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.2.0", + "version": "2.3.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 3c57fc2..0366453 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/tresko/react-datepicker/compare/v2.2.0...v2.3.0) (2019-12-23) + + +### Features + +* **unavailable-dates:** add unavaiable dates feature ([5039530](https://github.com/tresko/react-datepicker/commit/5039530)) + + + + + # [2.2.0](https://github.com/tresko/react-datepicker/compare/v2.1.4...v2.2.0) (2019-12-06) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 9eab205..d3a47ae 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@datepicker-react/hooks", - "version": "2.2.0", + "version": "2.3.0", "description": "React hooks for datepicker.", "keywords": [ "react", diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index 399ffa5..974da87 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/tresko/react-datepicker/compare/v2.2.0...v2.3.0) (2019-12-23) + + +### Features + +* **unavailable-dates:** add unavaiable dates feature ([5039530](https://github.com/tresko/react-datepicker/commit/5039530)) + + + + + # [2.2.0](https://github.com/tresko/react-datepicker/compare/v2.1.4...v2.2.0) (2019-12-06) diff --git a/packages/styled/package.json b/packages/styled/package.json index a43f5bf..4b3095c 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@datepicker-react/styled", - "version": "2.2.0", + "version": "2.3.0", "description": "A React datepicker build with styled-components.", "keywords": [ "datepicker", @@ -46,7 +46,7 @@ "styled-components": "^4.4.1" }, "dependencies": { - "@datepicker-react/hooks": "^2.2.0", + "@datepicker-react/hooks": "^2.3.0", "styled-system": "^5.1.2" }, "publishConfig": {