Skip to content

Commit ebbbda4

Browse files
committed
chore(release): 6.0.0-rc.27 🎉
1 parent dcc4043 commit ebbbda4

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 10 additions & 19 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.27](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.26...v6.0.0-rc.27) (2022-04-02)
8+
9+
10+
### feat
11+
12+
* support disabled/ readonly in DatePickerInput, update tests ([dcc4043](https://github.com/motss/app-datepicker/commit/dcc4043e224b59400d05272467c8198507278e20))
13+
14+
15+
716
# [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)
817

918

@@ -892,22 +901,4 @@ All notable changes to this project will be documented in this file. See [standa
892901

893902
### fix
894903

895-
* Add --app-datepicker-focused-year-bg-color, fix #170 ([49b4789](https://github.com/motss/app-datepicker/commit/49b4789b39dc475baa000deea251a70ca4c3a48e)), closes [#170](https://github.com/motss/app-datepicker/issues/170)
896-
897-
898-
899-
# [4.0.0-rc.44](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.43...v4.0.0-rc.44) (2020-02-16)
900-
901-
902-
### chore
903-
904-
* Upgrade dependencies ([d6a5e5d](https://github.com/motss/app-datepicker/commit/d6a5e5d5ee19a449f5d7eb045ed495a42ad579e1))
905-
906-
### feat
907-
908-
* Add clearLabel in dialog, minor code refactor, update tests ([e511de5](https://github.com/motss/app-datepicker/commit/e511de5d0dc6a79de80192730ab82c308a7ade2c))
909-
910-
### test
911-
912-
* Enable all tests ([f1b29f0](https://github.com/motss/app-datepicker/commit/f1b29f0676dfadc6badee9d2c762b1940d885873))
913-
* Fix broken test, update screenshots ([a91072f](https://github.com/motss/app-datepicker/commit/a91072fe9c8a8bc4c5fceef498891bb6e5537f72))
904+
* Add --app-datepicker-focused-year-bg-color, fix #170 ([49b4789](https://github.com/motss/app-datepicker/commit/49b4789b39dc475baa000deea251a70ca4c3a48e)), closes [#170](https://github.com/motss/app-datepicker/issues/170)

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.27](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.26...v6.0.0-rc.27) (2022-04-02)
8+
9+
10+
### feat
11+
12+
* support disabled/ readonly in DatePickerInput, update tests ([dcc4043](https://github.com/motss/app-datepicker/commit/dcc4043e224b59400d05272467c8198507278e20))
13+
14+
15+
716
# [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)
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.26",
3+
"version": "6.0.0-rc.27",
44
"description": "Google Material Design based date picker built with lit",
55
"keywords": [
66
"buildwithlit",

0 commit comments

Comments
 (0)