Skip to content

Commit 5ad10c7

Browse files
committed
chore(release): 6.0.0-rc.25 🎉
1 parent 8608d75 commit 5ad10c7

File tree

4 files changed

+22
-26
lines changed

4 files changed

+22
-26
lines changed

CHANGELOG.md

Lines changed: 10 additions & 23 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.25](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.24...v6.0.0-rc.25) (2022-03-29)
8+
9+
10+
### refactor
11+
12+
* use import(file_path) for better dynamic import analysis ([8608d75](https://github.com/motss/app-datepicker/commit/8608d7524a836fecd8425b5dafb0b8956cd9bc74))
13+
14+
15+
716
# [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)
817

918

@@ -916,26 +925,4 @@ All notable changes to this project will be documented in this file. See [standa
916925

917926
### test
918927

919-
* Use ES2017 for testing as Edge 18 does not support {...a} ([9775b3b](https://github.com/motss/app-datepicker/commit/9775b3b608e159de6a292157ee3fbcfeabd00d46))
920-
921-
922-
923-
# [4.0.0-rc.42](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.41...v4.0.0-rc.42) (2020-02-05)
924-
925-
926-
### chore
927-
928-
* Update doc, remove unused demo and dependencies, upgrade deps ([67f57c8](https://github.com/motss/app-datepicker/commit/67f57c883c489af059f4af081f4d7a3d38dcff29))
929-
930-
### feat
931-
932-
* Add `inline` property to render datepicker in inline mode ([c81640c](https://github.com/motss/app-datepicker/commit/c81640cd668024472940eac0e9eb660ef1918f2d))
933-
934-
### fix
935-
936-
* Add missing husky for pre-commit checks, fix linting issues ([f7fb478](https://github.com/motss/app-datepicker/commit/f7fb478909b8efbc76a771e33fc39c7c0acfc216))
937-
938-
### test
939-
940-
* Fix test failed on Safari ([d876496](https://github.com/motss/app-datepicker/commit/d87649638fcbe10f2037c671e8364a0543ba1461))
941-
* Simplify test ([220df30](https://github.com/motss/app-datepicker/commit/220df3062b2ca0d3de45a940175a08f4d0010bed))
928+
* Use ES2017 for testing as Edge 18 does not support {...a} ([9775b3b](https://github.com/motss/app-datepicker/commit/9775b3b608e159de6a292157ee3fbcfeabd00d46))

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.25](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.24...v6.0.0-rc.25) (2022-03-29)
8+
9+
10+
### refactor
11+
12+
* use import(file_path) for better dynamic import analysis ([8608d75](https://github.com/motss/app-datepicker/commit/8608d7524a836fecd8425b5dafb0b8956cd9bc74))
13+
14+
15+
716
# [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)
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.24",
3+
"version": "6.0.0-rc.25",
44
"description": "Google Material Design based date picker built with lit",
55
"keywords": [
66
"buildwithlit",

0 commit comments

Comments
 (0)