Skip to content

Commit 18a0c77

Browse files
committed
chore(release): 6.0.0-rc.24 🎉
1 parent d1b2a0f commit 18a0c77

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

CHANGELOG.md

+14-24
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.24](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.23...v6.0.0-rc.24) (2022-03-26)
8+
9+
10+
### chore
11+
12+
* remove unused shell script ([f052bb8](https://github.com/motss/app-datepicker/commit/f052bb80469074ac5012832002b99ef1f1f3b86d))
13+
14+
### docs
15+
16+
* update link in README to point to main branch ([d1b2a0f](https://github.com/motss/app-datepicker/commit/d1b2a0f52a2ddcd8f3fb12dd81e2998fbe837e17))
17+
18+
19+
720
# [6.0.0-rc.23](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.22...v6.0.0-rc.23) (2022-03-26)
821

922

@@ -925,27 +938,4 @@ All notable changes to this project will be documented in this file. See [standa
925938
### test
926939

927940
* Fix test failed on Safari ([d876496](https://github.com/motss/app-datepicker/commit/d87649638fcbe10f2037c671e8364a0543ba1461))
928-
* Simplify test ([220df30](https://github.com/motss/app-datepicker/commit/220df3062b2ca0d3de45a940175a08f4d0010bed))
929-
930-
931-
932-
# [4.0.0-rc.41](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.40...v4.0.0-rc.41) (2020-02-03)
933-
934-
935-
### chore
936-
937-
* Upgrade dependencies ([0ba04a2](https://github.com/motss/app-datepicker/commit/0ba04a24294b17f1f94ee181c72e3cffe67f63cc))
938-
* Upgrade dependencies ([f5c074b](https://github.com/motss/app-datepicker/commit/f5c074b4c0eb5feb485b42dabd64deac62fb5487))
939-
940-
### ci
941-
942-
* Remove redundant Lint step ([95c7bd2](https://github.com/motss/app-datepicker/commit/95c7bd2d45c8b5941983da5c7642e132f8402e37))
943-
944-
### doc
945-
946-
* Update doc on browsers support and use Edge 18 in CI for testing ([a424037](https://github.com/motss/app-datepicker/commit/a424037d4b6dbe226eae64eadd911c377c5dd943))
947-
* Update docs with latest events ([17ea421](https://github.com/motss/app-datepicker/commit/17ea421c2db0d4909e833fa521e84eed61656c48))
948-
949-
### feat
950-
951-
* Add `datepicker-value-updated` when focused date updates, fix #165 ([cace473](https://github.com/motss/app-datepicker/commit/cace473db67722740a8e1f1101959b49f07972d0)), closes [#165](https://github.com/motss/app-datepicker/issues/165)
941+
* Simplify test ([220df30](https://github.com/motss/app-datepicker/commit/220df3062b2ca0d3de45a940175a08f4d0010bed))

FULL_CHANGELOG.md

+13
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.24](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.23...v6.0.0-rc.24) (2022-03-26)
8+
9+
10+
### chore
11+
12+
* remove unused shell script ([f052bb8](https://github.com/motss/app-datepicker/commit/f052bb80469074ac5012832002b99ef1f1f3b86d))
13+
14+
### docs
15+
16+
* update link in README to point to main branch ([d1b2a0f](https://github.com/motss/app-datepicker/commit/d1b2a0f52a2ddcd8f3fb12dd81e2998fbe837e17))
17+
18+
19+
720
# [6.0.0-rc.23](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.22...v6.0.0-rc.23) (2022-03-26)
821

922

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)