Skip to content

Commit e04866a

Browse files
committed
chore(release): 6.0.0-rc.32 🎉
1 parent a6aee05 commit e04866a

File tree

4 files changed

+22
-17
lines changed

4 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 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.32](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.31...v6.0.0-rc.32) (2022-11-19)
8+
9+
10+
### fix
11+
12+
* class fields fix (#216) ([a6aee05](https://github.com/motss/app-datepicker/commit/a6aee05e8f076ba0ffef1f557e59ff1c336d1f3c)), closes [#216](https://github.com/motss/app-datepicker/issues/216)
13+
14+
15+
716
# [6.0.0-rc.31](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.30...v6.0.0-rc.31) (2022-11-19)
817

918

@@ -871,17 +880,4 @@ All notable changes to this project will be documented in this file. See [standa
871880

872881
### fix
873882

874-
* Fix tabindex does not update accordingly with focused date ([02ff148](https://github.com/motss/app-datepicker/commit/02ff148cf9de17c8df496564729ce9100d8dbc17))
875-
876-
877-
878-
# [4.0.0-rc.49](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.48...v4.0.0-rc.49) (2020-03-08)
879-
880-
881-
### chore
882-
883-
* Upgrade dependencies, reduce maxInstances ([fa091fc](https://github.com/motss/app-datepicker/commit/fa091fca0e1327c6a7fd2ecffc24f798d785f87a))
884-
885-
### feat
886-
887-
* Add `alwaysResetValue` property, update tests and doc, close #176 ([7622e92](https://github.com/motss/app-datepicker/commit/7622e92c5e3cf78acd0f29f31166e2f046351a89)), closes [#176](https://github.com/motss/app-datepicker/issues/176)
883+
* Fix tabindex does not update accordingly with focused date ([02ff148](https://github.com/motss/app-datepicker/commit/02ff148cf9de17c8df496564729ce9100d8dbc17))

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.32](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.31...v6.0.0-rc.32) (2022-11-19)
8+
9+
10+
### fix
11+
12+
* class fields fix (#216) ([a6aee05](https://github.com/motss/app-datepicker/commit/a6aee05e8f076ba0ffef1f557e59ff1c336d1f3c)), closes [#216](https://github.com/motss/app-datepicker/issues/216)
13+
14+
15+
716
# [6.0.0-rc.31](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.30...v6.0.0-rc.31) (2022-11-19)
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.31",
3+
"version": "6.0.0-rc.32",
44
"description": "Google Material Design based date picker built with lit",
55
"keywords": [
66
"buildwithlit",

0 commit comments

Comments
 (0)