From 4f659f4772a195fb0728933dd67fb5c1d5dc6a42 Mon Sep 17 00:00:00 2001 From: "Rong Sen Ng (motss)" Date: Sun, 3 Apr 2022 22:03:10 +0800 Subject: [PATCH] chore(release): 6.0.0-rc.30 :tada: --- CHANGELOG.md | 30 +++++++++++++++--------------- FULL_CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 32 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c98b1b3..22b04bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa +# [6.0.0-rc.30](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.29...v6.0.0-rc.30) (2022-04-03) + + +### chore + +* add my Github Sponsors profile to FUNDING.yml ([d9f62b0](https://github.com/motss/app-datepicker/commit/d9f62b015c96dc61f8965844ad63cab839d278fd)) +* fix linting issues ([4b16473](https://github.com/motss/app-datepicker/commit/4b16473cdf230f176ef63d0a6b008485f05589ab)) + +### fix + +* fix initial render issue, input closes on hidden day ([bf24091](https://github.com/motss/app-datepicker/commit/bf24091672c87a709b21275442b06cbeff9c3b6e)) + + + # [6.0.0-rc.29](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.28...v6.0.0-rc.29) (2022-04-03) @@ -875,18 +889,4 @@ All notable changes to this project will be documented in this file. See [standa ### fix * Disabled day cannot be focused ([76b34d0](https://github.com/motss/app-datepicker/commit/76b34d056368f208c272dbc880d06b86aaf7e12e)) -* Various bug fixes ([ffd3609](https://github.com/motss/app-datepicker/commit/ffd360997ebf93733e557bfc7a9a04193b3736c5)) - - - -# [4.0.0-rc.47](https://github.com/motss/app-datepicker/compare/v4.0.0-rc.46...v4.0.0-rc.47) (2020-02-25) - - -### chore - -* Upgrade dependency ([a7e361c](https://github.com/motss/app-datepicker/commit/a7e361c812c71d9c7ce504942299e71de99f9956)) - -### refactor - -* Drop private class fields ([ee690e7](https://github.com/motss/app-datepicker/commit/ee690e7be4846f8091eed0db000757b53a73a11d)) -* Minor code refactoring ([8ff06ff](https://github.com/motss/app-datepicker/commit/8ff06ff0e9c2cc744270651a013f7e17b7d64d07)) \ No newline at end of file +* Various bug fixes ([ffd3609](https://github.com/motss/app-datepicker/commit/ffd360997ebf93733e557bfc7a9a04193b3736c5)) \ No newline at end of file diff --git a/FULL_CHANGELOG.md b/FULL_CHANGELOG.md index 8f466c8f..141976a9 100644 --- a/FULL_CHANGELOG.md +++ b/FULL_CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa +# [6.0.0-rc.30](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.29...v6.0.0-rc.30) (2022-04-03) + + +### chore + +* add my Github Sponsors profile to FUNDING.yml ([d9f62b0](https://github.com/motss/app-datepicker/commit/d9f62b015c96dc61f8965844ad63cab839d278fd)) +* fix linting issues ([4b16473](https://github.com/motss/app-datepicker/commit/4b16473cdf230f176ef63d0a6b008485f05589ab)) + +### fix + +* fix initial render issue, input closes on hidden day ([bf24091](https://github.com/motss/app-datepicker/commit/bf24091672c87a709b21275442b06cbeff9c3b6e)) + + + # [6.0.0-rc.29](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.28...v6.0.0-rc.29) (2022-04-03) diff --git a/package-lock.json b/package-lock.json index 52d7aa9b..17186b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-datepicker", - "version": "6.0.0-rc.29", + "version": "6.0.0-rc.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "app-datepicker", - "version": "6.0.0-rc.29", + "version": "6.0.0-rc.30", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aa22dc3e..55e42d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-datepicker", - "version": "6.0.0-rc.29", + "version": "6.0.0-rc.30", "description": "Google Material Design based date picker built with lit", "keywords": [ "buildwithlit",