Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tresko committed Aug 26, 2019
1 parent 77e450b commit ea34eb0
Show file tree
Hide file tree
Showing 6 changed files with 34 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.0.1](https://github.com/tresko/react-datepicker/compare/v2.0.0...v2.0.1) (2019-08-26)


### Bug Fixes

* **depencencies:** update vulnerable lodash in yarn.lock ([c97a4aa](https://github.com/tresko/react-datepicker/commit/c97a4aa))





# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)


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.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/tresko/react-datepicker/compare/v2.0.0...v2.0.1) (2019-08-26)

**Note:** Version bump only for package @datepicker-react/hooks





# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)


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.0.0",
"version": "2.0.1",
"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.0.1](https://github.com/tresko/react-datepicker/compare/v2.0.0...v2.0.1) (2019-08-26)


### Bug Fixes

* **depencencies:** update vulnerable lodash in yarn.lock ([c97a4aa](https://github.com/tresko/react-datepicker/commit/c97a4aa))





# [2.0.0](https://github.com/tresko/react-datepicker/compare/v1.7.1...v2.0.0) (2019-08-23)


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.0.0",
"version": "2.0.1",
"description": "A React datepicker build with styled-components.",
"keywords": [
"datepicker",
Expand Down Expand Up @@ -46,7 +46,7 @@
"styled-components": "^4.3.2"
},
"dependencies": {
"@datepicker-react/hooks": "^2.0.0",
"@datepicker-react/hooks": "^2.0.1",
"styled-system": "^5.1.1"
},
"publishConfig": {
Expand Down

0 comments on commit ea34eb0

Please sign in to comment.