Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tresko committed Jun 18, 2020
1 parent 2a884a6 commit 87687cf
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/tresko/react-datepicker/compare/v2.4.1...v2.5.0) (2020-06-18)


### Features

* **hooks:** added functionality to move the calendar by a single month ([2a884a6](https://github.com/tresko/react-datepicker/commit/2a884a6))





## [2.4.1](https://github.com/tresko/react-datepicker/compare/v2.4.0...v2.4.1) (2020-06-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.4.1",
"version": "2.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/tresko/react-datepicker/compare/v2.4.1...v2.5.0) (2020-06-18)


### Features

* **hooks:** added functionality to move the calendar by a single month ([2a884a6](https://github.com/tresko/react-datepicker/commit/2a884a6))





## [2.4.1](https://github.com/tresko/react-datepicker/compare/v2.4.0...v2.4.1) (2020-06-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datepicker-react/hooks",
"version": "2.4.1",
"version": "2.5.0",
"description": "React hooks for datepicker.",
"keywords": [
"react",
Expand Down
11 changes: 11 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.0](https://github.com/tresko/react-datepicker/compare/v2.4.1...v2.5.0) (2020-06-18)


### Features

* **hooks:** added functionality to move the calendar by a single month ([2a884a6](https://github.com/tresko/react-datepicker/commit/2a884a6))





## [2.4.1](https://github.com/tresko/react-datepicker/compare/v2.4.0...v2.4.1) (2020-06-17)

**Note:** Version bump only for package @datepicker-react/styled
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datepicker-react/styled",
"version": "2.4.1",
"version": "2.5.0",
"description": "A React datepicker build with styled-components.",
"keywords": [
"datepicker",
Expand Down Expand Up @@ -46,7 +46,7 @@
"styled-components": "^5.1.1"
},
"dependencies": {
"@datepicker-react/hooks": "^2.4.1",
"@datepicker-react/hooks": "^2.5.0",
"styled-system": "^5.1.5"
},
"publishConfig": {
Expand Down

0 comments on commit 87687cf

Please sign in to comment.