Skip to content

Commit

Permalink
chore(release): 6.0.0-rc.30 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Apr 3, 2022
1 parent bf24091 commit 4f659f4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 18 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa



# [6.0.0-rc.30](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.29...v6.0.0-rc.30) (2022-04-03)


### chore

* add my Github Sponsors profile to FUNDING.yml ([d9f62b0](https://github.com/motss/app-datepicker/commit/d9f62b015c96dc61f8965844ad63cab839d278fd))
* fix linting issues ([4b16473](https://github.com/motss/app-datepicker/commit/4b16473cdf230f176ef63d0a6b008485f05589ab))

### fix

* fix initial render issue, input closes on hidden day ([bf24091](https://github.com/motss/app-datepicker/commit/bf24091672c87a709b21275442b06cbeff9c3b6e))



# [6.0.0-rc.29](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.28...v6.0.0-rc.29) (2022-04-03)


Expand Down Expand Up @@ -875,18 +889,4 @@ All notable changes to this project will be documented in this file. See [standa
### fix

* Disabled day cannot be focused ([76b34d0](https://github.com/motss/app-datepicker/commit/76b34d056368f208c272dbc880d06b86aaf7e12e))
* Various bug fixes ([ffd3609](https://github.com/motss/app-datepicker/commit/ffd360997ebf93733e557bfc7a9a04193b3736c5))



# [4.0.0-rc.47](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.46...v4.0.0-rc.47) (2020-02-25)


### chore

* Upgrade dependency ([a7e361c](https://github.com/motss/app-datepicker/commit/a7e361c812c71d9c7ce504942299e71de99f9956))

### refactor

* Drop private class fields ([ee690e7](https://github.com/motss/app-datepicker/commit/ee690e7be4846f8091eed0db000757b53a73a11d))
* Minor code refactoring ([8ff06ff](https://github.com/motss/app-datepicker/commit/8ff06ff0e9c2cc744270651a013f7e17b7d64d07))
* Various bug fixes ([ffd3609](https://github.com/motss/app-datepicker/commit/ffd360997ebf93733e557bfc7a9a04193b3736c5))
14 changes: 14 additions & 0 deletions FULL_CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa



# [6.0.0-rc.30](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.29...v6.0.0-rc.30) (2022-04-03)


### chore

* add my Github Sponsors profile to FUNDING.yml ([d9f62b0](https://github.com/motss/app-datepicker/commit/d9f62b015c96dc61f8965844ad63cab839d278fd))
* fix linting issues ([4b16473](https://github.com/motss/app-datepicker/commit/4b16473cdf230f176ef63d0a6b008485f05589ab))

### fix

* fix initial render issue, input closes on hidden day ([bf24091](https://github.com/motss/app-datepicker/commit/bf24091672c87a709b21275442b06cbeff9c3b6e))



# [6.0.0-rc.29](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.28...v6.0.0-rc.29) (2022-04-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "app-datepicker",
"version": "6.0.0-rc.29",
"version": "6.0.0-rc.30",
"description": "Google Material Design based date picker built with lit",
"keywords": [
"buildwithlit",
Expand Down

0 comments on commit 4f659f4

Please sign in to comment.