diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e863678..cbed3339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [standa +# [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) + + +### chore + +* remove unused shell script ([f052bb8](https://github.com/motss/app-datepicker/commit/f052bb80469074ac5012832002b99ef1f1f3b86d)) + +### docs + +* update link in README to point to main branch ([d1b2a0f](https://github.com/motss/app-datepicker/commit/d1b2a0f52a2ddcd8f3fb12dd81e2998fbe837e17)) + + + # [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) @@ -925,27 +938,4 @@ All notable changes to this project will be documented in this file. See [standa ### test * Fix test failed on Safari ([d876496](https://github.com/motss/app-datepicker/commit/d87649638fcbe10f2037c671e8364a0543ba1461)) -* Simplify test ([220df30](https://github.com/motss/app-datepicker/commit/220df3062b2ca0d3de45a940175a08f4d0010bed)) - - - -# [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) - - -### chore - -* Upgrade dependencies ([0ba04a2](https://github.com/motss/app-datepicker/commit/0ba04a24294b17f1f94ee181c72e3cffe67f63cc)) -* Upgrade dependencies ([f5c074b](https://github.com/motss/app-datepicker/commit/f5c074b4c0eb5feb485b42dabd64deac62fb5487)) - -### ci - -* Remove redundant Lint step ([95c7bd2](https://github.com/motss/app-datepicker/commit/95c7bd2d45c8b5941983da5c7642e132f8402e37)) - -### doc - -* Update doc on browsers support and use Edge 18 in CI for testing ([a424037](https://github.com/motss/app-datepicker/commit/a424037d4b6dbe226eae64eadd911c377c5dd943)) -* Update docs with latest events ([17ea421](https://github.com/motss/app-datepicker/commit/17ea421c2db0d4909e833fa521e84eed61656c48)) - -### feat - -* 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) \ No newline at end of file +* Simplify test ([220df30](https://github.com/motss/app-datepicker/commit/220df3062b2ca0d3de45a940175a08f4d0010bed)) \ No newline at end of file diff --git a/FULL_CHANGELOG.md b/FULL_CHANGELOG.md index 0638394c..2057a205 100644 --- a/FULL_CHANGELOG.md +++ b/FULL_CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [standa +# [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) + + +### chore + +* remove unused shell script ([f052bb8](https://github.com/motss/app-datepicker/commit/f052bb80469074ac5012832002b99ef1f1f3b86d)) + +### docs + +* update link in README to point to main branch ([d1b2a0f](https://github.com/motss/app-datepicker/commit/d1b2a0f52a2ddcd8f3fb12dd81e2998fbe837e17)) + + + # [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) diff --git a/package-lock.json b/package-lock.json index 134223c8..d5177d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app-datepicker", - "version": "6.0.0-rc.23", + "version": "6.0.0-rc.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "app-datepicker", - "version": "6.0.0-rc.23", + "version": "6.0.0-rc.24", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8cef0051..0a17b2a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-datepicker", - "version": "6.0.0-rc.23", + "version": "6.0.0-rc.24", "description": "Google Material Design based date picker built with lit", "keywords": [ "buildwithlit",