Skip to content

Commit a84c165

Browse files
committed
chore(release): 6.0.0-rc.28 🎉
1 parent c8c5c35 commit a84c165

File tree

4 files changed

+30
-13
lines changed

4 files changed

+30
-13
lines changed

CHANGELOG.md

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

55

66

7+
# [6.0.0-rc.28](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.27...v6.0.0-rc.28) (2022-04-02)
8+
9+
10+
### chore
11+
12+
* add missing ESLint config ([c8c5c35](https://github.com/motss/app-datepicker/commit/c8c5c35790d16c30aa0f9bada5794bf31f278756))
13+
14+
### fix
15+
16+
* fix calling .layout() for certain properties, use 4px for shape ([6bc4d54](https://github.com/motss/app-datepicker/commit/6bc4d54bacc36ba03e9d0e62010ed62b117e5d54))
17+
18+
19+
720
# [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)
821

922

@@ -892,13 +905,4 @@ All notable changes to this project will be documented in this file. See [standa
892905
### test
893906

894907
* Fix test command for running tests on Sauce Labs ([2f7c649](https://github.com/motss/app-datepicker/commit/2f7c64920bf168b71b782772942cdb2e65b28d85))
895-
* Fix tests due to layout change, use import type in TS3.8 ([fd4f124](https://github.com/motss/app-datepicker/commit/fd4f12460f45e42c9dbca061b9c78a5189af351b))
896-
897-
898-
899-
# [4.0.0-rc.45](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.44...v4.0.0-rc.45) (2020-02-16)
900-
901-
902-
### fix
903-
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)
908+
* Fix tests due to layout change, use import type in TS3.8 ([fd4f124](https://github.com/motss/app-datepicker/commit/fd4f12460f45e42c9dbca061b9c78a5189af351b))

FULL_CHANGELOG.md

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

55

66

7+
# [6.0.0-rc.28](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.27...v6.0.0-rc.28) (2022-04-02)
8+
9+
10+
### chore
11+
12+
* add missing ESLint config ([c8c5c35](https://github.com/motss/app-datepicker/commit/c8c5c35790d16c30aa0f9bada5794bf31f278756))
13+
14+
### fix
15+
16+
* fix calling .layout() for certain properties, use 4px for shape ([6bc4d54](https://github.com/motss/app-datepicker/commit/6bc4d54bacc36ba03e9d0e62010ed62b117e5d54))
17+
18+
19+
720
# [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)
821

922

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.27",
3+
"version": "6.0.0-rc.28",
44
"description": "Google Material Design based date picker built with lit",
55
"keywords": [
66
"buildwithlit",

0 commit comments

Comments
 (0)