Skip to content

Commit dd3077c

Browse files
committed
chore(release): 6.0.0-rc.26 🎉
1 parent 3667009 commit dd3077c

File tree

4 files changed

+22
-28
lines changed

4 files changed

+22
-28
lines changed

CHANGELOG.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa
44

55

66

7+
# [6.0.0-rc.26](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.25...v6.0.0-rc.26) (2022-04-02)
8+
9+
10+
### fix
11+
12+
* fix date picker input triggers date picker when clicking reset btn ([3667009](https://github.com/motss/app-datepicker/commit/3667009cb52fdd1912ddbc650819abda0ec20352))
13+
14+
15+
716
# [6.0.0-rc.25](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.24...v6.0.0-rc.25) (2022-03-29)
817

918

@@ -901,28 +910,4 @@ All notable changes to this project will be documented in this file. See [standa
901910
### test
902911

903912
* Enable all tests ([f1b29f0](https://github.com/motss/app-datepicker/commit/f1b29f0676dfadc6badee9d2c762b1940d885873))
904-
* Fix broken test, update screenshots ([a91072f](https://github.com/motss/app-datepicker/commit/a91072fe9c8a8bc4c5fceef498891bb6e5537f72))
905-
906-
907-
908-
# [4.0.0-rc.43](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.42...v4.0.0-rc.43) (2020-02-12)
909-
910-
911-
### chore
912-
913-
* Update dependencies ([7cf4e77](https://github.com/motss/app-datepicker/commit/7cf4e77b79db3b0db87a2be7e871dc67c96379f6))
914-
* Upgrade dependencies ([4de7069](https://github.com/motss/app-datepicker/commit/4de70692036c10b74c6438fa50d0d010404eafcb))
915-
* Upgrade dependencies && update pre-commit hook ([af5f527](https://github.com/motss/app-datepicker/commit/af5f52783ae326ccfdcfa6717ee9c795bbc8964f))
916-
917-
### feat
918-
919-
* Add undefined custom elements for lazy definition ([788b475](https://github.com/motss/app-datepicker/commit/788b475c92d5d31f30a61171a805dd7ff9061dfd))
920-
* Re-enable improved dragging feature with revised tests ([fd9274e](https://github.com/motss/app-datepicker/commit/fd9274e911447cc30a0e4c8f82459d45583fe970))
921-
922-
### fix
923-
924-
* Minor code refactor to simplify calendar dragging feature ([bb03f0f](https://github.com/motss/app-datepicker/commit/bb03f0fcefc95818db9817446d63ad62e6ea028b))
925-
926-
### test
927-
928-
* Use ES2017 for testing as Edge 18 does not support {...a} ([9775b3b](https://github.com/motss/app-datepicker/commit/9775b3b608e159de6a292157ee3fbcfeabd00d46))
913+
* Fix broken test, update screenshots ([a91072f](https://github.com/motss/app-datepicker/commit/a91072fe9c8a8bc4c5fceef498891bb6e5537f72))

FULL_CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa
44

55

66

7+
# [6.0.0-rc.26](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.25...v6.0.0-rc.26) (2022-04-02)
8+
9+
10+
### fix
11+
12+
* fix date picker input triggers date picker when clicking reset btn ([3667009](https://github.com/motss/app-datepicker/commit/3667009cb52fdd1912ddbc650819abda0ec20352))
13+
14+
15+
716
# [6.0.0-rc.25](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.24...v6.0.0-rc.25) (2022-03-29)
817

918

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-datepicker",
3-
"version": "6.0.0-rc.25",
3+
"version": "6.0.0-rc.26",
44
"description": "Google Material Design based date picker built with lit",
55
"keywords": [
66
"buildwithlit",

0 commit comments

Comments
 (0)