Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tresko committed Dec 23, 2019
1 parent 8700a70 commit e7358a0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.2.0",
"version": "2.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
11 changes: 11 additions & 0 deletions packages/styled/CHANGELOG.md
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit e7358a0

Please sign in to comment.