diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index b05d247df0..e2a1cf60cf 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -35,7 +35,7 @@ jobs: - name: Generate changelogs run: | npm i auto-changelog --no-save - npx auto-changelog --release-summary --tag-prefix '${{matrix.version}}.' -o docs/changelog/index.md + npx auto-changelog --release-summary --starting-version ${{matrix.version}}.0 --tag-pattern ${{matrix.version}}.\d -o docs/changelog/index.md npx auto-changelog --release-summary - name: Commit changed files run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 0882f4ab77..e1a3fb6ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,109 +7,91 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [1.2.0-rc.54](https://github.com/leanupjs/leanup/compare/1.2.0-rc.53...1.2.0-rc.54) - 2021-03-12 - -### Commits - -- docs: optimize changelog handling [`be21ad0`](https://github.com/leanupjs/leanup/commit/be21ad04148e2b05ec02581817c937f0aeb624a8) -- docs: sync doc [`00bbb6c`](https://github.com/leanupjs/leanup/commit/00bbb6c82a5f823c5592c27406e8fd04591a4bf7) -- Update changelogs [`edec550`](https://github.com/leanupjs/leanup/commit/edec550ebaeca65857a032f521ef3fb4052e0211) -- Update changelogs [`9a537ee`](https://github.com/leanupjs/leanup/commit/9a537ee86122bdddedebc0f398d2a393b0ce8db6) -- Auto dependency update [`7af4919`](https://github.com/leanupjs/leanup/commit/7af49198a36f1cc36acfd23a5356865be0a4bd11) -- chore: test workflow [`cd3165e`](https://github.com/leanupjs/leanup/commit/cd3165e7b4f02d804f96965aba79b399db83c321) -- ci: update CHANGELOG.md [`c0589f4`](https://github.com/leanupjs/leanup/commit/c0589f4066897ec6f7639bb32af67cc8f51c3195) -- docs: tiny changes [`a6cc16f`](https://github.com/leanupjs/leanup/commit/a6cc16fbcd255f2e71453ff317783ffc54538021) +## [Unreleased](https://github.com/leanupjs/leanup/compare/1.1.4...HEAD) + +### Commits + +- chore: update changelogs for v1.2 [`d48672c`](https://github.com/leanupjs/leanup/commit/d48672c6c2ca5936b473173bd7003ce1e3b23d4d) +- chore: reconfigure release [`0268083`](https://github.com/leanupjs/leanup/commit/0268083638a0053239460189deff0243cf34337f) +- Update changelogs [`1eca4bd`](https://github.com/leanupjs/leanup/commit/1eca4bd5b2bf8d9e05a30f88a9a1c0fe90ddbe78) +- Auto dependency update [`2b76687`](https://github.com/leanupjs/leanup/commit/2b766878d623cbc199e4282cd1e41741866cab0e) +- chore: update changelogs for v1.2 [`db5b818`](https://github.com/leanupjs/leanup/commit/db5b818dddc7dd61d416170e12a94786080d4788) +- Auto dependency update [`dfcf251`](https://github.com/leanupjs/leanup/commit/dfcf25113de67a8bf105ad2cf57ac8ad69c14d9a) +- chore: reconfigure github workflows [`7d960ec`](https://github.com/leanupjs/leanup/commit/7d960ec77c1ccff82af5fae8503a10a247750a14) +- chore: reconfigure release [`6894a0e`](https://github.com/leanupjs/leanup/commit/6894a0e018a7a7ce3cbabaf819d15722df15fd45) +- chore: reconfigure release [`c2686fe`](https://github.com/leanupjs/leanup/commit/c2686fe70cb3e4362cc9ef112fe2f70172b8ec9d) +- chore: reconfigure release [`3fb9fd1`](https://github.com/leanupjs/leanup/commit/3fb9fd11f9bda3cba04b323f49fddb36c1b64aa0) +- chore: reconfigure release [`c46eeef`](https://github.com/leanupjs/leanup/commit/c46eeef69667d7cf839b7e194caa42acd18659b3) +- chore: update changelogs for v1.2 [`41fec31`](https://github.com/leanupjs/leanup/commit/41fec31afc7c7220c13a3800b3c4d37e757cd8de) +- chore: reconfigure release [`aaa34fc`](https://github.com/leanupjs/leanup/commit/aaa34fc7f70b8c1db1c474fb2bf2e63053ecb9aa) +- chore: update changelogs for v1.2 [`101662c`](https://github.com/leanupjs/leanup/commit/101662ccea124f872e214a33631b7811baeac4c7) +- chore: reconfigure changelog [`08e9f77`](https://github.com/leanupjs/leanup/commit/08e9f77a61a4d162f374320dbd9c8ccaf450794a) - docs: add maintainment [`16953f5`](https://github.com/leanupjs/leanup/commit/16953f594a83aba685db611bfaf6d459f8b43755) -- chore: reconfigure release [`d437ff9`](https://github.com/leanupjs/leanup/commit/d437ff9be44c38a2bd48a8b44d9c5fe23b614a1b) -- fix: fix auto updater pipe [`675d010`](https://github.com/leanupjs/leanup/commit/675d010543707395c0ba58d08aab8fe7916dcf9f) -- chore: reconfigure release [`a5032be`](https://github.com/leanupjs/leanup/commit/a5032befb4096a370e8395011ddea57cb5689c0c) -- chore: reconfigure release [`cd36b03`](https://github.com/leanupjs/leanup/commit/cd36b03124374895ecf34bdc897a83c90f0a3a39) -- chore: reconfigure release [`8ee0325`](https://github.com/leanupjs/leanup/commit/8ee03250256fa3e1311f893267f113d6c036ee82) -- fix: fix auto updater pipe [`850ec70`](https://github.com/leanupjs/leanup/commit/850ec70122384f298d8b661872e668bafabc65a3) -- chore: reorganize github workflows [`68b5074`](https://github.com/leanupjs/leanup/commit/68b507474a4339e697a3efee6a9d5accf845a639) +- chore: reconfigure release [`8cf1cc9`](https://github.com/leanupjs/leanup/commit/8cf1cc998e0a165ae0e7919db6753dc52cf5b7a0) +- chore: reconfigure release [`2d32a60`](https://github.com/leanupjs/leanup/commit/2d32a608ccbc6bb6d25822e3445fedb3decdab28) +- chore: reconfigure changelog [`1c71324`](https://github.com/leanupjs/leanup/commit/1c71324993f1a2b48bb63e21f5387da6600bb50b) +- chore: reconfigure changelog [`188b1bd`](https://github.com/leanupjs/leanup/commit/188b1bd889623eb119b3d44828be57bcd34e27d0) +- chore: reconfigure changelog [`ead29bf`](https://github.com/leanupjs/leanup/commit/ead29bf4259fd8aa324322cb7dac0ebbeeeede7e) +- chore: reconfigure changelog [`6dd4bb7`](https://github.com/leanupjs/leanup/commit/6dd4bb7df9619998d08f65217d1ea1568d1d451a) +- chore: reconfigure changelog [`1b30d64`](https://github.com/leanupjs/leanup/commit/1b30d649a36e76a09f7fc350c588784e93b38d97) +- chore: reconfigure release [`1ada057`](https://github.com/leanupjs/leanup/commit/1ada05794638fd3ca88b15a30c3796511676dacf) - chore: reconfigure release [`06e814d`](https://github.com/leanupjs/leanup/commit/06e814d6cbdfbca690289ed2cf5b68c0bec7c933) -- chore: reconfigure release [`004520a`](https://github.com/leanupjs/leanup/commit/004520a2538161e4107cf30eefa13ac1d7e18072) +- chore: reconfigure release [`32466ee`](https://github.com/leanupjs/leanup/commit/32466ee036d23bb9034a67b61e3bd2d4c3b1fe90) -## [1.2.0-rc.53](https://github.com/leanupjs/leanup/compare/1.2.0-rc.52...1.2.0-rc.53) - 2021-03-11 +## [1.1.4](https://github.com/leanupjs/leanup/compare/1.1.3...1.1.4) - 2021-03-12 ### Merged - Auto dependency update [`#1138`](https://github.com/leanupjs/leanup/pull/1138) +- Auto dependency update [`#1135`](https://github.com/leanupjs/leanup/pull/1135) +- Auto dependency update [`#1125`](https://github.com/leanupjs/leanup/pull/1125) ### Commits +- docs: optimize changelog handling [`be21ad0`](https://github.com/leanupjs/leanup/commit/be21ad04148e2b05ec02581817c937f0aeb624a8) +- docs: sync doc [`00bbb6c`](https://github.com/leanupjs/leanup/commit/00bbb6c82a5f823c5592c27406e8fd04591a4bf7) +- Update changelogs [`edec550`](https://github.com/leanupjs/leanup/commit/edec550ebaeca65857a032f521ef3fb4052e0211) +- Update changelogs [`9a537ee`](https://github.com/leanupjs/leanup/commit/9a537ee86122bdddedebc0f398d2a393b0ce8db6) - ci: update CHANGELOG.md [`609a463`](https://github.com/leanupjs/leanup/commit/609a4639ee446149c6c6d897e239a6495aaad19e) +- chore: reconfigure version 1.2 [`c2da46d`](https://github.com/leanupjs/leanup/commit/c2da46deb6deb49796de7f61624a1fe50e1082ce) +- chore: reconfigure version 1.2 - set to 1.2.0-rc.50 [`d78677d`](https://github.com/leanupjs/leanup/commit/d78677d45facb953137ddfaa9971d1408d00e90c) +- chore: add auto dep update for v1.2 [`142de32`](https://github.com/leanupjs/leanup/commit/142de3282687a556dbc8813fdcddcec3567f0f3b) +- chore: edit dist-tag-all list [`c55babe`](https://github.com/leanupjs/leanup/commit/c55babe6c0b35ba2c7bb4766ee4df769541efeac) +- chore: test workflow [`cd3165e`](https://github.com/leanupjs/leanup/commit/cd3165e7b4f02d804f96965aba79b399db83c321) - chore: reorganize github workflows [`e23e470`](https://github.com/leanupjs/leanup/commit/e23e470bf2841bf8db6635bba32f9ac30e0e31df) - chore: restore update workflow 1.0 [`6e66e30`](https://github.com/leanupjs/leanup/commit/6e66e30d378aa34fe6fd9d56174bac3b6c8dcda7) +- chore: add auto dep update for v1.2 [`43e922a`](https://github.com/leanupjs/leanup/commit/43e922af26086becec125e53ccc90ed0d7ac7546) - chore: reorganize github workflows [`21663f5`](https://github.com/leanupjs/leanup/commit/21663f551f83a866256a23d120b1f9e04ec2ae50) - chore: taste auto dependency updates for all [`f68a601`](https://github.com/leanupjs/leanup/commit/f68a60174e982ac26ca1b970b0ea09df84fa0b08) - chore: taste auto dependency updates for all [`e1eee8c`](https://github.com/leanupjs/leanup/commit/e1eee8cec2c64b36b30e5454b364e5286b377cdd) +- chore: auto update with PR [`351208a`](https://github.com/leanupjs/leanup/commit/351208a243094b19e86621aaf16b575b5cca50bc) +- ci: update CHANGELOG.md [`c0589f4`](https://github.com/leanupjs/leanup/commit/c0589f4066897ec6f7639bb32af67cc8f51c3195) +- docs: tiny changes [`a6cc16f`](https://github.com/leanupjs/leanup/commit/a6cc16fbcd255f2e71453ff317783ffc54538021) - chore: taste auto dependency updates for all [`a57bccd`](https://github.com/leanupjs/leanup/commit/a57bccd38f8883829eed08b64d5b4324f5c4c652) - chore: try full auto dep updates [`061eb0b`](https://github.com/leanupjs/leanup/commit/061eb0ba38b83313585081a3d681e5faa738ef67) +- chore: reconfigure release [`d437ff9`](https://github.com/leanupjs/leanup/commit/d437ff9be44c38a2bd48a8b44d9c5fe23b614a1b) - chore: reconfigure update changelog pipe [`73b9be8`](https://github.com/leanupjs/leanup/commit/73b9be819d0b731360461be1e8531f22453d93fd) +- chore: reset all eslint settings - no breaking changes [`8fe3935`](https://github.com/leanupjs/leanup/commit/8fe393526dbf41369e7301c34d284c7e3798927a) +- fix: fix auto updater pipe [`675d010`](https://github.com/leanupjs/leanup/commit/675d010543707395c0ba58d08aab8fe7916dcf9f) - chore: reorganize github workflows [`1f425e1`](https://github.com/leanupjs/leanup/commit/1f425e194dd03879a2528cfd7b83c98287004d21) +- chore: optimize less configuration [`216aedd`](https://github.com/leanupjs/leanup/commit/216aeddc9e7e5fd488a588444071c908d7e5b1aa) +- chore: reconfigure release [`a5032be`](https://github.com/leanupjs/leanup/commit/a5032befb4096a370e8395011ddea57cb5689c0c) +- chore: reconfigure release [`cd36b03`](https://github.com/leanupjs/leanup/commit/cd36b03124374895ecf34bdc897a83c90f0a3a39) +- chore: reconfigure release [`8ee0325`](https://github.com/leanupjs/leanup/commit/8ee03250256fa3e1311f893267f113d6c036ee82) +- fix: fix auto updater pipe [`850ec70`](https://github.com/leanupjs/leanup/commit/850ec70122384f298d8b661872e668bafabc65a3) +- chore: reorganize github workflows [`68b5074`](https://github.com/leanupjs/leanup/commit/68b507474a4339e697a3efee6a9d5accf845a639) +- chore: configure doc build [`837c7c2`](https://github.com/leanupjs/leanup/commit/837c7c2dddd627de12681188e5768ce8a7aed8b0) +- chore: optimize less configuration [`31a47a0`](https://github.com/leanupjs/leanup/commit/31a47a00e61e6abf36e6a161d2ab2b5b23d70e0e) +- chore: reconfigure release [`004520a`](https://github.com/leanupjs/leanup/commit/004520a2538161e4107cf30eefa13ac1d7e18072) - chore: reorganize github workflows [`46c1146`](https://github.com/leanupjs/leanup/commit/46c11464febf8c6f7522539665ca1362627281bc) - chore: taste auto dependency updates for all [`4c06105`](https://github.com/leanupjs/leanup/commit/4c06105c79ace410f7595d68bac9939c0e7cfc0e) - chore: reconfigure create release pipe [`ad7597a`](https://github.com/leanupjs/leanup/commit/ad7597a73ecff2bf7927635098e134f764ecef4b) +- fix: remove path option at less configuration for less-loader [`0f23f6d`](https://github.com/leanupjs/leanup/commit/0f23f6df45cbe460295823c73cbc60628dc59080) +- chore: sync npm scripts [`0abb0b4`](https://github.com/leanupjs/leanup/commit/0abb0b4da2f1553c6ae2fba02aca4bf285fef21a) - chore: reconfigure update changelog pipe [`e3f744a`](https://github.com/leanupjs/leanup/commit/e3f744ab1ce41bbdf77b820365655331a310e70b) - chore: reorganize github workflows [`cc2ad24`](https://github.com/leanupjs/leanup/commit/cc2ad24a7b89677382fa0b6206fdb261d56d0707) - chore: reorganize github workflows [`be76e3c`](https://github.com/leanupjs/leanup/commit/be76e3c4a35502cbc573e59a0277f69b21c6f3a3) -## [1.2.0-rc.52](https://github.com/leanupjs/leanup/compare/1.2.0-rc.51...1.2.0-rc.52) - 2021-03-09 - -### Merged - -- Auto dependency update [`#1135`](https://github.com/leanupjs/leanup/pull/1135) -- Auto dependency update [`#1125`](https://github.com/leanupjs/leanup/pull/1125) - -### Commits - -- chore: auto update with PR [`351208a`](https://github.com/leanupjs/leanup/commit/351208a243094b19e86621aaf16b575b5cca50bc) -- chore: optimize less configuration [`216aedd`](https://github.com/leanupjs/leanup/commit/216aeddc9e7e5fd488a588444071c908d7e5b1aa) -- chore: configure doc build [`837c7c2`](https://github.com/leanupjs/leanup/commit/837c7c2dddd627de12681188e5768ce8a7aed8b0) -- chore: optimize less configuration [`31a47a0`](https://github.com/leanupjs/leanup/commit/31a47a00e61e6abf36e6a161d2ab2b5b23d70e0e) -- fix: remove path option at less configuration for less-loader [`0f23f6d`](https://github.com/leanupjs/leanup/commit/0f23f6df45cbe460295823c73cbc60628dc59080) -- chore: sync npm scripts [`0abb0b4`](https://github.com/leanupjs/leanup/commit/0abb0b4da2f1553c6ae2fba02aca4bf285fef21a) - -## [1.2.0-rc.51](https://github.com/leanupjs/leanup/compare/1.2.0-rc.50...1.2.0-rc.51) - 2021-03-08 - -### Commits - -- chore: reset all eslint settings - no breaking changes [`8fe3935`](https://github.com/leanupjs/leanup/commit/8fe393526dbf41369e7301c34d284c7e3798927a) - -## [1.2.0-rc.50](https://github.com/leanupjs/leanup/compare/1.1.4...1.2.0-rc.50) - 2021-03-07 - -### Commits - -- chore: reconfigure version 1.2 [`c2da46d`](https://github.com/leanupjs/leanup/commit/c2da46deb6deb49796de7f61624a1fe50e1082ce) -- chore: reconfigure version 1.2 - set to 1.2.0-rc.50 [`d78677d`](https://github.com/leanupjs/leanup/commit/d78677d45facb953137ddfaa9971d1408d00e90c) -- chore: add auto dep update for v1.2 [`142de32`](https://github.com/leanupjs/leanup/commit/142de3282687a556dbc8813fdcddcec3567f0f3b) -- chore: edit dist-tag-all list [`c55babe`](https://github.com/leanupjs/leanup/commit/c55babe6c0b35ba2c7bb4766ee4df769541efeac) -- chore: add auto dep update for v1.2 [`43e922a`](https://github.com/leanupjs/leanup/commit/43e922af26086becec125e53ccc90ed0d7ac7546) - -## [1.1.4](https://github.com/leanupjs/leanup/compare/1.1.3...1.1.4) - 2021-03-12 - -### Commits - -- Update changelogs [`f962eba`](https://github.com/leanupjs/leanup/commit/f962eba3cc3c5a7fc80e90ed1c2b2b14f686d239) -- docs: sync docs [`38aa911`](https://github.com/leanupjs/leanup/commit/38aa911417261dbf3a4d86acbf08a3e965f0f932) -- Update changelogs [`9d55a29`](https://github.com/leanupjs/leanup/commit/9d55a29a4828ee8ea4f9d43abe1592274de6b1a8) -- Auto dependency update [`5e92c61`](https://github.com/leanupjs/leanup/commit/5e92c61f3f8858ce6f299171a99f6a65702ba0cd) -- docs: update docu [`c0d0cb0`](https://github.com/leanupjs/leanup/commit/c0d0cb03bfc115671938fd91ff24c3eabd1e347d) -- docs: update docu [`72217e3`](https://github.com/leanupjs/leanup/commit/72217e37209078142a12faa4577687ba53c8d688) -- docs: update docu [`aae1a32`](https://github.com/leanupjs/leanup/commit/aae1a321823fa9697a83224d0dcd368e408b1ae5) -- docs: update migration howto [`5f366cb`](https://github.com/leanupjs/leanup/commit/5f366cb883241a31fae6115ec91c8a960e16f1e9) -- docs: update docu [`c94d0ea`](https://github.com/leanupjs/leanup/commit/c94d0ea68d8d0ec9d0f4585cab063174fbb6d343) -- docs: update docu [`d4d55c1`](https://github.com/leanupjs/leanup/commit/d4d55c10f43048dc011c67879872ea59c7dd26a9) -- docs: update migration howto [`ab154f1`](https://github.com/leanupjs/leanup/commit/ab154f1e40e55bad64a3e76433bd809bc3f821eb) -- docs: tiny changes [`32bde1e`](https://github.com/leanupjs/leanup/commit/32bde1e1df21c004cfb7337b7aeb4d238408c96b) -- docs: add maintainment [`2d7283c`](https://github.com/leanupjs/leanup/commit/2d7283c40bf104e9ab9a08290c8824f0d4f9597e) -- Update changelogs [`5682b84`](https://github.com/leanupjs/leanup/commit/5682b840cc87a7bdb44bad55129bf4d63db7382f) -- Update changelogs [`61a3a7a`](https://github.com/leanupjs/leanup/commit/61a3a7a4f1e82011ab7d71055db8c93aed38b604) -- chore: reconfigure release [`3d5a12e`](https://github.com/leanupjs/leanup/commit/3d5a12e8b8a0307ba0b23448ca8e06a669a840bf) -- remove video [`2f031da`](https://github.com/leanupjs/leanup/commit/2f031da3ea8a8e438728e5e76191a41f0ba788a9) -- chore: add docs workflow yml [`b1c59b2`](https://github.com/leanupjs/leanup/commit/b1c59b2fd18d4d2fc1367f3f846da58e59d50311) - ## [1.1.3](https://github.com/leanupjs/leanup/compare/1.1.2...1.1.3) - 2021-03-10 ### Merged @@ -150,3836 +132,3 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: release version 1.1 [`ff220f6`](https://github.com/leanupjs/leanup/commit/ff220f6b359afb628b76b7b8a15e1906357e917b) - chore: configure the node and npm versions [`db262e9`](https://github.com/leanupjs/leanup/commit/db262e9ad04810809bf12a28325e212dc313cff8) - -## [1.1.0-rc.312](https://github.com/leanupjs/leanup/compare/1.1.0-rc.311...1.1.0-rc.312) - 2021-03-07 - -### Commits - -- chore: decouple main package.json from leanup packages [`3d5287b`](https://github.com/leanupjs/leanup/commit/3d5287b50f73aebbdcc21f0e8e6c2c29be4c2ed3) -- chore: reconfigure eslint [`9f19b44`](https://github.com/leanupjs/leanup/commit/9f19b44b1c533ff90291e0b44c9fa276841511d8) - -## [1.1.0-rc.311](https://github.com/leanupjs/leanup/compare/1.1.0-rc.310...1.1.0-rc.311) - 2021-03-07 - -### Merged - -- Auto dependency update [`#1056`](https://github.com/leanupjs/leanup/pull/1056) - -### Commits - -- chore: breaking change by eslint explizit members [`5554900`](https://github.com/leanupjs/leanup/commit/5554900034c3046f1b56f07f43966172846edf01) - -## [1.1.0-rc.310](https://github.com/leanupjs/leanup/compare/1.1.0-rc.309...1.1.0-rc.310) - 2021-03-07 - -### Merged - -- Auto dependency update [`#1053`](https://github.com/leanupjs/leanup/pull/1053) -- Update/1.1 [`#1051`](https://github.com/leanupjs/leanup/pull/1051) -- Auto dependency update [`#1050`](https://github.com/leanupjs/leanup/pull/1050) - -### Commits - -- docs: update guide md [`a6c94ac`](https://github.com/leanupjs/leanup/commit/a6c94acda6d281417302971824e97d357e5c1efb) -- chore: edit depdabot [`5a44cc7`](https://github.com/leanupjs/leanup/commit/5a44cc71d3fe97c0a77d85c0a0d2e86402b4fc15) -- chore: upgrade deps [`0baaa51`](https://github.com/leanupjs/leanup/commit/0baaa5103826fdde4097524a0e01388320f9c7f5) -- Update package.json [`b965e4c`](https://github.com/leanupjs/leanup/commit/b965e4c8759345a2f08f2cfca7ff6aa0d87c51a5) - -## [1.1.0-rc.309](https://github.com/leanupjs/leanup/compare/1.1.0-rc.308...1.1.0-rc.309) - 2021-03-06 - -### Merged - -- Auto dependency update [`#1029`](https://github.com/leanupjs/leanup/pull/1029) - -### Commits - -- chore: add css preprocessorOptions for less and sass / vite [`cebdb3b`](https://github.com/leanupjs/leanup/commit/cebdb3b75768775fa1aba50e1af3c641045ee41c) -- chore: configure vite scripts [`7204969`](https://github.com/leanupjs/leanup/commit/72049699101e881ab55ae8a52567c9353caaac87) - -## [1.1.0-rc.308](https://github.com/leanupjs/leanup/compare/1.1.0-rc.307...1.1.0-rc.308) - 2021-03-04 - -### Merged - -- Auto dependency update [`#949`](https://github.com/leanupjs/leanup/pull/949) - -### Commits - -- chore: simple reorganize deps [`d08a47c`](https://github.com/leanupjs/leanup/commit/d08a47c64fcd659d36c351ce22f4d2417438f920) - -## [1.1.0-rc.307](https://github.com/leanupjs/leanup/compare/1.1.0-rc.306...1.1.0-rc.307) - 2021-03-03 - -### Merged - -- Auto dependency update [`#947`](https://github.com/leanupjs/leanup/pull/947) - -### Commits - -- chore: reset the snowpack-plugin-sass configuration [`a492a8e`](https://github.com/leanupjs/leanup/commit/a492a8e6b5601879a38ee392bfcd9d7f0d7de866) -- fix: broken create command [`b1f1482`](https://github.com/leanupjs/leanup/commit/b1f1482185bf4414834a731486e752acf340709f) -- chore: force push at the end [`4678298`](https://github.com/leanupjs/leanup/commit/4678298e5d1e6537435492e63066c72f8a272035) - -## [1.1.0-rc.306](https://github.com/leanupjs/leanup/compare/1.1.0-rc.305...1.1.0-rc.306) - 2021-03-03 - -### Merged - -- Auto dependency update [`#899`](https://github.com/leanupjs/leanup/pull/899) -- chore(deps): bump husky from 5.1.2 to 5.1.3 in /packages/git-hooks [`#896`](https://github.com/leanupjs/leanup/pull/896) -- Auto dependency update [`#892`](https://github.com/leanupjs/leanup/pull/892) - -### Commits - -- chore: remove redundant @types/prettier [`9de036a`](https://github.com/leanupjs/leanup/commit/9de036a583a18c0f145c686b53e845e8125979f0) -- chore: does not copy empty folder by using --only-config option [`1b757a1`](https://github.com/leanupjs/leanup/commit/1b757a177ce6f25903800cd437683f3c5c9557be) -- chore: add less and sass config to snowpack [`a4a350a`](https://github.com/leanupjs/leanup/commit/a4a350a9155d78a34affaa98d878def97343e244) -- chore: subsequent update of the dependencies after the release of new packages [`e9ca6df`](https://github.com/leanupjs/leanup/commit/e9ca6dfefbdf5420bd3fdb7714f36a4a03beef49) -- chore: add less and sass config to snowpack [`5e8911d`](https://github.com/leanupjs/leanup/commit/5e8911d2405f7cbb86ec7ad70e3c6e67575c432a) -- chore: remove empty less config [`114e296`](https://github.com/leanupjs/leanup/commit/114e296db42fa99085282bd97c05590a6b3d3686) - -## [1.1.0-rc.305](https://github.com/leanupjs/leanup/compare/1.1.0-rc.304...1.1.0-rc.305) - 2021-03-01 - -### Merged - -- Auto dependency update [`#838`](https://github.com/leanupjs/leanup/pull/838) -- Auto dependency update [`#836`](https://github.com/leanupjs/leanup/pull/836) -- Auto dependency update [`#834`](https://github.com/leanupjs/leanup/pull/834) - -## [1.1.0-rc.304](https://github.com/leanupjs/leanup/compare/1.1.0-rc.303...1.1.0-rc.304) - 2021-02-25 - -### Merged - -- Auto dependency update [`#807`](https://github.com/leanupjs/leanup/pull/807) - -### Commits - -- chore: this commit fixed the SPDX expression - #108 [`7afa23c`](https://github.com/leanupjs/leanup/commit/7afa23c311a1be1f3f2a5d3994c0a615d82373c3) -- refactor: move deps in sematic package [`4d5ffff`](https://github.com/leanupjs/leanup/commit/4d5ffff2c1b53c51b7545058db40f0366c81333f) -- chore: move lup in cli folder [`75b960c`](https://github.com/leanupjs/leanup/commit/75b960c06c8670f6af3adf9587905363aec08f9f) - -## [1.1.0-rc.303](https://github.com/leanupjs/leanup/compare/1.1.0-rc.302...1.1.0-rc.303) - 2021-02-24 - -### Commits - -- chore: update deps and fix broken import [`d6e44bc`](https://github.com/leanupjs/leanup/commit/d6e44bcd784f70064c1b76f916749f241dea5188) - -## [1.1.0-rc.302](https://github.com/leanupjs/leanup/compare/1.1.0-rc.301...1.1.0-rc.302) - 2021-02-24 - -### Merged - -- Update/1.1 [`#768`](https://github.com/leanupjs/leanup/pull/768) - -### Commits - -- chore: optimize tsc handling / go harder [`de23d05`](https://github.com/leanupjs/leanup/commit/de23d052cfcd8de3ef177f8938fa07ce6177af9f) -- chore: downgrade cucumber to working setup [`79c94aa`](https://github.com/leanupjs/leanup/commit/79c94aadc7c036963266ee87d5260664c40b7334) -- Auto dependency update [`26df366`](https://github.com/leanupjs/leanup/commit/26df366c2ef104ffcafb67cafe5d4fee9b9689f1) -- refactor: add a new CLI class for Leanup and clear CommonCLI from leanup template [`f676cef`](https://github.com/leanupjs/leanup/commit/f676cef15494b1fc53ea12155a0275b560ffd61d) -- chore: protect angular typescript requirements [`b1d57af`](https://github.com/leanupjs/leanup/commit/b1d57af38c1492ac07ebf58529a745c2d7ccf45e) - -## [1.1.0-rc.301](https://github.com/leanupjs/leanup/compare/1.1.0-rc.300...1.1.0-rc.301) - 2021-02-23 - -### Merged - -- chore(deps): bump webpack from 5.23.0 to 5.24.0 in /packages/stack/webpack [`#723`](https://github.com/leanupjs/leanup/pull/723) -- chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 [`#715`](https://github.com/leanupjs/leanup/pull/715) -- Auto dependency update [`#761`](https://github.com/leanupjs/leanup/pull/761) -- chore(deps): bump nightwatch-api from 3.0.1 to 3.0.2 in /packages/cli/plugins/cucumber [`#682`](https://github.com/leanupjs/leanup/pull/682) -- Auto dependency update [`#699`](https://github.com/leanupjs/leanup/pull/699) - -### Commits - -- chore: upgrade commitlint [`06dbdec`](https://github.com/leanupjs/leanup/commit/06dbdec92aa25bb655c38e0c506d1383084b81f2) -- chore(deps): bump webpack in /packages/stack/webpack [`3a9e5cb`](https://github.com/leanupjs/leanup/commit/3a9e5cb031dc29e44bb8fd392e01630a0b9a9c2c) -- chore(deps): bump nightwatch-api in /packages/cli/plugins/cucumber [`82e6b51`](https://github.com/leanupjs/leanup/commit/82e6b51dd4ddd389f9dfa95963d0b4fdac94f6a8) -- chore: update esbuild [`4642d8f`](https://github.com/leanupjs/leanup/commit/4642d8fdbf6415feb04dd2bc07687531448c67d4) -- chore: update snowpack angular plugin [`54e6cdb`](https://github.com/leanupjs/leanup/commit/54e6cdb804d894b558fd6d8055363ce11cd026fc) -- chore: fix headline h5 in preact template [`a09a186`](https://github.com/leanupjs/leanup/commit/a09a186dacf182f0b7643f7cf31ed4b09ce74fad) - -## [1.1.0-rc.300](https://github.com/leanupjs/leanup/compare/1.1.0-rc.299...1.1.0-rc.300) - 2021-02-21 - -### Merged - -- Auto dependency update [`#670`](https://github.com/leanupjs/leanup/pull/670) - -### Commits - -- fix: input binding [`1b7e135`](https://github.com/leanupjs/leanup/commit/1b7e1354925313bd6890771c8dea7aaf2efd2506) - -## [1.1.0-rc.299](https://github.com/leanupjs/leanup/compare/1.1.0-rc.298...1.1.0-rc.299) - 2021-02-20 - -### Commits - -- fix: bin lup to lin/cli [`ccebc6e`](https://github.com/leanupjs/leanup/commit/ccebc6ed418112293e6251994365969f5c75d590) - -## [1.1.0-rc.298](https://github.com/leanupjs/leanup/compare/1.1.0-rc.297...1.1.0-rc.298) - 2021-02-20 - -### Commits - -- feature: add lup cli [`302bdad`](https://github.com/leanupjs/leanup/commit/302bdadfa48fdf318d419e59dee60fd885f63502) -- chore: fix postinstall script [`9d2ebfd`](https://github.com/leanupjs/leanup/commit/9d2ebfdcb7711c891f7e8bac5e40f5a6c305b083) - -## [1.1.0-rc.297](https://github.com/leanupjs/leanup/compare/1.1.0-rc.296...1.1.0-rc.297) - 2021-02-20 - -### Merged - -- Auto dependency update [`#666`](https://github.com/leanupjs/leanup/pull/666) -- Auto dependency update [`#665`](https://github.com/leanupjs/leanup/pull/665) - -### Commits - -- fix: wrong import in editor component in angular template [`e5fdefa`](https://github.com/leanupjs/leanup/commit/e5fdefa81bf735e2ab4e7ad3ee49893630c4153a) - -## [1.1.0-rc.296](https://github.com/leanupjs/leanup/compare/1.1.0-rc.295...1.1.0-rc.296) - 2021-02-20 - -### Merged - -- Auto dependency update [`#661`](https://github.com/leanupjs/leanup/pull/661) - -### Commits - -- fix: angular compiler magic - by empty constructors [`9f7284a`](https://github.com/leanupjs/leanup/commit/9f7284ac58089cfaa4f4b23f43d3d5b7d603dc56) -- chore: sync tsconfig.app.json from release/1.0 branch [`cba3faf`](https://github.com/leanupjs/leanup/commit/cba3fafeb20f7473853214f10ffe75bb44a8ca3a) -- chore: disable aurelia template by testing - we hope the webpack v5 upgrade comes later [`8b3c202`](https://github.com/leanupjs/leanup/commit/8b3c20266bdb33832e4296d28e52639f69dc576b) - -## [1.1.0-rc.295](https://github.com/leanupjs/leanup/compare/1.1.0-rc.294...1.1.0-rc.295) - 2021-02-19 - -### Merged - -- chore: upgrade webpack and loaders [`#656`](https://github.com/leanupjs/leanup/pull/656) -- Auto dependency update [`#655`](https://github.com/leanupjs/leanup/pull/655) - -### Commits - -- fix: fix bug in svelte template in app component [`1be875d`](https://github.com/leanupjs/leanup/commit/1be875d809e17668c8918a328d46b2e5b16e8612) - -## [1.1.0-rc.294](https://github.com/leanupjs/leanup/compare/1.1.0-rc.293...1.1.0-rc.294) - 2021-02-19 - -### Merged - -- Refactor/refact all templates [`#592`](https://github.com/leanupjs/leanup/pull/592) -- Auto dependency update [`#591`](https://github.com/leanupjs/leanup/pull/591) - -### Commits - -- refactor: fix typing for resolvedRoute [`f58e981`](https://github.com/leanupjs/leanup/commit/f58e98152175130d2e6dd85116e994670d5584f2) -- fix: refact angular, angularjs and aurelia template [`9ea3730`](https://github.com/leanupjs/leanup/commit/9ea373080b6e9cb6bc14d5a1554246ee1077d49d) -- fix: refact angular, angularjs and aurelia template [`adca06c`](https://github.com/leanupjs/leanup/commit/adca06c1c053a1f7e26f14737214bbd61e7fc719) - -## [1.1.0-rc.293](https://github.com/leanupjs/leanup/compare/1.1.0-rc.292...1.1.0-rc.293) - 2021-02-19 - -### Merged - -- Auto dependency update [`#579`](https://github.com/leanupjs/leanup/pull/579) -- Auto dependency update [`#577`](https://github.com/leanupjs/leanup/pull/577) -- chore(deps): bump husky from 4.3.8 to 5.0.9 in /packages/git-hooks [`#356`](https://github.com/leanupjs/leanup/pull/356) -- chore(deps): bump @cucumber/html-formatter from 11.0.4 to 12.0.0 in /packages/cli/plugins/cucumber [`#358`](https://github.com/leanupjs/leanup/pull/358) -- chore(deps): bump commander from 7.0.0 to 7.1.0 in /packages/cli/core [`#544`](https://github.com/leanupjs/leanup/pull/544) -- chore(deps): bump actions/cache from v2 to v2.1.4 [`#542`](https://github.com/leanupjs/leanup/pull/542) -- Update component.vanilla.ts [`#530`](https://github.com/leanupjs/leanup/pull/530) -- Auto dependency update [`#528`](https://github.com/leanupjs/leanup/pull/528) - -### Commits - -- chore: add doc to main repo [`c9a36d9`](https://github.com/leanupjs/leanup/commit/c9a36d9b996052ed366957d3e3e17760a71efb39) -- fix: data flow handling [`3c023f5`](https://github.com/leanupjs/leanup/commit/3c023f53af87c0433aeb9a1a4112379888871300) -- chore: decouple dependencies [`af2d379`](https://github.com/leanupjs/leanup/commit/af2d37915d6796abaa8514389bfdfa3aaef99687) -- chore(deps): bump @cucumber/html-formatter [`d915cfe`](https://github.com/leanupjs/leanup/commit/d915cfec6f0f1060afcdc62a8384bde8ccd42c07) -- refactor: refact data flow handling like react [`78e322b`](https://github.com/leanupjs/leanup/commit/78e322becf113d187a7cd374b318e081f1b0d630) -- chore: reconfigure vite config - because it was changed [`2073adc`](https://github.com/leanupjs/leanup/commit/2073adce6ed562959322160396bb5114ab6aa7bc) -- fix: doc deploy github workflow [`71e6e3e`](https://github.com/leanupjs/leanup/commit/71e6e3e31733b04ef5b807f62688c4fb9997058e) -- fix: missing devDependency [`2ad84a4`](https://github.com/leanupjs/leanup/commit/2ad84a417f5172d7bb186201204be923987cb633) -- chore: decouple from @leanup/stack-webpack [`27bfdd4`](https://github.com/leanupjs/leanup/commit/27bfdd4dc99cabcf5c6667fc0d151c090ce3e433) -- chore: update navigo [`3cd009e`](https://github.com/leanupjs/leanup/commit/3cd009e08eb905ab3c6da932922f1b5cfc4b2565) -- chore: remove assets from coverage [`a8a5bb1`](https://github.com/leanupjs/leanup/commit/a8a5bb1a45557dfba08a1fb4ba3214e0be824aa4) - -## [1.1.0-rc.292](https://github.com/leanupjs/leanup/compare/1.1.0-rc.291...1.1.0-rc.292) - 2021-02-14 - -### Commits - -- docs: update README.md's [`2a748e2`](https://github.com/leanupjs/leanup/commit/2a748e26f9be10824725dd2c282910f7498336d0) -- chore: add new cli options [`44879d0`](https://github.com/leanupjs/leanup/commit/44879d0f7648997013d426275da3c95b1e895d6c) -- fix: dry github workflow [`60c4880`](https://github.com/leanupjs/leanup/commit/60c4880f4d129a3e2830be64500cf6b1fda7817b) - -## [1.1.0-rc.291](https://github.com/leanupjs/leanup/compare/1.1.0-rc.290...1.1.0-rc.291) - 2021-02-13 - -### Merged - -- chore: working on scripts [`#520`](https://github.com/leanupjs/leanup/pull/520) -- Auto dependency update [`#522`](https://github.com/leanupjs/leanup/pull/522) - -### Commits - -- fix: dry github workflow [`2faf564`](https://github.com/leanupjs/leanup/commit/2faf564cdad8376c128f8ede9db2fe8743d8ac58) -- fix: dry github workflow [`02a98bb`](https://github.com/leanupjs/leanup/commit/02a98bb4fc348049941f09ba6be3058eedcb3aa4) -- fix: dry github workflow [`4167145`](https://github.com/leanupjs/leanup/commit/41671455588a9277344b0dee6e4c8d8ed6aaca24) -- fix: dry github workflow [`b4ea083`](https://github.com/leanupjs/leanup/commit/b4ea083ea7a7ab7c67c4544fe50bf47cba202e72) -- fix: dry github workflow [`c298afc`](https://github.com/leanupjs/leanup/commit/c298afc41b7ebd0beb964be4dd3a5653ecf90abc) -- fix: dry github workflow [`fb8bd9f`](https://github.com/leanupjs/leanup/commit/fb8bd9f15021cd0cdfc13df4e873a60e106d2b17) -- chore: optimize update dependency workflows [`29340a6`](https://github.com/leanupjs/leanup/commit/29340a65c0515f38cd86cf77380fd3b7b70ea1db) -- chore: optimize update dependency workflows [`385165e`](https://github.com/leanupjs/leanup/commit/385165e2d7ccd8245fb875a844839c89b13048b6) -- chore: update workflows [`ab61f45`](https://github.com/leanupjs/leanup/commit/ab61f458122360c12b3801a3a7f1064631d47cd7) -- fix: dry github workflow [`04af710`](https://github.com/leanupjs/leanup/commit/04af7104c7da353f42177abb88a6eb8634ed5482) -- fix: dry github workflow [`782c7f7`](https://github.com/leanupjs/leanup/commit/782c7f72a0da16cacb3ac94a3152d60da8485034) -- fix: dry github workflow [`16dd9ab`](https://github.com/leanupjs/leanup/commit/16dd9ab6dbd402aeb72d889c9216c0b32b2d961d) -- Update publish-to-npmjs.dry.yml [`c72e23b`](https://github.com/leanupjs/leanup/commit/c72e23b88bbdd34e8ad9221fe05590b9dcdbbf81) -- fix: dry github workflow [`9e2486d`](https://github.com/leanupjs/leanup/commit/9e2486d229066bdd02e01a635f101f35ac8f6056) -- fix: dry github workflow [`2a2b868`](https://github.com/leanupjs/leanup/commit/2a2b868c85b1bf5e92e6001edf038d53fbf8374c) -- fix: dry github workflow [`b960c54`](https://github.com/leanupjs/leanup/commit/b960c54a241a9b585c1753b58eac35925dc9df28) -- fix: dry github workflow [`2d5a2ea`](https://github.com/leanupjs/leanup/commit/2d5a2ead90af4d0e868a7d790979b6363a18f5aa) -- chore: optimize update dependency workflows [`43ac26c`](https://github.com/leanupjs/leanup/commit/43ac26c2f72d297b53bf837988cc3bd722cca9a8) -- fix: update 1.0 workflow [`cd57bce`](https://github.com/leanupjs/leanup/commit/cd57bce913dabd41ab54099faf5d10df42abe8ab) -- fix: dry github workflow [`23f06d8`](https://github.com/leanupjs/leanup/commit/23f06d8890a2fb748c7f9a7d7ca6cdc61d318f88) - -## [1.1.0-rc.290](https://github.com/leanupjs/leanup/compare/1.1.0-rc.289...1.1.0-rc.290) - 2021-02-12 - -### Merged - -- Auto dependency update [`#440`](https://github.com/leanupjs/leanup/pull/440) - -### Commits - -- fix: tiny type errors in templates [`26fa43d`](https://github.com/leanupjs/leanup/commit/26fa43df2d1b3062ba426ca2b47372a08c678d5b) -- chore: commit optimized replacement for dry run [`030bb7d`](https://github.com/leanupjs/leanup/commit/030bb7dfdd55a63fac51b45518f29c7f5d6c8302) -- chore: work on update workflows [`7386816`](https://github.com/leanupjs/leanup/commit/7386816b69c071ce6d9fb5888317c706eb10d6ce) - -## [1.1.0-rc.289](https://github.com/leanupjs/leanup/compare/1.1.0-rc.288...1.1.0-rc.289) - 2021-02-11 - -### Merged - -- Auto dependency update [`#388`](https://github.com/leanupjs/leanup/pull/388) -- Deleonio patch update workflows [`#387`](https://github.com/leanupjs/leanup/pull/387) -- Deleonio patch update workflows [`#386`](https://github.com/leanupjs/leanup/pull/386) -- Delete auto-dependency-update.master.yml [`#385`](https://github.com/leanupjs/leanup/pull/385) -- fix: vite config / import and inferno config [`#384`](https://github.com/leanupjs/leanup/pull/384) - -### Commits - -- chore: update dependabot config [`c72aceb`](https://github.com/leanupjs/leanup/commit/c72aceb86c2d1c28f2c0314ea194a1a33e145112) -- Update auto-dependency-update.v1.1.yml [`965e677`](https://github.com/leanupjs/leanup/commit/965e677ddb1ae69b197c554d558cdb3a409595c7) -- Update auto-dependency-update.v1.0.yml [`32a493b`](https://github.com/leanupjs/leanup/commit/32a493b268b1309cc9e37bbae4abed8ff895ac58) -- Update auto-dependency-update.v1.0.yml [`9e3e029`](https://github.com/leanupjs/leanup/commit/9e3e02904fcc7f4ef5d883064bb3280439b9c751) -- Update auto-dependency-update.v1.1.yml [`2c4288a`](https://github.com/leanupjs/leanup/commit/2c4288af25f162b425e6438cad10f048b11ff6c4) -- Update auto-dependency-update.v1.0.yml [`e8ccb56`](https://github.com/leanupjs/leanup/commit/e8ccb56aeb4313afa77d8dfb62ea526b8c88b25c) -- Update auto-dependency-update.v1.1.yml [`281ee09`](https://github.com/leanupjs/leanup/commit/281ee09afcd60d5f41f9ce0ef218724fc0fab760) -- Update auto-dependency-update.v1.0.yml [`3db10a4`](https://github.com/leanupjs/leanup/commit/3db10a403f043bb92bc7914ea3f1f6a621c860ea) -- Update auto-dependency-update.v1.1.yml [`b2c39a8`](https://github.com/leanupjs/leanup/commit/b2c39a88580b90d54eac5b7af0cb4f268d9d6c0e) -- Update auto-dependency-update.v1.1.yml [`2be220b`](https://github.com/leanupjs/leanup/commit/2be220be4eaa47a2fb26e64a3ee56f4b66944bc5) - -## [1.1.0-rc.288](https://github.com/leanupjs/leanup/compare/1.1.0-rc.287...1.1.0-rc.288) - 2021-02-10 - -Master - -### Merged - -- Master [`#343`](https://github.com/leanupjs/leanup/pull/343) -- Set version [`#332`](https://github.com/leanupjs/leanup/pull/332) -- Some vite and snowpack features [`#331`](https://github.com/leanupjs/leanup/pull/331) - -### Commits - -- Auto dependency update [`efb8225`](https://github.com/leanupjs/leanup/commit/efb8225c5f94693c52746e50e6b121f0ffe75eb7) -- refactor: add more vite variants and simplify the snowpack and vite configs [`7358096`](https://github.com/leanupjs/leanup/commit/735809622fd0089ffd32df725ef9b3ca60609a07) -- chore: update dependabot config [`6b699cf`](https://github.com/leanupjs/leanup/commit/6b699cf89cf92d559534e176c9ec16a00a905640) -- chore: add master dep updater / disable release v1.1 updater [`190a507`](https://github.com/leanupjs/leanup/commit/190a507cb715b558b0dd3ef30cb83d6efc1b24fb) -- docs: update README.md [`bac16c5`](https://github.com/leanupjs/leanup/commit/bac16c5a971ba7a27b1fc8702d1361070087feec) -- fix: wrong module export [`68ece73`](https://github.com/leanupjs/leanup/commit/68ece7324e24e07859229aea936a914b49345b6a) -- ci: update CHANGELOG.md [`0f13121`](https://github.com/leanupjs/leanup/commit/0f131210b2efa9227ad4c73c999c4731703ab235) -- fix: remove redundant vite config [`a5f63f8`](https://github.com/leanupjs/leanup/commit/a5f63f8738877c924a87f2c30b435a4543b43bb6) -- refactor: rename main files [`77efec5`](https://github.com/leanupjs/leanup/commit/77efec5b4156315c600d324213b3d797f26e7a23) -- fix: fix svelte vite config [`5c0772b`](https://github.com/leanupjs/leanup/commit/5c0772b8f9d2909e84e2a9c73c8ace4c8dda0d22) - -## [1.1.0-rc.287](https://github.com/leanupjs/leanup/compare/1.1.0-rc.286...1.1.0-rc.287) - 2021-02-08 - -### Merged - -- v1.1.0-rc.286 [`#294`](https://github.com/leanupjs/leanup/pull/294) - -### Commits - -- ci: update CHANGELOG.md [`585339a`](https://github.com/leanupjs/leanup/commit/585339aa93f2f59977aabe3310698b0d688c6438) -- refactor: upgrade to @cucumber deps [`cf17226`](https://github.com/leanupjs/leanup/commit/cf17226d3a6eaeb6da8c2d263684f0512daa581f) -- Auto dependency update [`c8cd1b5`](https://github.com/leanupjs/leanup/commit/c8cd1b5a2b26d0d01d817752084eea24d0ff155e) -- chore: fix index.html [`7081c5c`](https://github.com/leanupjs/leanup/commit/7081c5c7bf46061396f2d87b79a8ff017b7e9eda) - -## [1.1.0-rc.286](https://github.com/leanupjs/leanup/compare/1.1.0-rc.285...1.1.0-rc.286) - 2021-02-08 - -### Merged - -- chore(deps-dev): bump prettier-plugin-svelte from 1.4.2 to 2.0.3 [`#208`](https://github.com/leanupjs/leanup/pull/208) - -### Commits - -- chore: replace master with release v1.1 [`e1e9791`](https://github.com/leanupjs/leanup/commit/e1e979179c0a75817b42e1abeb28a47e6d5e9328) -- Auto dependency update [`98bb282`](https://github.com/leanupjs/leanup/commit/98bb28253402ae9fa6f48ff4de6d9401f9622bbd) -- Auto dependency update [`5f87f62`](https://github.com/leanupjs/leanup/commit/5f87f62fc150a67db09cb8ce7f9deb35895ee0b0) -- Auto dependency update [`7d0016e`](https://github.com/leanupjs/leanup/commit/7d0016ecaacddef40713ffd5d5aa481876d03439) -- fix: workflow [`e4f7a4a`](https://github.com/leanupjs/leanup/commit/e4f7a4a69526bf22dd7beb4a9063bd575df9530c) -- chore: update publish workflows [`83e61d7`](https://github.com/leanupjs/leanup/commit/83e61d74890525bec659035029d56f8718bae494) -- Auto dependency update [`91acd1d`](https://github.com/leanupjs/leanup/commit/91acd1d2f2fd23f47545cc9aefcf8d52a4ee42f4) -- chore: add new cleanup workflow [`a32fc73`](https://github.com/leanupjs/leanup/commit/a32fc73ebbff2ec1455a8a923874a30a3940d9e2) -- chore: decouple modules to leanup cli [`98c2059`](https://github.com/leanupjs/leanup/commit/98c2059eca72de94120c88c5d3b9f4334d5fdef3) -- Auto dependency update [`412975b`](https://github.com/leanupjs/leanup/commit/412975b0f1a4c128461d1e70a88ed07ad8a3fa44) -- docs: update doc [`a262caf`](https://github.com/leanupjs/leanup/commit/a262caf255d911fa3b8c8a161596d74bd3bdd8cd) -- Auto dependency update [`9bb7fbc`](https://github.com/leanupjs/leanup/commit/9bb7fbc2e7c57c7d431b0f57db4cbf321a4a2227) -- Auto dependency update [`cf57ff0`](https://github.com/leanupjs/leanup/commit/cf57ff0d60e5263cb90114c91fcb990ea3607ec2) -- fix: workflow [`0522bee`](https://github.com/leanupjs/leanup/commit/0522beee1f44b87d8d32e47c9d27d3cbc13b1e84) -- ci: update CHANGELOG.md [`d64ac39`](https://github.com/leanupjs/leanup/commit/d64ac39827c1b2d62190492849fa38b44dabbe6a) -- ci: update CHANGELOG.md [`5787700`](https://github.com/leanupjs/leanup/commit/5787700d056fcc09d741dcc62d940d152fa0feef) -- ci: update CHANGELOG.md [`c696490`](https://github.com/leanupjs/leanup/commit/c6964906b6e7b38fe715460f2af9ac6102c626a0) -- ci: update CHANGELOG.md [`7884a31`](https://github.com/leanupjs/leanup/commit/7884a319de40f6fc115e5bfe099e282147af7771) -- ci: update CHANGELOG.md [`fd434af`](https://github.com/leanupjs/leanup/commit/fd434af99fcfb1a82fc297c64b5135515dbf9566) -- chore: remove addons and add cli to templates [`84a438f`](https://github.com/leanupjs/leanup/commit/84a438faa625897080acd886f7b3e0451441b4bf) -- ci: update CHANGELOG.md [`20e6d6f`](https://github.com/leanupjs/leanup/commit/20e6d6fd911cbde4f58b298c99233f037f2a5158) -- ci: update CHANGELOG.md [`0163e5e`](https://github.com/leanupjs/leanup/commit/0163e5ed2d1ddb8852b5b058925bba72ac8328ba) -- fix: optimize some preact thinks [`5d70a25`](https://github.com/leanupjs/leanup/commit/5d70a2547e07ab44dd7fc7cae151b845faf308c6) -- ci: update CHANGELOG.md [`2734684`](https://github.com/leanupjs/leanup/commit/27346848e11d863bd458a2a62f99e53067aed36c) -- ci: update CHANGELOG.md [`8c0c369`](https://github.com/leanupjs/leanup/commit/8c0c369b94b65274d99915e65a7164cd2411ae55) -- ci: update CHANGELOG.md [`15c5b6e`](https://github.com/leanupjs/leanup/commit/15c5b6e2f0e4411babbce3f7c08708683b751900) -- ci: update CHANGELOG.md [`cf13c86`](https://github.com/leanupjs/leanup/commit/cf13c86d0986949803163020ce69a742855cc7eb) -- ci: update CHANGELOG.md [`4e414ee`](https://github.com/leanupjs/leanup/commit/4e414ee5374406dc4286368898aeaf1a8cbd80f3) -- ci: update CHANGELOG.md [`2f6620d`](https://github.com/leanupjs/leanup/commit/2f6620d06275a687c982cb1bb4c9dfaf6a5e842b) -- chore: delete tag by version number [`8e9e744`](https://github.com/leanupjs/leanup/commit/8e9e74493130d46be73f18f1e2de9981db63869c) -- fix: fix publish workflow [`1f20415`](https://github.com/leanupjs/leanup/commit/1f20415718f927a217133504c2632d52ce0395c5) - -## [1.1.0-rc.285](https://github.com/leanupjs/leanup/compare/1.1.0-rc.284...1.1.0-rc.285) - 2021-02-07 - -### Commits - -- add: [`376d103`](https://github.com/leanupjs/leanup/commit/376d103c78f905755e7cb09847bdc07f5b62535f) -- Auto dependency update [`f106e36`](https://github.com/leanupjs/leanup/commit/f106e367d9b587a452495cb1f71fc740ba309d5a) -- chore: clear package.json [`a54cd35`](https://github.com/leanupjs/leanup/commit/a54cd35df8ef522c539a5c3c6fbf7b5a75f3ef43) - -## [1.1.0-rc.284](https://github.com/leanupjs/leanup/compare/1.1.0-rc.283...1.1.0-rc.284) - 2021-02-06 - -### Commits - -- Auto dependency update [`998a33e`](https://github.com/leanupjs/leanup/commit/998a33e6c2dbfa25d4eeb0a9cec744a4f75a683c) -- Auto dependency update [`23ac11c`](https://github.com/leanupjs/leanup/commit/23ac11c86a479a4faa7e3ea443c73f61fbe86ace) -- Auto dependency update [`dd2a783`](https://github.com/leanupjs/leanup/commit/dd2a78306dc816e009063d4bb71e71723852d677) -- fix: fix html validation [`87b8c67`](https://github.com/leanupjs/leanup/commit/87b8c67a433900b274e324ac3ea69320b4358f91) -- chore: move geckodriver in peerdeps [`00065ee`](https://github.com/leanupjs/leanup/commit/00065eecf08c64271245cc5cdd3aab2737fd96c8) - -## [1.1.0-rc.283](https://github.com/leanupjs/leanup/compare/1.1.0-rc.282...1.1.0-rc.283) - 2021-02-03 - -### Commits - -- Auto dependency update [`6f2cc0f`](https://github.com/leanupjs/leanup/commit/6f2cc0f67877548446a56710de198f7e7817f7ab) -- chore: add preact compat for react [`a2817dc`](https://github.com/leanupjs/leanup/commit/a2817dc77540bfb7a609145be9adb2b9f89753af) -- chore: add snowpack stack to angular stack [`6e22ab9`](https://github.com/leanupjs/leanup/commit/6e22ab9db272440acf877117fb346e1f85308157) -- chore: remove unused angular module import [`bf05f78`](https://github.com/leanupjs/leanup/commit/bf05f788c9dea062f592d168585b112d32fb2814) - -## [1.1.0-rc.282](https://github.com/leanupjs/leanup/compare/1.1.0-rc.281...1.1.0-rc.282) - 2021-02-02 - -### Commits - -- chore: update package-lock's [`adfb407`](https://github.com/leanupjs/leanup/commit/adfb4075927fa46c4270bc817730bbe32485ae82) -- Auto dependency update [`ec5805e`](https://github.com/leanupjs/leanup/commit/ec5805e629c59ba55f106c91306849f96e917c1f) -- feature: config vue3 for snowpack [`4d810af`](https://github.com/leanupjs/leanup/commit/4d810af5255ffbec81f59dde138acea88dd7da32) -- feature: config svelte for snowpack [`96d6822`](https://github.com/leanupjs/leanup/commit/96d682209e309e37d7276295c3363e6d7576cb6f) -- chore: cleanup snowpack settings for angular, angularjs, inferno, svelte, vue3, react, preact, lit-element and vanillajs [`1ad209b`](https://github.com/leanupjs/leanup/commit/1ad209b4aff60a7e35736582e0b05fb81ef8bbdf) -- docs: update keywords + cleanup [`21593df`](https://github.com/leanupjs/leanup/commit/21593df02d954ee99b362e7ff2ea2b2962176eb3) -- chore: separate stack-snowpack in workflow [`663c03a`](https://github.com/leanupjs/leanup/commit/663c03a661f822d9fbec1f204f42c402d8e1aed5) -- feature: add snowpack angular config [`f8cff76`](https://github.com/leanupjs/leanup/commit/f8cff7614028f23a2b9833f2a6e87fe959400916) -- fix: fix the comment remove for webpack magic and reduce the bundle size [`ce82da6`](https://github.com/leanupjs/leanup/commit/ce82da61af80ab6fac4bb7167cf58723c05e2435) -- fix: optimize angular stack and template [`4317620`](https://github.com/leanupjs/leanup/commit/4317620dda540060b587fc626a224c9733e86411) -- chore: separate stack-snowpack in workflow [`749cb3a`](https://github.com/leanupjs/leanup/commit/749cb3a322db84a729d1a2fd5ac12000f2277c4d) -- chore: add snowpack config to npm files [`f53e19a`](https://github.com/leanupjs/leanup/commit/f53e19ae222eeac4ed702a6289aa5c97fc1625f2) -- feature: config vue3 for snowpack [`5fc80f8`](https://github.com/leanupjs/leanup/commit/5fc80f8d4950b2b724a05a3d22f7a093574f0558) -- chore: add ncu to npm script - show only open major updates [`481a244`](https://github.com/leanupjs/leanup/commit/481a244cabdf3abd88a84699cf7fc714abaac94b) -- chore: add ncu:show to npm scripts - to show all possible updates [`37ebd76`](https://github.com/leanupjs/leanup/commit/37ebd769b3dea3096851ae404df1a409a44c8e14) - -## [1.1.0-rc.281](https://github.com/leanupjs/leanup/compare/1.1.0-rc.280...1.1.0-rc.281) - 2021-02-01 - -### Commits - -- fix: react tsconfig [`07ab962`](https://github.com/leanupjs/leanup/commit/07ab962f756e4a194a8c8faa4312fd31e38b33a6) - -## [1.1.0-rc.280](https://github.com/leanupjs/leanup/compare/1.1.0-rc.279...1.1.0-rc.280) - 2021-02-01 - -### Commits - -- Auto dependency update [`8d1ad1b`](https://github.com/leanupjs/leanup/commit/8d1ad1b547c5f4e82b6f6e1486dcd6dd38468011) - -## [1.1.0-rc.279](https://github.com/leanupjs/leanup/compare/1.1.0-rc.278...1.1.0-rc.279) - 2021-02-01 - -### Commits - -- fix: fix wrong import in template [`7ebf18e`](https://github.com/leanupjs/leanup/commit/7ebf18ec5ce1329a0daf6972c778b62adc5721c4) - -## [1.1.0-rc.278](https://github.com/leanupjs/leanup/compare/1.1.0-rc.277...1.1.0-rc.278) - 2021-02-01 - -### Commits - -- fix: better typed json handling with tiny util function [`7377982`](https://github.com/leanupjs/leanup/commit/7377982e78c5426e7510595c69cc599bbeeec4b7) - -## [1.1.0-rc.277](https://github.com/leanupjs/leanup/compare/1.1.0-rc.276...1.1.0-rc.277) - 2021-02-01 - -### Commits - -- Auto dependency update [`ae94c45`](https://github.com/leanupjs/leanup/commit/ae94c45c0fae7985d3b4e7cd31f775ee4eed56fa) -- fix: json handling for webpack and snowpack ESM [`af0914d`](https://github.com/leanupjs/leanup/commit/af0914d414c96c960147b78426c209c7645a0eed) -- Auto dependency update [`4d9a2af`](https://github.com/leanupjs/leanup/commit/4d9a2af6f076d64e8ed364dbf00fd64c039aed11) -- chore: cleanup snowpack configs [`e3f8069`](https://github.com/leanupjs/leanup/commit/e3f806942dd024230009eee963446bf2880aad3d) -- fix: remove redundant run action [`109e0a0`](https://github.com/leanupjs/leanup/commit/109e0a06264bdab23e42c8972068db275f9107e3) -- chore: enable npm progress to give users better feedback [`c77dccb`](https://github.com/leanupjs/leanup/commit/c77dccbf61ea47d2d8a8014594bd09242837f6c6) -- chore: upgrade svelte-loader to v3 [`63e1c89`](https://github.com/leanupjs/leanup/commit/63e1c896d9cb44a357cc30ce0dbdb677d1d67724) -- chore: upgrade template dependencies [`23229ac`](https://github.com/leanupjs/leanup/commit/23229ac3dcc6b9b40ab7ba308990907af7287f71) - -## [1.1.0-rc.276](https://github.com/leanupjs/leanup/compare/1.1.0-rc.275...1.1.0-rc.276) - 2021-01-31 - -### Commits - -- docs: add snowpack to readme [`bb7b865`](https://github.com/leanupjs/leanup/commit/bb7b865c53a8435c65c87c65e10a826770d97669) -- fix: import package.json of infernojs [`d1e9030`](https://github.com/leanupjs/leanup/commit/d1e90303fc5f4c77af0b50b93982738e105f5d8a) -- chore: optimize dry run replacements [`e42bb0a`](https://github.com/leanupjs/leanup/commit/e42bb0a6e44ac997b2518f8d1061581b75324914) -- docs: remove unimportant detail for snowpack approach [`f121424`](https://github.com/leanupjs/leanup/commit/f12142417a7be8850dbb92db6c55f5fa200fc8a2) - -## [1.1.0-rc.275](https://github.com/leanupjs/leanup/compare/1.1.0-rc.274...1.1.0-rc.275) - 2021-01-31 - -### Commits - -- Auto dependency update [`0cfac7c`](https://github.com/leanupjs/leanup/commit/0cfac7c36ac5381c048d937f4c288e3b117f310b) -- fix: fix knownEntrypoints by import package.jsons for snkowpack [`4997cb8`](https://github.com/leanupjs/leanup/commit/4997cb802baccd9721202a768151de37c71769d4) -- chore: optimize bootstrap node handling [`a2c3d27`](https://github.com/leanupjs/leanup/commit/a2c3d270b32766ffa02cb336e3d1452237c34ce2) -- chore: does not chrunk for webpack [`ce252a6`](https://github.com/leanupjs/leanup/commit/ce252a6c172fa3725f6160c2c1b8d805cea79823) -- chore: add optimization for snowpack build [`23d1da3`](https://github.com/leanupjs/leanup/commit/23d1da355b42f30e16a548a90aa4464f7403a7ef) -- Auto dependency update [`8750a13`](https://github.com/leanupjs/leanup/commit/8750a131dc8af2e4b025739ad86596cdb84ffceb) -- chore: remove display inline [`e3dde40`](https://github.com/leanupjs/leanup/commit/e3dde4030a8061c34affb6829de5a6f63b2a961f) - -## [1.1.0-rc.274](https://github.com/leanupjs/leanup/compare/1.1.0-rc.273...1.1.0-rc.274) - 2021-01-30 - -### Commits - -- Auto dependency update [`4a9d024`](https://github.com/leanupjs/leanup/commit/4a9d02494d9ddd18a2708c5ed8834e9a6933429a) -- chore: sync webpack and snowpack configuration [`ae63ca8`](https://github.com/leanupjs/leanup/commit/ae63ca8c03d9864280bd8e9bc175ad76ba5b8d56) -- docs: fix detail in readme [`2f56526`](https://github.com/leanupjs/leanup/commit/2f5652674bdb38929cbfc2b22e95a78d3dbb8ea7) - -## [1.1.0-rc.273](https://github.com/leanupjs/leanup/compare/1.1.0-rc.270...1.1.0-rc.273) - 2021-01-30 - -### Commits - -- Auto dependency update [`3638a48`](https://github.com/leanupjs/leanup/commit/3638a4842899bf2f78b5f82478eefd98e3b4a66f) -- chore: generic run method [`b861a61`](https://github.com/leanupjs/leanup/commit/b861a611201521e221d10859b73935876c820b44) -- refact: refact template code for snowpack [`dba4068`](https://github.com/leanupjs/leanup/commit/dba4068df41a54179ebd30f77d6267b0a2798387) -- fix: stack webpack dependency [`9c7fbc2`](https://github.com/leanupjs/leanup/commit/9c7fbc2e80317d9dc32ef8c42a02874f541fe285) -- docs: add snowpack approach [`1ae0633`](https://github.com/leanupjs/leanup/commit/1ae06336d1284276f48f9e4ae34039eb94ec7a9e) -- Auto dependency update [`8d16fe0`](https://github.com/leanupjs/leanup/commit/8d16fe0984ea854686f0c7a215631e7dfcfe5e34) -- Auto dependency update [`feda445`](https://github.com/leanupjs/leanup/commit/feda445491642479b80334b28dc42bf5eacd7e7b) -- fix: snowpack config [`acd42a4`](https://github.com/leanupjs/leanup/commit/acd42a4be67a1be7e1544da26f867d057eae23a0) -- fix: import MOCK [`df1f2fd`](https://github.com/leanupjs/leanup/commit/df1f2fd0ff2a8116421e7ac68a66309b1ab3ae79) -- chore: update scritps [`239484a`](https://github.com/leanupjs/leanup/commit/239484a01825fe5798fa2ea514086043b60e43a1) -- fix: magic bug by import inferno package.json [`bd7f1be`](https://github.com/leanupjs/leanup/commit/bd7f1be0c7fa91509964c0018b4cc326751feea2) -- fix: add resolveJsonModule to angular specific tsconfig [`0cd0394`](https://github.com/leanupjs/leanup/commit/0cd03942e834f849eea883bbefa4f71ee0ae578f) -- chore: exclude assets sources [`491c431`](https://github.com/leanupjs/leanup/commit/491c431ba04fa837eb1127c79ba79974f449d66e) -- fix: missing snowpack config [`a1e22f8`](https://github.com/leanupjs/leanup/commit/a1e22f868a88d59eb6cde2ab2bc4cc48a4c2a53d) -- chore: add js files to replacement dry workflow [`650e532`](https://github.com/leanupjs/leanup/commit/650e532c5e53ec59b23b4b843e32c3c919bdf3e0) - -## [1.1.0-rc.270](https://github.com/leanupjs/leanup/compare/1.1.0-rc.269...1.1.0-rc.270) - 2021-01-26 - -### Merged - -- chore(deps): bump geckodriver from 1.21.1 to 1.22.1 [`#269`](https://github.com/leanupjs/leanup/pull/269) - -### Commits - -- feat: add snowpack approach [`19ea5a3`](https://github.com/leanupjs/leanup/commit/19ea5a31f21a85ba13c603c2ad7722bca6312d9b) -- chore: update package lock files [`9c6b549`](https://github.com/leanupjs/leanup/commit/9c6b54990efdb8c74b802369d184b4367e2e8d6b) -- Auto dependency update [`3d5c77f`](https://github.com/leanupjs/leanup/commit/3d5c77fd1adc2aab604ef92e88b6d1f04de12f16) -- chore: try optimized replacement [`62392b6`](https://github.com/leanupjs/leanup/commit/62392b6cbc27d2438388fefaa2b34c23ee2a5bd1) -- chore: enable publish [`0e8ca98`](https://github.com/leanupjs/leanup/commit/0e8ca988d89b1038934ee1d5a95574c6d10a1864) -- chore: fix format changes in svelte prettier [`135c4f4`](https://github.com/leanupjs/leanup/commit/135c4f415a0272a0dd0f2b8f11f7e324640cdb98) - -## [1.1.0-rc.269](https://github.com/leanupjs/leanup/compare/1.1.0-rc.268...1.1.0-rc.269) - 2021-01-25 - -### Merged - -- chore(deps-dev): bump npm-check-updates from 10.3.1 to 11.0.0 [`#263`](https://github.com/leanupjs/leanup/pull/263) - -### Commits - -- Auto dependency update [`de3791c`](https://github.com/leanupjs/leanup/commit/de3791c6bda695733d2438beeccb30b9e2ba6368) -- Auto dependency update [`5cf5178`](https://github.com/leanupjs/leanup/commit/5cf5178dbbca2f79436da1cf1c78c001c3a3bb6c) -- Auto dependency update [`7eeb173`](https://github.com/leanupjs/leanup/commit/7eeb173e4f3be8a0e4e34a3cea5caaf470fbd7d6) -- Auto dependency update [`2024898`](https://github.com/leanupjs/leanup/commit/20248982e84745dca9694ea16587cf6ca528e3b4) - -## [1.1.0-rc.268](https://github.com/leanupjs/leanup/compare/1.1.0-rc.267...1.1.0-rc.268) - 2021-01-21 - -### Merged - -- chore(deps): bump sass from 1.32.4 to 1.32.5 [`#259`](https://github.com/leanupjs/leanup/pull/259) -- chore(deps): bump esbuild-register from 1.2.1 to 2.0.0 [`#260`](https://github.com/leanupjs/leanup/pull/260) -- chore(deps): bump commander from 6.2.1 to 7.0.0 [`#256`](https://github.com/leanupjs/leanup/pull/256) - -### Commits - -- Auto dependency update [`08ad1c8`](https://github.com/leanupjs/leanup/commit/08ad1c8c4d2a71306bb7e1b0bb61d2067ab73da3) -- chore: update deps [`6f486be`](https://github.com/leanupjs/leanup/commit/6f486be671314809bd2c123eb40c66d15a1ac812) -- feat: add npm-check-updates feature to cli [`dc377ee`](https://github.com/leanupjs/leanup/commit/dc377ee551f1ee2f131f3c9885eef9cd78056242) -- feat: add npm-check-updates feature to cli [`6ccb531`](https://github.com/leanupjs/leanup/commit/6ccb53123fed722b452b464dc0e084d8dce5bde5) -- Auto dependency update [`ae0b971`](https://github.com/leanupjs/leanup/commit/ae0b971705d4fb57eedf434f95fb5858d9a415ad) -- Auto dependency update [`b50704f`](https://github.com/leanupjs/leanup/commit/b50704f600561ef6676026f568a8f397029c56d8) -- chore: fix [`d19cd8a`](https://github.com/leanupjs/leanup/commit/d19cd8a9077c8b7c62478728750094421ce9a00f) -- Auto dependency update [`e51e7b4`](https://github.com/leanupjs/leanup/commit/e51e7b480169fee3a83c535b2e7a8a7a793cded0) -- fix: workflow [`c21b2fd`](https://github.com/leanupjs/leanup/commit/c21b2fd7ba7091f10bcb27977aaf552b3d036a33) -- Auto dependency update [`c0bea61`](https://github.com/leanupjs/leanup/commit/c0bea61d6ba07a20d7ec3b9000879fbbdc5cf0a9) -- fix: package details [`06cbcc7`](https://github.com/leanupjs/leanup/commit/06cbcc74bb4edeed7945717233ba772785adb869) - -## [1.1.0-rc.267](https://github.com/leanupjs/leanup/compare/1.1.0-rc.266...1.1.0-rc.267) - 2021-01-16 - -### Merged - -- chore(deps): bump mock-local-storage from 1.1.15 to 1.1.16 [`#250`](https://github.com/leanupjs/leanup/pull/250) -- chore(deps): bump esbuild from 0.8.31 to 0.8.32 [`#246`](https://github.com/leanupjs/leanup/pull/246) - -### Commits - -- Auto dependency update [`d862025`](https://github.com/leanupjs/leanup/commit/d862025300b0a204c1f37c2efbee11160ccc950d) -- chore: configure dry run [`a581619`](https://github.com/leanupjs/leanup/commit/a581619e888b63ad09e3afdc55b9ebab2dae6db3) -- Update publish-to-npmjs.dry.yml [`aad8d6d`](https://github.com/leanupjs/leanup/commit/aad8d6d7597265673a0ec08551d9a0f94d5628ee) -- fix: publish workflows [`a1ae98d`](https://github.com/leanupjs/leanup/commit/a1ae98d76c6932527a7a9f55f9d964e5bde0b475) -- chore: manage script and dry workflow [`2b18cec`](https://github.com/leanupjs/leanup/commit/2b18cec27492720489e1ae35a517f8679976d0e6) -- fix: worklow files for publish npm [`60d6b3a`](https://github.com/leanupjs/leanup/commit/60d6b3ac5af15e105ae50866403056801ae0306b) -- chore: optimize v1.0 publish worklfows [`55df87b`](https://github.com/leanupjs/leanup/commit/55df87b69cbfc082443aadff41617242ce5c01b9) -- Auto dependency update [`873369d`](https://github.com/leanupjs/leanup/commit/873369d88e679a65505ee77eef097936e4260fb9) -- chore: fix dry workflow [`4a39855`](https://github.com/leanupjs/leanup/commit/4a398553cbffa83a714b7bf1a70aef1928908e18) -- ci: update CHANGELOG.md [`f7f9148`](https://github.com/leanupjs/leanup/commit/f7f914871b3aa81256e41dd3859a51f07c631e89) -- chore: fix wrong secret token [`1c05c9a`](https://github.com/leanupjs/leanup/commit/1c05c9a820b69216d6b90f9e180fe2ff79c61417) -- chore: fix name of workflow [`f15d6cc`](https://github.com/leanupjs/leanup/commit/f15d6cc5c573b74e6d5655c1c310111be0fd9044) -- chore: we need access restricted to delete packages [`bfe2016`](https://github.com/leanupjs/leanup/commit/bfe20161a6d322e109275c44732e37de7617609a) -- chore: fix replace in workflow for dry publish [`e28f0dd`](https://github.com/leanupjs/leanup/commit/e28f0dd852c61e8b57a943925f9cd9db8cbecf78) -- Update publish-to-npmjs.dry.yml [`3418453`](https://github.com/leanupjs/leanup/commit/3418453f7355998db2ab271d00c1f09148fb5d37) -- Update publish-to-npmjs.dry.yml [`fe4965f`](https://github.com/leanupjs/leanup/commit/fe4965f7cd35b3c59388d3de94047a90174c9392) - -## [1.1.0-rc.266](https://github.com/leanupjs/leanup/compare/1.1.0-rc.265...1.1.0-rc.266) - 2021-01-14 - -### Commits - -- Auto dependency update [`0e3172c`](https://github.com/leanupjs/leanup/commit/0e3172c59561caf36343594e752ab5be8af0a6cc) -- chore: we have a dry run for npm publish [`d2d9a12`](https://github.com/leanupjs/leanup/commit/d2d9a1209083531d75f73753167c4074cbc3fabe) -- chore: add a additional test demo senario for cucumber [`6844a53`](https://github.com/leanupjs/leanup/commit/6844a538b909e0c4362ecaf25bbd8acf9acf4998) -- Auto dependency update [`2aef211`](https://github.com/leanupjs/leanup/commit/2aef211a8c9a5e9d10f597183cbd3575d9f4a017) -- fix: sync publsh workflow to dry run [`d9d0d98`](https://github.com/leanupjs/leanup/commit/d9d0d985293cde728fc4379c15bf89fcf68997c0) -- fix: fix nightwatch-api config for cucumber [`0dd47c8`](https://github.com/leanupjs/leanup/commit/0dd47c8cd07dc37414d54369f1bf2c9a70050804) -- fix: fix the cucumber nightwatch config [`abf3a87`](https://github.com/leanupjs/leanup/commit/abf3a878d554b037ebca47ad200858f297cdd184) -- ci: update CHANGELOG.md [`0363b35`](https://github.com/leanupjs/leanup/commit/0363b35fe7bd6dc049a78c1aa527212ffde714b5) -- chore: disable dry run for publish npm [`91939e2`](https://github.com/leanupjs/leanup/commit/91939e2f12a6e677fb64dcb3e177b35f21d98f56) -- Auto dependency update [`062d547`](https://github.com/leanupjs/leanup/commit/062d547137b0f06cdc172d64fac499c275d845c5) - -## [1.1.0-rc.265](https://github.com/leanupjs/leanup/compare/1.1.0-rc.264...1.1.0-rc.265) - 2021-01-12 - -### Commits - -- fix: prettier svelte config [`54bc259`](https://github.com/leanupjs/leanup/commit/54bc259b984707063b523b9353c5236de29627ef) -- fix: prettier svelte config [`37c6069`](https://github.com/leanupjs/leanup/commit/37c6069c0d8047ca648802fca1d21b40e77b833d) - -## [1.1.0-rc.264](https://github.com/leanupjs/leanup/compare/1.1.0-rc.263...1.1.0-rc.264) - 2021-01-11 - -### Commits - -- chore: remove unused leanup package [`bb245f8`](https://github.com/leanupjs/leanup/commit/bb245f8098205107b90c31a2e92529ccb36cddcb) -- Auto dependency update [`e10aade`](https://github.com/leanupjs/leanup/commit/e10aade522af348660e4e6b324a4279f8da11c4b) -- chore: remove geckodriver because the firefox is more and more irrelevant [`7b97c78`](https://github.com/leanupjs/leanup/commit/7b97c7894107c29c61b76aa2119d888104613374) -- chore: update dependencies [`d0d54d5`](https://github.com/leanupjs/leanup/commit/d0d54d52047ceb06b91590be3788dcb47b27e026) -- ci: update CHANGELOG.md [`806aeb4`](https://github.com/leanupjs/leanup/commit/806aeb4e6e113a245302c528423b790cad53ebad) -- chore: edit github workspace script [`37d83d3`](https://github.com/leanupjs/leanup/commit/37d83d30edac74864a051081c9972e343b656d55) -- chore: update sass-loader [`9a4957a`](https://github.com/leanupjs/leanup/commit/9a4957a5c8f7e7d3272e7d4bfe2ab20a5d02b096) -- docs: add the sonatype depshield [`3f74dcb`](https://github.com/leanupjs/leanup/commit/3f74dcbd6ec726514c76b1c9844fb04902947704) - -## [1.1.0-rc.263](https://github.com/leanupjs/leanup/compare/1.1.0-rc.262...1.1.0-rc.263) - 2021-01-10 - -### Merged - -- Feature/framework test [`#214`](https://github.com/leanupjs/leanup/pull/214) - -### Commits - -- chore: fix framework test [`e942ae3`](https://github.com/leanupjs/leanup/commit/e942ae36498dd68e15efedc30c90e0e9cdcc2d31) -- fix: sass import for tailwindcss [`cb7586b`](https://github.com/leanupjs/leanup/commit/cb7586b1c3c408c4e656b3ba52e17b0984dd38ce) -- chore: move tailwindcss dependency in devDependencies [`82fd50c`](https://github.com/leanupjs/leanup/commit/82fd50cb36bc2e4cef59232cf4b184dafd68a1d5) -- chore: fix workflow files for unpublish [`c3d6cf3`](https://github.com/leanupjs/leanup/commit/c3d6cf3ff18c4ec5c80f0638153889386c884abf) -- chore: new commit message [`da3a548`](https://github.com/leanupjs/leanup/commit/da3a548209783767a99722fa77d70f4599d3209b) - -## [1.1.0-rc.262](https://github.com/leanupjs/leanup/compare/1.1.0-rc.261...1.1.0-rc.262) - 2021-01-10 - -### Commits - -- chore: manage unpublish scripts [`861b98e`](https://github.com/leanupjs/leanup/commit/861b98e59e36727d8f9a6d07258ed0136ea35427) -- ci: update CHANGELOG.md [`1184bfd`](https://github.com/leanupjs/leanup/commit/1184bfdb7e45710febdaa3afaa6298073eefdc86) -- fix: fix test for form control [`04eeebb`](https://github.com/leanupjs/leanup/commit/04eeebb1dd222618f54772e9d526ee3195f3257e) - -## [1.1.0-rc.261](https://github.com/leanupjs/leanup/compare/1.1.0-rc.260...1.1.0-rc.261) - 2021-01-10 - -### Commits - -- Auto dependency update [`8a9310e`](https://github.com/leanupjs/leanup/commit/8a9310e4dd18e30c6610f8f12c9fe360f327e926) -- Auto dependency update [`fa700fa`](https://github.com/leanupjs/leanup/commit/fa700fa3495f0160c0c5a5446df716ab88e9d88d) -- chore: reorganize unpublish scripts [`0061431`](https://github.com/leanupjs/leanup/commit/0061431d9a2a6c446f64e5348b73719113911f21) -- fix: change id naming for input controls - refact e2e tests [`0ab2f59`](https://github.com/leanupjs/leanup/commit/0ab2f5999af690a6b68cf05698034e675e66d1d5) -- chore: add unpublish logic [`8cfbae8`](https://github.com/leanupjs/leanup/commit/8cfbae86191b6892c0c44ffdbb96ead8b6239c77) -- fix: serve does not work with webpack-cli@^4 [`7d9cd31`](https://github.com/leanupjs/leanup/commit/7d9cd31e8d7447c951826b80f4610c36b173f003) -- chore: edit unpublish scripts [`a1a95c2`](https://github.com/leanupjs/leanup/commit/a1a95c27590ba63b057e1c6cd3a16e9bfa8fc5ac) -- ci: update CHANGELOG.md [`5e4b6d0`](https://github.com/leanupjs/leanup/commit/5e4b6d01256457f437e88f03b55a8a6b7d0dc772) -- chore: fix wake-up script [`722899e`](https://github.com/leanupjs/leanup/commit/722899e8b80f292e81680e95879b96b20512ab38) -- ci: update CHANGELOG.md [`d42e2a7`](https://github.com/leanupjs/leanup/commit/d42e2a7241ff7873f72045a33d15ac8524cec5be) -- ci: update CHANGELOG.md [`10db8c5`](https://github.com/leanupjs/leanup/commit/10db8c592b68d28f2de03b1a0eb57c57169b484b) - -## [1.1.0-rc.260](https://github.com/leanupjs/leanup/compare/1.1.0-rc.258...1.1.0-rc.260) - 2021-01-09 - -### Merged - -- chore(deps-dev): bump prettier-plugin-svelte from 1.4.2 to 2.0.3 [`#211`](https://github.com/leanupjs/leanup/pull/211) - -### Commits - -- Auto dependency update [`38b80e3`](https://github.com/leanupjs/leanup/commit/38b80e34a484c25a72efc793a89012990a93246a) -- Auto dependency update [`21ff7a2`](https://github.com/leanupjs/leanup/commit/21ff7a28802e61ef195c5f378521b7609410217c) - -## [1.1.0-rc.258](https://github.com/leanupjs/leanup/compare/1.1.0-rc.257...1.1.0-rc.258) - 2021-01-07 - -### Merged - -- chore(deps-dev): bump @types/node from 14.14.19 to 14.14.20 [`#191`](https://github.com/leanupjs/leanup/pull/191) -- chore(deps-dev): bump svelte from 3.31.1 to 3.31.2 [`#192`](https://github.com/leanupjs/leanup/pull/192) -- chore: update copy-modules-webpack-plugin [`#189`](https://github.com/leanupjs/leanup/pull/189) -- chore(deps): bump html-webpack-plugin from 4.5.0 to 4.5.1 [`#182`](https://github.com/leanupjs/leanup/pull/182) -- chore(deps-dev): bump preact from 10.5.8 to 10.5.9 [`#183`](https://github.com/leanupjs/leanup/pull/183) - -### Commits - -- Auto dependency update [`b3ec963`](https://github.com/leanupjs/leanup/commit/b3ec963b6edb03bfe9bc80755d80c5b7a5792459) -- Auto dependency update [`b5c3c9b`](https://github.com/leanupjs/leanup/commit/b5c3c9b7590aef1059fbf5f33eb088eea77cc07b) -- Auto dependency update [`5ff6eef`](https://github.com/leanupjs/leanup/commit/5ff6eef96444c8db9a9650103c89b716a3f237ee) -- chore: update framework versions [`fc494c5`](https://github.com/leanupjs/leanup/commit/fc494c5b04aab75dba48101e4318c082fd38f027) -- Auto dependency update [`05ffbb1`](https://github.com/leanupjs/leanup/commit/05ffbb1bc80cd44d73af83aec41860e7c1c5b3f7) -- Auto dependency update [`46afd99`](https://github.com/leanupjs/leanup/commit/46afd993559fcbeefa2ffd3ac2546b775dec80d5) -- chore: store angular prototype tsconfig [`04e1890`](https://github.com/leanupjs/leanup/commit/04e189036e77a5085fa77a2da45411c9dfadf65d) -- Auto dependency update [`dc4914e`](https://github.com/leanupjs/leanup/commit/dc4914e59dad18893dd19a27ddb02fd9d36cdba8) -- Auto dependency update [`50acef0`](https://github.com/leanupjs/leanup/commit/50acef0fdf300175f93401ae92a3f36f9dff3a6d) -- chore: downgrade prettier-plugin-svelte udpate [`c36180f`](https://github.com/leanupjs/leanup/commit/c36180fbee9d8f66a3301470b0da75e0b44591be) -- chore: downgrade nagigo [`c482925`](https://github.com/leanupjs/leanup/commit/c4829253e131b9bc920a7898f648fd7557ecc55b) -- chore: fix core-js version in angular template [`ec51f34`](https://github.com/leanupjs/leanup/commit/ec51f34de3f9626077ad939d50a3683d8acc330e) -- chore: downgrade broken copy-modules-webpack-plugin update [`c413d49`](https://github.com/leanupjs/leanup/commit/c413d493ecb446ac452a49a7047d69395db738f2) -- fix: add missing deps leanup stack [`42d4bb9`](https://github.com/leanupjs/leanup/commit/42d4bb9ae4bdaff6626bb6e4900502b59cd0437b) - -## [1.1.0-rc.257](https://github.com/leanupjs/leanup/compare/1.1.0-rc.256...1.1.0-rc.257) - 2021-01-07 - -### Commits - -- chore: update deps and downgrade copy-modules-webpack-plugin [`7ef4088`](https://github.com/leanupjs/leanup/commit/7ef4088a878888a077effa533749d81af823217d) -- Auto dependency update [`813ca4b`](https://github.com/leanupjs/leanup/commit/813ca4be4d66c7f31e4b5d5fef828ced26072ef7) -- Auto dependency update [`e87a67a`](https://github.com/leanupjs/leanup/commit/e87a67a11a70bfcb3d5b1f3aa5779649f4fd5ef5) -- chore: optimize update scripts [`9db1ce2`](https://github.com/leanupjs/leanup/commit/9db1ce283c9c392ff4499b4e202e27ef3ad49025) -- chore: remove esbuild minify plugin [`b7143da`](https://github.com/leanupjs/leanup/commit/b7143da9fe592b01baedb7475fd761a3b604963e) -- ci: update CHANGELOG.md [`1b1770b`](https://github.com/leanupjs/leanup/commit/1b1770b86ea15bcd99233543d03b6e01d01583ee) -- chore: optimize update script, downgrade prettier-plugin-svelte, copy-modules-webpack-plugin [`225b26e`](https://github.com/leanupjs/leanup/commit/225b26edff1462dcb6e2ee3b5dcee14e4bf7518f) -- ci: update CHANGELOG.md [`0e28cdb`](https://github.com/leanupjs/leanup/commit/0e28cdb3955937c28ddb12efdcfea69325118d6f) -- chore: fix update command in workflow files [`333a2e5`](https://github.com/leanupjs/leanup/commit/333a2e5309a44050335730220f0d313e9de71367) -- chore: add copy-modules-webpack-plugin to ignore list for updates [`7e8607f`](https://github.com/leanupjs/leanup/commit/7e8607fef5426c1b91ed3dbd6bc68fcb98d5240e) -- chore: optimize update npm script for typescript and template handling [`ba3c823`](https://github.com/leanupjs/leanup/commit/ba3c823ff715c68a15df5bcecbf127577f429379) - -## [1.1.0-rc.256](https://github.com/leanupjs/leanup/compare/1.1.0-rc.255...1.1.0-rc.256) - 2021-01-06 - -### Merged - -- Release/1.0 [`#173`](https://github.com/leanupjs/leanup/pull/173) -- chore(deps): bump webpack-cli from 3.3.12 to 4.3.1 [`#179`](https://github.com/leanupjs/leanup/pull/179) -- chore(deps-dev): bump preact from 10.5.7 to 10.5.8 [`#176`](https://github.com/leanupjs/leanup/pull/176) -- chore(deps-dev): bump @types/node from 14.14.16 to 14.14.17 [`#177`](https://github.com/leanupjs/leanup/pull/177) -- chore(deps): bump postcss from 8.2.1 to 8.2.2 [`#172`](https://github.com/leanupjs/leanup/pull/172) -- chore(deps): bump sass from 1.30.0 to 1.32.0 [`#171`](https://github.com/leanupjs/leanup/pull/171) - -### Commits - -- Auto dependency update [`eae4620`](https://github.com/leanupjs/leanup/commit/eae46202d6b52a235bfcceb2af1bbe5e78a18400) -- fix: dependency versions [`07457c3`](https://github.com/leanupjs/leanup/commit/07457c39f3754a3d35e87a71f8a11ff5b86d6cf6) -- Auto dependency update [`46a7985`](https://github.com/leanupjs/leanup/commit/46a7985cb7c9ba7c9f10fdaa7aa1195591489364) -- refactor: refact dependency handling [`8a2a4ba`](https://github.com/leanupjs/leanup/commit/8a2a4baef69c82e753add16b543952040ea380d1) -- fix: separate release creation [`9258906`](https://github.com/leanupjs/leanup/commit/9258906356d98ba91e95afe14bc33060cc95c813) -- chore: update package-lock.json [`9cc899c`](https://github.com/leanupjs/leanup/commit/9cc899c112ff34291600c5c7e32fcbae442be66a) -- ci: update CHANGELOG.md [`0bbb31b`](https://github.com/leanupjs/leanup/commit/0bbb31baf2cf43d52c70cc876f9b9f9f88ecdc01) -- chore: unpublish scripts [`b24520f`](https://github.com/leanupjs/leanup/commit/b24520fa90c07f0e6457742d3d2cb5e1d313f103) -- ci: update CHANGELOG.md [`4065a10`](https://github.com/leanupjs/leanup/commit/4065a104aaad2052892e5f85f323b6d7a90a6af1) -- ci: update CHANGELOG.md [`6a903e8`](https://github.com/leanupjs/leanup/commit/6a903e85f981ccb8b07e0bb280e6233d255fdba0) -- ci: update CHANGELOG.md [`3356ae9`](https://github.com/leanupjs/leanup/commit/3356ae9aabf40c58ecf30bcda8a37928ab9ae8dc) -- ci: update CHANGELOG.md [`bfa581b`](https://github.com/leanupjs/leanup/commit/bfa581b054070899da1accca6a0803402570f4e1) -- ci: update CHANGELOG.md [`ebd6d08`](https://github.com/leanupjs/leanup/commit/ebd6d08df850593e1b40c4c25fa658e63388df50) -- ci: update CHANGELOG.md [`327cbf3`](https://github.com/leanupjs/leanup/commit/327cbf3bdcad7302d43ee1e8e736520c12473ea6) -- ci: update CHANGELOG.md [`de272e0`](https://github.com/leanupjs/leanup/commit/de272e0e1bb162f2e80aed8e9f389610e83c5fa5) -- ci: update CHANGELOG.md [`206a3f6`](https://github.com/leanupjs/leanup/commit/206a3f649c4e9c31e199f18931e68d0e148fbedd) -- ci: update CHANGELOG.md [`6d1bc64`](https://github.com/leanupjs/leanup/commit/6d1bc6400c831c2e0678154fad40571cecb85b17) -- chore: update changelog in master branch [`67ebef9`](https://github.com/leanupjs/leanup/commit/67ebef9b8a59e30ae98069eaa5a0c4f27c13ca66) -- chore: edit the update workflows - to update package-locks [`b58bc07`](https://github.com/leanupjs/leanup/commit/b58bc07c792110dbbe372f96c6341387c2428ff5) -- Update auto-dependency-update.v1.0.yml [`f85f374`](https://github.com/leanupjs/leanup/commit/f85f374bd91eb04dd63cc586ae79512ba900c8ce) -- chore: fix version gape [`5f3683e`](https://github.com/leanupjs/leanup/commit/5f3683e6b230e7d747d1a7a653902fa7dd4f1cff) -- Update create-a-release.yml [`db4a436`](https://github.com/leanupjs/leanup/commit/db4a436a546751a8e0e3a0b1170ce2474ba5410e) - -## [1.1.0-rc.255](https://github.com/leanupjs/leanup/compare/1.1.0-rc.254...1.1.0-rc.255) - 2021-01-05 - -### Merged - -- chore(deps-dev): bump svelte from 3.31.1 to 3.31.2 [`#190`](https://github.com/leanupjs/leanup/pull/190) -- chore(deps-dev): bump @types/node from 14.14.19 to 14.14.20 [`#193`](https://github.com/leanupjs/leanup/pull/193) -- chore: update copy-modules-webpack-plugin [`#187`](https://github.com/leanupjs/leanup/pull/187) -- chore(deps-dev): bump preact from 10.5.8 to 10.5.9 [`#181`](https://github.com/leanupjs/leanup/pull/181) - -### Commits - -- Auto dependency update [`efc9eeb`](https://github.com/leanupjs/leanup/commit/efc9eebe15987a163c85abae84fd2c646e513c65) -- Auto dependency update [`00a7f74`](https://github.com/leanupjs/leanup/commit/00a7f7413d0d1d6ff5ad5fccc14bb0d5add28b29) -- Auto dependency update [`7c2c704`](https://github.com/leanupjs/leanup/commit/7c2c704ee639d736a55888243ae4aedb1a8d4c51) - -## [1.1.0-rc.254](https://github.com/leanupjs/leanup/compare/1.1.0-rc.253...1.1.0-rc.254) - 2021-01-03 - -### Commits - -- chore: update framework versions [`a602e5f`](https://github.com/leanupjs/leanup/commit/a602e5f9e27dc565564583c4242c76eb9a4b6812) - -## [1.1.0-rc.253](https://github.com/leanupjs/leanup/compare/1.1.0-rc.252...1.1.0-rc.253) - 2021-01-03 - -### Commits - -- fix: add missing lit-element and vanilla cli in template [`780668c`](https://github.com/leanupjs/leanup/commit/780668c1d1f201fefbaba405aed850d236748481) - -## [1.1.0-rc.252](https://github.com/leanupjs/leanup/compare/1.1.0-rc.251...1.1.0-rc.252) - 2021-01-03 - -### Commits - -- fix: add missing lit-element and vanilla cli in template [`caebfe4`](https://github.com/leanupjs/leanup/commit/caebfe47a431e6b0b9102f80da6a27c6321dbb1b) - -## [1.1.0-rc.251](https://github.com/leanupjs/leanup/compare/1.1.0-rc.250...1.1.0-rc.251) - 2021-01-03 - -### Commits - -- refactor: use leanup cli as peer dep [`c142fb0`](https://github.com/leanupjs/leanup/commit/c142fb03cab07314760fbe7a6fbabe12e47cbf90) -- chore: fix own dep versions [`208ea4d`](https://github.com/leanupjs/leanup/commit/208ea4d2b5dafca27ddd0f39ebf63a0c44bd4e96) -- chore: fix all dep versions [`2a134b4`](https://github.com/leanupjs/leanup/commit/2a134b45ec05bc14bca436b0e9d3569a9ad79aa5) -- chore: opmiize console output for common cli [`31de056`](https://github.com/leanupjs/leanup/commit/31de0566a2dfc0dde0b32963bb82d3bf3500792b) -- fix: broken import in leanup cli [`31af3a4`](https://github.com/leanupjs/leanup/commit/31af3a4398ca72dacf93526116d981d7dec24216) -- fix: remove wrong dep in cli package [`5d69278`](https://github.com/leanupjs/leanup/commit/5d692787862e9da602321b444777dec1fc3498d2) - -## [1.1.0-rc.250](https://github.com/leanupjs/leanup/compare/1.1.0-rc.249...1.1.0-rc.250) - 2021-01-03 - -### Commits - -- chore: fixed cli version [`6c666d2`](https://github.com/leanupjs/leanup/commit/6c666d2275edeaa81ebfebdc0ef711f52303503a) - -## [1.1.0-rc.249](https://github.com/leanupjs/leanup/compare/1.1.0-rc.248...1.1.0-rc.249) - 2021-01-03 - -### Commits - -- fix: add missing deps leanup stack [`6a5c2da`](https://github.com/leanupjs/leanup/commit/6a5c2da43950fff4c0eb140f856ceddaa97428a4) - -## [1.1.0-rc.248](https://github.com/leanupjs/leanup/compare/1.1.0-rc.247...1.1.0-rc.248) - 2021-01-03 - -### Commits - -- chore: fix dependency versions [`4afdd1a`](https://github.com/leanupjs/leanup/commit/4afdd1a9bc7f8e1c83d8e25c7521d4a2c68c43df) -- chore: update deps [`6709d88`](https://github.com/leanupjs/leanup/commit/6709d88c747ab37fc3399cdeab2bb7d64b9d03d5) -- Auto dependency update [`56cc0af`](https://github.com/leanupjs/leanup/commit/56cc0affcb294853ca6f06ec8d3ac47520179e55) -- refactor: refact the dependency logic [`7a1c87a`](https://github.com/leanupjs/leanup/commit/7a1c87a14ed6823e4010724e8b227b4422e0afc0) -- Auto dependency update [`c10bea5`](https://github.com/leanupjs/leanup/commit/c10bea534d2bdc00520ad689747f6590290759fb) -- chore: separate release creation [`ab7c6a4`](https://github.com/leanupjs/leanup/commit/ab7c6a41bc1122d3f3b572219d79a1a74c91ed41) -- ci: update CHANGELOG.md [`7d85438`](https://github.com/leanupjs/leanup/commit/7d85438134a6018cd61841cc1cb00f1b653a2ad3) -- Update wake-up-all.sh [`2b65a7f`](https://github.com/leanupjs/leanup/commit/2b65a7f4a79b72a60922e6b993e610ae9799d9ac) -- fix: fix npm run ncu script [`9b8a8d7`](https://github.com/leanupjs/leanup/commit/9b8a8d7a31a915090e95cd46c353e9f754d6e8a5) -- chore: switch from npm ci to npm install [`6cf5aa3`](https://github.com/leanupjs/leanup/commit/6cf5aa3d6aabf31ca32478b5a6f63e203aac6f90) -- ci: update CHANGELOG.md [`7e1bfdf`](https://github.com/leanupjs/leanup/commit/7e1bfdfca0270f5aba973eecc1566b1a09915b6b) -- fix: wrong dependency constellation [`d6c8ab7`](https://github.com/leanupjs/leanup/commit/d6c8ab7be4b67d61325918965de355653c8d4ec0) -- chore: add body to create release [`d4ef68d`](https://github.com/leanupjs/leanup/commit/d4ef68d646d79b57e0e25c311daa1f87dbb6e972) -- Update auto-dependency-update.v1.1.yml [`6c2b966`](https://github.com/leanupjs/leanup/commit/6c2b966a7ccc3548e727212135287121cbd7a998) - -## [1.1.0-rc.247](https://github.com/leanupjs/leanup/compare/1.1.0-rc.246...1.1.0-rc.247) - 2021-01-01 - -### Commits - -- fix: peerDep version in framework stacks [`e913edc`](https://github.com/leanupjs/leanup/commit/e913edc6865cccefa1599c06234452b287b80e8c) - -## [1.1.0-rc.246](https://github.com/leanupjs/leanup/compare/1.1.0-rc.245...1.1.0-rc.246) - 2021-01-01 - -### Merged - -- chore(deps): bump esbuild from 0.8.27 to 0.8.28 [`#178`](https://github.com/leanupjs/leanup/pull/178) -- chore(deps): bump webpack-cli from 4.3.0 to 4.3.1 [`#180`](https://github.com/leanupjs/leanup/pull/180) - -### Commits - -- chore: add changelog file [`14baedb`](https://github.com/leanupjs/leanup/commit/14baedb0ad98f9e468ee1c4a6609f2bde911743d) -- docs: update changelog [`a43fd07`](https://github.com/leanupjs/leanup/commit/a43fd0773b22b976a117e2ef8591003a947a630c) -- chore: add workflow for changelog update [`c064084`](https://github.com/leanupjs/leanup/commit/c064084f65c01c1e5f65d7bff44c9abcc3daad74) -- chore: script to delete tags [`adb0126`](https://github.com/leanupjs/leanup/commit/adb0126e4d70f8906f85e73df4a28c9da3f00c6b) -- chore: edit release workflow [`4cb3fb8`](https://github.com/leanupjs/leanup/commit/4cb3fb80747daa89c31b0714c3bcb3d1a2829e85) -- Update wake-up-all.sh [`dd47800`](https://github.com/leanupjs/leanup/commit/dd47800d13680f6ab067305d3c98dcc796f04325) -- Update wake-up-all.sh [`7557695`](https://github.com/leanupjs/leanup/commit/75576954d847726914c84a40b81d9b3ca7bf4324) -- Update CONTRIBUTING.md [`cb381b1`](https://github.com/leanupjs/leanup/commit/cb381b1f87d28126afc5d22a2844ce0902bf2366) -- chore: optimize release creation [`c2f75f3`](https://github.com/leanupjs/leanup/commit/c2f75f371ba671180b5160fcf788db0c520befda) -- chore: prepare a new way to create releases [`55b6de9`](https://github.com/leanupjs/leanup/commit/55b6de9cccd054d03c399eaaaea9d0a2a3f734f8) -- ci: update CHANGELOG.md [`7b25b4d`](https://github.com/leanupjs/leanup/commit/7b25b4dec4252b4502cdce5249c8a12009621ae7) -- chore: edit release workflow [`30738ea`](https://github.com/leanupjs/leanup/commit/30738ea4c6f6cf96859511ffb368851f95aa9643) -- Update README.md [`9d1d598`](https://github.com/leanupjs/leanup/commit/9d1d598e4298d2ec65c3c91244e6892b6bd0111d) -- chore: fix version gape [`d5ccde5`](https://github.com/leanupjs/leanup/commit/d5ccde53741b41e6f9ed08853af69dc1aafc0bf4) -- fix: redundant get parameter type removed [`bf43749`](https://github.com/leanupjs/leanup/commit/bf437495a3d3b6eca2f0f759782a0e587a517eb0) -- Update create-a-release.yml [`d58033d`](https://github.com/leanupjs/leanup/commit/d58033d336df5f009501ab71943d7fee61e3da23) -- Update README.md [`c6aac7c`](https://github.com/leanupjs/leanup/commit/c6aac7ce5196fe3596a54fb4ae980f865d96b44f) - -## [1.1.0-rc.245](https://github.com/leanupjs/leanup/compare/1.1.0-rc.244...1.1.0-rc.245) - 2020-12-31 - -### Merged - -- chore(deps-dev): bump @types/node from 14.14.16 to 14.14.17 [`#174`](https://github.com/leanupjs/leanup/pull/174) -- chore(deps-dev): bump preact from 10.5.7 to 10.5.8 [`#175`](https://github.com/leanupjs/leanup/pull/175) -- chore(deps): bump postcss from 8.2.1 to 8.2.2 [`#168`](https://github.com/leanupjs/leanup/pull/168) -- chore(deps): bump sass from 1.30.0 to 1.32.0 [`#169`](https://github.com/leanupjs/leanup/pull/169) -- chore(deps): bump esbuild from 0.8.26 to 0.8.27 [`#170`](https://github.com/leanupjs/leanup/pull/170) -- chore(deps): bump less from 3.13.0 to 3.13.1 [`#156`](https://github.com/leanupjs/leanup/pull/156) -- chore(deps): bump @babel/plugin-proposal-decorators from 7.12.1 to 7.12.12 [`#155`](https://github.com/leanupjs/leanup/pull/155) -- chore(deps): bump loglevel from 1.7.0 to 1.7.1 [`#145`](https://github.com/leanupjs/leanup/pull/145) -- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#147`](https://github.com/leanupjs/leanup/pull/147) -- chore(deps-dev): bump cross-env from 7.0.2 to 7.0.3 [`#149`](https://github.com/leanupjs/leanup/pull/149) -- chore(deps): bump autoprefixer from 9.8.6 to 10.1.0 [`#141`](https://github.com/leanupjs/leanup/pull/141) -- chore(deps): bump mini-css-extract-plugin from 0.11.2 to 1.3.3 [`#143`](https://github.com/leanupjs/leanup/pull/143) -- chore(deps-dev): bump esm from 3.2.0 to 3.2.25 [`#142`](https://github.com/leanupjs/leanup/pull/142) -- chore(deps-dev): bump jsdom-global from 3.0.0 to 3.0.2 [`#144`](https://github.com/leanupjs/leanup/pull/144) - -### Commits - -- chore: update deps [`eef48e3`](https://github.com/leanupjs/leanup/commit/eef48e3f76db276e4fda0f7f68c650b3d91af4fb) -- fix: fix peerDep versions [`5576b1f`](https://github.com/leanupjs/leanup/commit/5576b1f85173f5ab1ce026684f9e40272acbd3c2) -- Auto dependency update [`47615a1`](https://github.com/leanupjs/leanup/commit/47615a112ddeb27afd7d23ec7317c0c179b6ac91) -- chore: prepare test all frameworks [`27e69d3`](https://github.com/leanupjs/leanup/commit/27e69d3eee3b866f8dc21abb22a3b464360d666a) -- chore: tailswind detect the production mode only by using NODE_ENV [`4848ed2`](https://github.com/leanupjs/leanup/commit/4848ed295f47cd2222459b2c323095ec22a5bdfd) -- chore(deps): bump @babel/plugin-proposal-decorators [`951641c`](https://github.com/leanupjs/leanup/commit/951641c6cced6cf3d55acbe05688efd4740a0d41) -- chore: prepare a new variant to create release [`c09ccd2`](https://github.com/leanupjs/leanup/commit/c09ccd29096a9bb4fdf711ecc325c01dbdaa8acc) -- Update node-v15.npm-v7.test.yml [`9b193ab`](https://github.com/leanupjs/leanup/commit/9b193abe9450c10ec89499ecdb0f61cab518f567) -- Auto dependency update [`00bb239`](https://github.com/leanupjs/leanup/commit/00bb239300f5aabb745aac58134a62d6932813a8) -- Update auto-dependency-update.v1.1.yml [`e826ce5`](https://github.com/leanupjs/leanup/commit/e826ce5a730a3ffa82d6c60a20f75a0c52222ca4) -- Update common-cli.ts [`524fe3b`](https://github.com/leanupjs/leanup/commit/524fe3b0f7ad337fd10c07e6beced815a0d861cc) -- docs: fix redundant get paremeter type [`02a2930`](https://github.com/leanupjs/leanup/commit/02a293030f361742158af2d1cedcf5c3800e1ed0) -- Update create-a-release.yml [`63c8fdb`](https://github.com/leanupjs/leanup/commit/63c8fdbcefb4b9e7410b011e11cf182e545d7b84) - -## [1.1.0-rc.244](https://github.com/leanupjs/leanup/compare/1.1.0-rc.243...1.1.0-rc.244) - 2020-12-29 - -### Commits - -- chore: manage peer deps [`491109f`](https://github.com/leanupjs/leanup/commit/491109f28bbe7c218d1c1da7d0ac5e7566cb1b6e) - -## [1.1.0-rc.243](https://github.com/leanupjs/leanup/compare/1.1.0-rc.242...1.1.0-rc.243) - 2020-12-28 - -### Commits - -- Auto dependency update [`e7ca7d1`](https://github.com/leanupjs/leanup/commit/e7ca7d154e295a70dc6912231398388ad4367166) -- chore: update deps [`062e1fd`](https://github.com/leanupjs/leanup/commit/062e1fd90d49234cb8887b7c1d32373e7962b1fe) -- Update auto-dependency-update.v1.1.yml [`833b306`](https://github.com/leanupjs/leanup/commit/833b3064fcf9b4c486d689eb062203b250ac62af) - -## [1.1.0-rc.242](https://github.com/leanupjs/leanup/compare/1.1.0-rc.241...1.1.0-rc.242) - 2020-12-27 - -### Merged - -- chore(deps): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#146`](https://github.com/leanupjs/leanup/pull/146) -- chore(deps): bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#148`](https://github.com/leanupjs/leanup/pull/148) - -### Commits - -- chore: update deps [`cbcce92`](https://github.com/leanupjs/leanup/commit/cbcce92ecdefbeaee168aadbdacc89428fecd53f) -- Auto dependency update [`f6184aa`](https://github.com/leanupjs/leanup/commit/f6184aa45255d3706380280ff6f65b30ba2b8334) -- fix: peerDeps [`a941844`](https://github.com/leanupjs/leanup/commit/a9418446afa602e83103367cfcde1ae47cc40b9e) - -## [1.1.0-rc.241](https://github.com/leanupjs/leanup/compare/1.1.0-rc.240...1.1.0-rc.241) - 2020-12-22 - -### Commits - -- fix: remove mini-css-extract-plugin because style-loader is more tiny [`a6980fa`](https://github.com/leanupjs/leanup/commit/a6980fa4538bc8db9ad8d2c14da63caf2c8a478f) -- chore: remove log files to [`4e1e9ea`](https://github.com/leanupjs/leanup/commit/4e1e9eacbff8939ec1983912b38fd1d66055b690) - -## [1.1.0-rc.240](https://github.com/leanupjs/leanup/compare/1.1.0-rc.239...1.1.0-rc.240) - 2020-12-22 - -### Merged - -- chore(deps): bump esbuild from 0.8.23 to 0.8.26 [`#137`](https://github.com/leanupjs/leanup/pull/137) -- chore(deps): bump less from 3.13.0 to 3.13.1 [`#138`](https://github.com/leanupjs/leanup/pull/138) -- chore(deps): bump esbuild-loader from 2.6.3 to 2.7.0 [`#139`](https://github.com/leanupjs/leanup/pull/139) -- chore(deps): bump eslint from 7.15.0 to 7.16.0 [`#140`](https://github.com/leanupjs/leanup/pull/140) -- chore(deps): bump autoprefixer from 9.8.5 to 9.8.6 [`#129`](https://github.com/leanupjs/leanup/pull/129) -- chore(deps-dev): bump @types/sinon from 9.0.8 to 9.0.9 [`#132`](https://github.com/leanupjs/leanup/pull/132) -- chore(deps): bump babel-loader from 8.2.1 to 8.2.2 [`#133`](https://github.com/leanupjs/leanup/pull/133) -- chore(deps): bump lint-staged from 10.5.1 to 10.5.3 [`#134`](https://github.com/leanupjs/leanup/pull/134) -- chore(deps): bump sass from 1.29.0 to 1.30.0 [`#135`](https://github.com/leanupjs/leanup/pull/135) - -### Commits - -- Auto dependency update [`ce67c87`](https://github.com/leanupjs/leanup/commit/ce67c8729b95d8bc94c16258a228d5d1a754406d) -- chore: update deps [`cc7bccf`](https://github.com/leanupjs/leanup/commit/cc7bccf670a605c564f24a55c2002c3d7c144960) -- chore: update framework templates with new design [`29cfd33`](https://github.com/leanupjs/leanup/commit/29cfd33276994c06733fdac4b4c0c97a61728fba) -- Auto dependency update [`ca8574e`](https://github.com/leanupjs/leanup/commit/ca8574e5fa744589eee16f6e6940a8d997a61d6f) -- docs: update dev shield links for stack modules [`4df1084`](https://github.com/leanupjs/leanup/commit/4df10842a2789374a5087ca3c099e9f44a8cd184) -- chore: update to new template design [`f705ca4`](https://github.com/leanupjs/leanup/commit/f705ca46d4b6c6f698925ecfc9a63bcbcebde92a) -- fix: update framework versions [`a0b8a3d`](https://github.com/leanupjs/leanup/commit/a0b8a3de7b5d26022e852367d2cebd1feb9093fa) -- chore: upgrade postcss [`f2644bf`](https://github.com/leanupjs/leanup/commit/f2644bf30a88108e054cdd0a02a1089c93a7bd1c) -- chore: minimize index.html [`c967ba0`](https://github.com/leanupjs/leanup/commit/c967ba00a1f87033188192106e3ff5026c94e115) -- chore: fix npm scripts for serve and build by using --mode [`9ab00d2`](https://github.com/leanupjs/leanup/commit/9ab00d2032ea1910bdea1cda004affa8d479ac4a) -- fix: fix template [`07b8ec0`](https://github.com/leanupjs/leanup/commit/07b8ec0db321ff1c63c3d08fb340e589a84c45a3) -- fix: unwanted change reversed / separate css file [`fbc6edf`](https://github.com/leanupjs/leanup/commit/fbc6edf86fad4fed62d8ac1ee9f4a2795764e5dc) -- chore: optimize template overwrite handling [`8af3074`](https://github.com/leanupjs/leanup/commit/8af3074c9720432428f841e9f33ad0a661e78799) -- Auto dependency update [`89fd52c`](https://github.com/leanupjs/leanup/commit/89fd52ce32c04f44f16b10f67c669f9b5922062e) -- chore: remove overhead dependency [`64c760e`](https://github.com/leanupjs/leanup/commit/64c760e3df616bbfd036da2b419b3be74efbea6d) -- chore: optimize template [`5d5b63f`](https://github.com/leanupjs/leanup/commit/5d5b63f4f2ee270cda77829e32ce4080fd5d28ab) -- fix: import path to @leanup/cli [`cce8108`](https://github.com/leanupjs/leanup/commit/cce81084c30caf858868f76eac44363b51699bac) -- chore: remove unused git ignore lib folder [`63f442b`](https://github.com/leanupjs/leanup/commit/63f442bf97ca968aae80296cb9b7538b7cf8cd7a) - -## [1.1.0-rc.239](https://github.com/leanupjs/leanup/compare/1.1.0-rc.238...1.1.0-rc.239) - 2020-12-20 - -### Merged - -- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#130`](https://github.com/leanupjs/leanup/pull/130) -- chore(deps): bump string-replace-loader from 3.0.0 to 3.0.1 [`#127`](https://github.com/leanupjs/leanup/pull/127) -- chore(deps): bump autoprefixer from 10.0.1 to 10.1.0 [`#128`](https://github.com/leanupjs/leanup/pull/128) -- chore(deps): bump @types/sinon from 9.0.8 to 9.0.9 [`#131`](https://github.com/leanupjs/leanup/pull/131) -- Update package.json [`#126`](https://github.com/leanupjs/leanup/pull/126) - -### Commits - -- docs: update ref link for dep shields [`8776cc9`](https://github.com/leanupjs/leanup/commit/8776cc9546f9b4d3247fd3a3a3f3ef075516e9ed) -- merged from master [`affd250`](https://github.com/leanupjs/leanup/commit/affd250d34eb02fa1169e1804c4528b81bc0e1a0) -- Auto dependency update [`f8d0c11`](https://github.com/leanupjs/leanup/commit/f8d0c11fd68e2391a453b7d8e35492f79a7f4670) -- docs: fix dependency shield urls [`ff53d06`](https://github.com/leanupjs/leanup/commit/ff53d06f08dab25c0e541768a7be2f73f71e6a83) -- chore: update public template frame [`68b50ec`](https://github.com/leanupjs/leanup/commit/68b50ec6d7835d4407a75a377a4c53278fffe1d9) -- fix: broken refactoring mapToExclude [`f3fa37b`](https://github.com/leanupjs/leanup/commit/f3fa37b4cd553c3248fd97080f8c97d65e3fd09a) -- chore: fix npm scripts for inferno [`b880dc3`](https://github.com/leanupjs/leanup/commit/b880dc3dce4f80a2f712d2b304103d1c9eb3f475) -- chore: remove lib in gitignore [`bbaff87`](https://github.com/leanupjs/leanup/commit/bbaff871b863e0817198f130cd867b6bb875c8b8) - -## [1.1.0-rc.238](https://github.com/leanupjs/leanup/compare/1.1.0-rc.237...1.1.0-rc.238) - 2020-12-18 - -### Commits - -- Auto dependency update [`934690a`](https://github.com/leanupjs/leanup/commit/934690adb9d8bfee9445e9e3e6712d449e93dc52) -- chore: update package jsons [`1b49444`](https://github.com/leanupjs/leanup/commit/1b4944463659e236040f624e822cb980f13c9261) -- chore: fix peer deps and update deps [`0034e6d`](https://github.com/leanupjs/leanup/commit/0034e6d58aa5b032b669eecc230768885c87d4a3) -- chore: fix all dependencies [`4cfa6fd`](https://github.com/leanupjs/leanup/commit/4cfa6fd8396ba2579ba3108764115f26af57ddb3) -- chore: update npm scripts [`c02ccbb`](https://github.com/leanupjs/leanup/commit/c02ccbbc3504218c09408979465bd38194895116) -- chore: add missing devDep and peerDep for @leanup/cli [`d720236`](https://github.com/leanupjs/leanup/commit/d72023648abfb5b5996cb6a324799888300078e0) -- chore: fix npm pack and tsc [`1b67dda`](https://github.com/leanupjs/leanup/commit/1b67dda9c5caeda0d547e229084993cc36289a72) -- chore: fix scripts for lit-element [`5e7da75`](https://github.com/leanupjs/leanup/commit/5e7da756cc0d94982e31e473b47e6dbb6c0f0b74) - -## [1.1.0-rc.237](https://github.com/leanupjs/leanup/compare/1.1.0-rc.236...1.1.0-rc.237) - 2020-12-18 - -### Merged - -- chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 [`#124`](https://github.com/leanupjs/leanup/pull/124) -- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#119`](https://github.com/leanupjs/leanup/pull/119) -- chore(deps): bump husky from 4.3.4 to 4.3.5 [`#105`](https://github.com/leanupjs/leanup/pull/105) -- chore(deps-dev): bump npm-check-updates from 10.2.2 to 10.2.3 [`#106`](https://github.com/leanupjs/leanup/pull/106) -- chore(deps): bump @leanup/cli-core-format from 1.0.58 to 1.0.60 [`#102`](https://github.com/leanupjs/leanup/pull/102) - -### Commits - -- Auto dependency update [`9451dcc`](https://github.com/leanupjs/leanup/commit/9451dcc7f35f2b87bbaaebae5c18107a2e7f3472) -- chore: fix all dependencies [`126f747`](https://github.com/leanupjs/leanup/commit/126f747b98d7fdb18d53679ee45e004a071182ea) -- Auto dependency update [`bf14c69`](https://github.com/leanupjs/leanup/commit/bf14c69d9a9491a9a342e2aafc981edd6c43ba0b) -- Auto dependency update [`5759d2f`](https://github.com/leanupjs/leanup/commit/5759d2f8d38179b370c733bb3c612d8701c6e0eb) -- chore: configure dependabot [`d579043`](https://github.com/leanupjs/leanup/commit/d57904362098b47f6623e91817d2e8fa1d97deb3) -- Auto dependency update [`3524416`](https://github.com/leanupjs/leanup/commit/3524416eec955fa6c49d7a765a584151aca1b168) -- Auto dependency update [`75376da`](https://github.com/leanupjs/leanup/commit/75376da5938e7f5994b36ed94edfe3b890a98118) -- Auto dependency update [`90861d9`](https://github.com/leanupjs/leanup/commit/90861d93e4790c4eceb2cb13ba55a67429980f83) -- Auto dependency update [`bf66a5f`](https://github.com/leanupjs/leanup/commit/bf66a5f6c3dc416061716b0253b51ea75e618c62) -- Auto dependency update [`c534aa3`](https://github.com/leanupjs/leanup/commit/c534aa3f428292074e040e0bc08d93968cf9f826) -- Auto dependency update [`5f90c1b`](https://github.com/leanupjs/leanup/commit/5f90c1b53c361f6d2169f11d4a067964ecc3de9b) -- Auto dependency update [`7207dd0`](https://github.com/leanupjs/leanup/commit/7207dd005dc1e3975bc649acbd7fdb08da638e92) -- Auto dependency update [`539b7e0`](https://github.com/leanupjs/leanup/commit/539b7e0d72643cc48e20031f383774e27c7c31e2) -- Auto dependency update [`b75a736`](https://github.com/leanupjs/leanup/commit/b75a736c9883c6854013031228d97a741d406f68) -- Auto dependency update [`2fa28f0`](https://github.com/leanupjs/leanup/commit/2fa28f0bee8362fd3f52f6c3e6186a4237056f91) -- Auto dependency update [`ccb41cf`](https://github.com/leanupjs/leanup/commit/ccb41cf0ceab4c3d8f74753073dd06054f2b66c7) -- chore: optimize wakeup script [`51d3aaf`](https://github.com/leanupjs/leanup/commit/51d3aaf4d588394707a5abe8bc5703a5c7d4713f) -- chore: style fix vanilla [`f974655`](https://github.com/leanupjs/leanup/commit/f974655d04fd50b365c9609cbd3029964fe0aeff) -- Auto dependency update [`ad53fd9`](https://github.com/leanupjs/leanup/commit/ad53fd9a9acfa0f355bcbce8a7438700a3f33f52) -- Update publish-to-npmjs.yml [`ee28768`](https://github.com/leanupjs/leanup/commit/ee28768986b45f7a4ae1fb02f32e004a209b093a) -- chore: workflow for node and npm [`7ac674c`](https://github.com/leanupjs/leanup/commit/7ac674c0fed9df7de6feb8d02234d62fd295509c) -- Update node-v15.npm-v7.test.yml [`2bc549b`](https://github.com/leanupjs/leanup/commit/2bc549b8dbc7b5ff7d51b4f08c978016d0cfc2bd) -- chore: remove build status [`1b63263`](https://github.com/leanupjs/leanup/commit/1b63263e73d5e5d77f60838d27e5d19810295eaf) -- chore: fix doc [`469af2f`](https://github.com/leanupjs/leanup/commit/469af2f25bd599bb0087682ce8c060b814b3a14e) -- chore: update deps [`ae3a299`](https://github.com/leanupjs/leanup/commit/ae3a299ecf703401d67934e628fdf1490cf75ce4) -- fix: add .eslintrc.js file in package.json [`7411a58`](https://github.com/leanupjs/leanup/commit/7411a585deaf21c248623fc29dbe8ccb8229d2da) - -## [1.1.0-rc.236](https://github.com/leanupjs/leanup/compare/1.1.0-rc.235...1.1.0-rc.236) - 2020-12-17 - -### Commits - -- chore: button performance secondary styling [`042a0df`](https://github.com/leanupjs/leanup/commit/042a0dfc1411ef1883635d92010367e06b5313f7) -- chore: try overhead constructor for angular [`c88a0f8`](https://github.com/leanupjs/leanup/commit/c88a0f8f06e314885181f1f6aa5d763a0842dc8f) -- chore: full width in app box [`7244c44`](https://github.com/leanupjs/leanup/commit/7244c4401a9004fdc4efa1ae32ef342b16491620) - -## [1.1.0-rc.235](https://github.com/leanupjs/leanup/compare/1.1.0-rc.234...1.1.0-rc.235) - 2020-12-17 - -### Commits - -- chore: tiny styling [`5e4920e`](https://github.com/leanupjs/leanup/commit/5e4920eee3552fc8f295286cbe15a4ba15d86343) - -## [1.1.0-rc.234](https://github.com/leanupjs/leanup/compare/1.1.0-rc.233...1.1.0-rc.234) - 2020-12-17 - -### Commits - -- fix: fix vue image handling [`43908bd`](https://github.com/leanupjs/leanup/commit/43908bd11e7f3e4d50c7e9c672b5d5aaebd62854) -- fix: angular ngModel - without FormModul it is very tricky [`3e93a03`](https://github.com/leanupjs/leanup/commit/3e93a030cacff41771ef83f13b111d52cb5af6ed) -- fix: fix corresponding type declarations for other file extensions [`79b17de`](https://github.com/leanupjs/leanup/commit/79b17de05034d3be83ea800aef6152cb02a44268) - -## [1.1.0-rc.233](https://github.com/leanupjs/leanup/compare/1.1.0-rc.232...1.1.0-rc.233) - 2020-12-17 - -### Commits - -- chore: switch from width to height by logo size [`5cc75ef`](https://github.com/leanupjs/leanup/commit/5cc75ef1d8b9f42755e0f110952471f545343bcb) -- fix: format with prettier [`e26204e`](https://github.com/leanupjs/leanup/commit/e26204e79cf585313f12a9c59c8e75622617b074) -- fix: fix angular and angularjs image handling [`64bb242`](https://github.com/leanupjs/leanup/commit/64bb2422af0eb0c495e9da55a63a09c449d744e6) -- fix: the aurelia image handling [`c67ca45`](https://github.com/leanupjs/leanup/commit/c67ca45fdb4b58b1e565264ec1b0fc4460efb65e) -- chore: move message on the bottom [`903d92b`](https://github.com/leanupjs/leanup/commit/903d92b3b2ac28e1cef8a0b2a4fa6ebe84e53b74) - -## [1.1.0-rc.232](https://github.com/leanupjs/leanup/compare/1.1.0-rc.231...1.1.0-rc.232) - 2020-12-16 - -### Commits - -- fix: bug in last change [`3bdc561`](https://github.com/leanupjs/leanup/commit/3bdc561b9942508f84a91b64efac0356e22c0d77) - -## [1.1.0-rc.231](https://github.com/leanupjs/leanup/compare/1.1.0-rc.230...1.1.0-rc.231) - 2020-12-16 - -### Commits - -- chore: format code [`fe49ba0`](https://github.com/leanupjs/leanup/commit/fe49ba0d6eba5352109d3c1b0004cca11f357561) -- fix: fix copy static resources by create a project [`e89cbbf`](https://github.com/leanupjs/leanup/commit/e89cbbfa87a4ca6d49d77ec34bf8af01626ae2a9) - -## [1.1.0-rc.230](https://github.com/leanupjs/leanup/compare/1.1.0-rc.229...1.1.0-rc.230) - 2020-12-16 - -### Commits - -- chore: add logos to app header [`f5e778f`](https://github.com/leanupjs/leanup/commit/f5e778fd79f64114ef18fcac5ba02d3081a491e9) -- chore: activate tailwind css purge [`401af44`](https://github.com/leanupjs/leanup/commit/401af444766ddc30e9cf957d684e5a8c3506fabe) - -## [1.1.0-rc.229](https://github.com/leanupjs/leanup/compare/1.1.0-rc.228...1.1.0-rc.229) - 2020-12-16 - -### Commits - -- chore: update template styling [`efc2bc6`](https://github.com/leanupjs/leanup/commit/efc2bc6eefff9e03c0a636995a100328602b1bb1) -- chore: optimize templates [`26c3f2b`](https://github.com/leanupjs/leanup/commit/26c3f2be176bc8d4d685cf07e22eb3a2dbba6d0f) - -## [1.1.0-rc.228](https://github.com/leanupjs/leanup/compare/1.1.0-rc.227...1.1.0-rc.228) - 2020-12-16 - -### Commits - -- chore: fix file format for vue template [`8ce0f92`](https://github.com/leanupjs/leanup/commit/8ce0f92733b7ed57b43ca8ebe765dc55203b916b) - -## [1.1.0-rc.227](https://github.com/leanupjs/leanup/compare/1.1.0-rc.226...1.1.0-rc.227) - 2020-12-16 - -### Commits - -- chore: redesign templates [`455877f`](https://github.com/leanupjs/leanup/commit/455877f7a58dab5a6d5381bee76e29db4a3364a7) -- Auto dependency update [`9a3a1c7`](https://github.com/leanupjs/leanup/commit/9a3a1c71c4df16f85502abe1425541b2a88ddc3a) -- chore: increase the timeout [`a9e77e5`](https://github.com/leanupjs/leanup/commit/a9e77e5f5e7b6914f179e908085316d0232400a2) - -## [1.1.0-rc.226](https://github.com/leanupjs/leanup/compare/1.1.0-rc.225...1.1.0-rc.226) - 2020-12-16 - -### Commits - -- Auto dependency update [`1f06cba`](https://github.com/leanupjs/leanup/commit/1f06cba9ffb997ac09bcc5bb720196d21bdcd627) -- chore: optimize template styling with tailwindcss [`dc20ad0`](https://github.com/leanupjs/leanup/commit/dc20ad08cc11da28fe8f4baf795368e9bc621740) - -## [1.1.0-rc.225](https://github.com/leanupjs/leanup/compare/1.1.0-rc.224...1.1.0-rc.225) - 2020-12-16 - -### Commits - -- chore: redesign templates [`fe1b0f4`](https://github.com/leanupjs/leanup/commit/fe1b0f498f25e31b2bcdc3d0caada91c08f71f37) -- docs: update index html [`0fe59f0`](https://github.com/leanupjs/leanup/commit/0fe59f067a67707ec41ed7c393bf90a064f363ef) - -## [1.1.0-rc.224](https://github.com/leanupjs/leanup/compare/1.1.0-rc.221...1.1.0-rc.224) - 2020-12-15 - -### Commits - -- Auto dependency update [`aaee5b5`](https://github.com/leanupjs/leanup/commit/aaee5b50357af22769c49675d381e97e3d172f07) -- fix: angular type annotation magic bug [`78386eb`](https://github.com/leanupjs/leanup/commit/78386eb592db464fb5aac168220558f785ad5a26) -- feat: add proxy feature for dev server [`70b3b15`](https://github.com/leanupjs/leanup/commit/70b3b15a33035a05b6d9663f63774ac1c75824b4) -- chore: cleanup dependencies [`c57624f`](https://github.com/leanupjs/leanup/commit/c57624f2ffc2ae1368b631341661a919f7361b4b) -- fix: angular handling with static methods [`5c34ba7`](https://github.com/leanupjs/leanup/commit/5c34ba75c7d6757765b10575c19d6c69732f4558) -- chore: tiny template fix [`00d7578`](https://github.com/leanupjs/leanup/commit/00d757802e6fba74aa4fb2ccb6a93a4498d10b21) -- chore: fix project setting [`3d1fcc7`](https://github.com/leanupjs/leanup/commit/3d1fcc7fd4ec141783599ab5110b70a3626228c3) -- chore: fix ddd [`0bc4d8d`](https://github.com/leanupjs/leanup/commit/0bc4d8dffacd1ea4ad58f5152a70a130e498304a) - -## [1.1.0-rc.221](https://github.com/leanupjs/leanup/compare/1.1.0-rc.220...1.1.0-rc.221) - 2020-12-15 - -### Commits - -- Auto dependency update [`7f2b913`](https://github.com/leanupjs/leanup/commit/7f2b9130bebe3be235167803784af33df9aefa50) -- fix: optimize Filters handling [`2cbc2f0`](https://github.com/leanupjs/leanup/commit/2cbc2f09f458445ba53424bcf57227aec2724286) -- fix: wrong configuration for infenojs production [`56837ed`](https://github.com/leanupjs/leanup/commit/56837ed9c868db42b2bda168721f926152c99117) -- fix: filter usage in aurelia template [`0a8229e`](https://github.com/leanupjs/leanup/commit/0a8229ebe144fde3d98051b7a873957007f5e179) - -## [1.1.0-rc.220](https://github.com/leanupjs/leanup/compare/1.1.0-rc.219...1.1.0-rc.220) - 2020-12-14 - -### Merged - -- chore(deps-dev): bump @leanup/stack from 1.1.0-rc.213 to 1.1.0-rc.219 [`#118`](https://github.com/leanupjs/leanup/pull/118) - -### Commits - -- docs: update readme's [`3749f56`](https://github.com/leanupjs/leanup/commit/3749f56ee9b9da932bdd6a0e807b593642b784ef) -- Auto dependency update [`80e05b6`](https://github.com/leanupjs/leanup/commit/80e05b6fa84a388a6769cae76fd21a1dac713455) -- chore: remove overhead template [`cda42a2`](https://github.com/leanupjs/leanup/commit/cda42a2c0715bc9124d70784ac3da16277770d30) -- chore: fin lit-element template [`bfe7bef`](https://github.com/leanupjs/leanup/commit/bfe7befdf7251de319d1fda3f30cd4a6bb48a5bd) -- Delete controller.ts [`a3fa7ce`](https://github.com/leanupjs/leanup/commit/a3fa7ce6f33689b0e3e303afe389ffcbbd08e3ff) -- Delete controller.ts [`14dcc55`](https://github.com/leanupjs/leanup/commit/14dcc55b8ab371025e3516e7b6534d55c76fcfdb) -- Update publish-to-npmjs.yml [`0be97e5`](https://github.com/leanupjs/leanup/commit/0be97e5a4a79b5a57abf369ca70406b121bd6c3d) -- Update component.lit-element.ts [`019699e`](https://github.com/leanupjs/leanup/commit/019699ef63ff2af86068c0ffbd25b7cb3ba1c211) -- refactor: move stack folder [`d60e617`](https://github.com/leanupjs/leanup/commit/d60e617a4b4e2c44764e9ac58b32a0d7d82d990b) - -## [1.1.0-rc.219](https://github.com/leanupjs/leanup/compare/1.1.0-rc.218...1.1.0-rc.219) - 2020-12-14 - -### Commits - -- Auto dependency update [`808bc64`](https://github.com/leanupjs/leanup/commit/808bc64721ba5710d67d9480edc94e5194deffdf) -- Auto dependency update [`8c727b8`](https://github.com/leanupjs/leanup/commit/8c727b8904437b999182fef1e5e70aa79df95936) -- chore: rename lit-element naming [`0502c4c`](https://github.com/leanupjs/leanup/commit/0502c4c7a4f3ff0bcfefe7c28ff31f0f0773f04c) -- fix: esbuild freeze with version 0..8.22 [`bf8c706`](https://github.com/leanupjs/leanup/commit/bf8c7062021be4e2ed0a8102f4a5c5bf4ff2acbf) - -## [1.1.0-rc.218](https://github.com/leanupjs/leanup/compare/1.1.0-rc.217...1.1.0-rc.218) - 2020-12-13 - -### Merged - -- chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 [`#114`](https://github.com/leanupjs/leanup/pull/114) - -### Commits - -- chore: add new pages to lit-element template [`0602727`](https://github.com/leanupjs/leanup/commit/06027274915ebb901cf2bf348c94e453af5f52e2) -- fix: remove .eslintrc [`fbe52c3`](https://github.com/leanupjs/leanup/commit/fbe52c38081d81b9fb59e0dd1389c183751d77d1) -- Update node-v15.npm-v7.test.yml [`ce9296d`](https://github.com/leanupjs/leanup/commit/ce9296d7376d2a3b52a67f797e5095e139f5184b) -- docs: update guide [`f03b55a`](https://github.com/leanupjs/leanup/commit/f03b55ae7c7ebbd67784461d87e61c71cc4d87b0) - -## [1.1.0-rc.217](https://github.com/leanupjs/leanup/compare/1.1.0-rc.216...1.1.0-rc.217) - 2020-12-13 - -### Commits - -- Auto dependency update [`9ecfcd8`](https://github.com/leanupjs/leanup/commit/9ecfcd843a42df57df9cb1c2271d31f3af8ae517) -- Delete component.preact.tsx [`a3d29f4`](https://github.com/leanupjs/leanup/commit/a3d29f4f51889b67e8780b6b609e815399aa7d5c) -- Delete component.lit-element.tsx [`004e932`](https://github.com/leanupjs/leanup/commit/004e9329606097100e4359fe42a07d8a775159b4) -- Delete component.lit-element.tsx [`10400bc`](https://github.com/leanupjs/leanup/commit/10400bccf1ababbff4522e84ca2b5da67f608bd9) - -## [1.1.0-rc.216](https://github.com/leanupjs/leanup/compare/1.1.0-rc.215...1.1.0-rc.216) - 2020-12-13 - -### Commits - -- chore: rename files [`05056d0`](https://github.com/leanupjs/leanup/commit/05056d03289552c8157a8d7af4c66f3462091584) - -## [1.1.0-rc.215](https://github.com/leanupjs/leanup/compare/1.1.0-rc.214...1.1.0-rc.215) - 2020-12-13 - -### Commits - -- Auto dependency update [`758c7ca`](https://github.com/leanupjs/leanup/commit/758c7ca8dfa1e15ec06cc9dcd1ce4b1dac375c92) -- feat: add new framework lit-element [`6979aec`](https://github.com/leanupjs/leanup/commit/6979aecdf78ef7f852c04475c5caacabb5b76a2e) -- chore: remove npm v7 hack --legacy-peer-deps [`07f3ebc`](https://github.com/leanupjs/leanup/commit/07f3ebc60e082388449b52f0b141921a828d49e4) - -## [1.1.0-rc.214](https://github.com/leanupjs/leanup/compare/1.1.0-rc.213...1.1.0-rc.214) - 2020-12-11 - -### Merged - -- Create CODE_OF_CONDUCT.md [`#112`](https://github.com/leanupjs/leanup/pull/112) - -### Commits - -- Auto dependency update [`7899b18`](https://github.com/leanupjs/leanup/commit/7899b183d711c22a532da6db412d154c297ca4f1) -- chore: downgrade webpack and remove --legacy-peer-deps [`2a97e6a`](https://github.com/leanupjs/leanup/commit/2a97e6a059ea4967a252c5d795ca5c5af7559e01) -- docs: add a GUIDE.md and rename License file [`09b3e01`](https://github.com/leanupjs/leanup/commit/09b3e0173422f8c0853a870d7db30966d4cd4d47) -- chore: remove old outdated files [`2611016`](https://github.com/leanupjs/leanup/commit/26110165efeb8c76ee43122b149e6dddbd26e936) -- Create CONTRIBUTING.MD [`8421ca9`](https://github.com/leanupjs/leanup/commit/8421ca939d05e08df6aace4b2e1c56bcff5a9153) -- Rename CONTRIBUTING.MD to CONTRIBUTING.md [`787f2c9`](https://github.com/leanupjs/leanup/commit/787f2c9d0f815c7b908b01fc427c946a1c74c158) - -## [1.1.0-rc.213](https://github.com/leanupjs/leanup/compare/1.1.0-rc.212...1.1.0-rc.213) - 2020-12-10 - -### Commits - -- chore: update deps [`1b1a982`](https://github.com/leanupjs/leanup/commit/1b1a9829254bc6581e62aba619eae2744aef9f9a) -- fix: bug in cli core [`d62ca70`](https://github.com/leanupjs/leanup/commit/d62ca709d2c2ac902ed06608ccf584a8b7079f85) - -## [1.1.0-rc.212](https://github.com/leanupjs/leanup/compare/1.1.0-rc.211...1.1.0-rc.212) - 2020-12-10 - -### Merged - -- chore(deps): bump actions/setup-node from v1 to v2.1.2 [`#98`](https://github.com/leanupjs/leanup/pull/98) -- chore(deps): bump @commitlint/config-conventional from 9.1.2 to 11.0.0 in /packages/git-hooks [`#87`](https://github.com/leanupjs/leanup/pull/87) -- chore(deps): bump @commitlint/cli from 9.1.2 to 11.0.0 in /packages/git-hooks [`#84`](https://github.com/leanupjs/leanup/pull/84) -- chore(deps): bump @commitlint/cli from 9.1.2 to 11.0.0 [`#94`](https://github.com/leanupjs/leanup/pull/94) -- chore(deps): bump @commitlint/format from 9.1.2 to 11.0.0 [`#80`](https://github.com/leanupjs/leanup/pull/80) -- chore(deps): bump vue-loader from 16.1.0 to 16.1.1 in /packages/cli/frameworks/vue3 [`#83`](https://github.com/leanupjs/leanup/pull/83) -- chore(deps): bump @leanup/lib from 1.0.55 to 1.0.58 in /packages/form [`#86`](https://github.com/leanupjs/leanup/pull/86) -- chore(deps-dev): bump react from 16.14.0 to 17.0.1 in /packages/lib [`#88`](https://github.com/leanupjs/leanup/pull/88) -- chore(deps): bump sass from 1.29.0 to 1.30.0 [`#90`](https://github.com/leanupjs/leanup/pull/90) -- chore(deps-dev): bump react from 16.14.0 to 17.0.1 [`#96`](https://github.com/leanupjs/leanup/pull/96) -- chore(deps): bump lint-staged from 10.5.2 to 10.5.3 [`#95`](https://github.com/leanupjs/leanup/pull/95) -- Create Dependabot config file [`#73`](https://github.com/leanupjs/leanup/pull/73) -- chore(deps): bump @leanup/cli-core-test from 1.0.55 to 1.0.58 in /packages/cli/core [`#68`](https://github.com/leanupjs/leanup/pull/68) - -### Commits - -- Auto dependency update [`0da98bb`](https://github.com/leanupjs/leanup/commit/0da98bbfd87ca97c2a39ad4392c7f17c6ee95f55) -- Auto dependency update [`12a86f4`](https://github.com/leanupjs/leanup/commit/12a86f4d66faa680f0444aebeae2d30745f8cd14) -- chore(deps): bump @leanup/cli-core-test in /packages/cli/core [`02a0700`](https://github.com/leanupjs/leanup/commit/02a07005d4188976aa5e42a33db705988dad74f2) -- chore: update deps [`6167aab`](https://github.com/leanupjs/leanup/commit/6167aab3111bde90f48c49f396318931f294f664) -- chore: update dependabot [`085eaf6`](https://github.com/leanupjs/leanup/commit/085eaf6aed0e0c6b91eb2bb4a8e6ba120a7c12ca) -- Update dependabot.yml [`caebcb6`](https://github.com/leanupjs/leanup/commit/caebcb6cfc93379c6012e047c4253ae9011096f9) -- chore(deps): bump @commitlint/cli in /packages/git-hooks [`70277e0`](https://github.com/leanupjs/leanup/commit/70277e0da96d416af383418f4f2c8c9cc9d3c873) -- docs: update readme [`07d30b1`](https://github.com/leanupjs/leanup/commit/07d30b17c9d68b36eea2c497e1cde05e758aede5) -- chore(deps): bump @commitlint/config-conventional in /packages/git-hooks [`8545067`](https://github.com/leanupjs/leanup/commit/85450670e2ae31eabb1051c4d234fc5014f93249) -- chore: extends the node version support [`76c84fb`](https://github.com/leanupjs/leanup/commit/76c84fb32e651fda5d66e2526732b158a3549120) -- refact: remove the include option [`5a59ae5`](https://github.com/leanupjs/leanup/commit/5a59ae58ca23fff1ecf469f9ff752c893de3b8a4) -- chore: edit workflow [`5f2c544`](https://github.com/leanupjs/leanup/commit/5f2c5446e5aa2bc24497a7a0b40ff2d9de5a0185) -- Update auto-dependency-update.v1.1.yml [`719133b`](https://github.com/leanupjs/leanup/commit/719133ba65f799acb2e6b53106682bbbb5174f1a) -- Test 'actions/cache@v2' [`6454e22`](https://github.com/leanupjs/leanup/commit/6454e22fa5ceaf599626d9bea6f40ac49ae09c1c) -- Update auto-dependency-update.v1.0.yml [`2673d0e`](https://github.com/leanupjs/leanup/commit/2673d0e4e7edda243e504173bdd19fba7204ade1) -- Update node-v15.npm-v7.test.yml [`71a11a6`](https://github.com/leanupjs/leanup/commit/71a11a6c9c91b0017a2994348d145f58b51385ba) -- Update dependabot.yml [`de9323e`](https://github.com/leanupjs/leanup/commit/de9323e7b663304aee527efaf4707495ea6724a9) -- chore(deps): bump vue-loader in /packages/cli/frameworks/vue3 [`8f6cf98`](https://github.com/leanupjs/leanup/commit/8f6cf982615eace1d0035fca4ad78f3e61c92727) -- chore: optimize npm install command [`bd19edd`](https://github.com/leanupjs/leanup/commit/bd19eddd91a80d5981d9b2da321f1cff087e2b12) -- Update node-v15.npm-v7.test.yml [`d1f0028`](https://github.com/leanupjs/leanup/commit/d1f00282d25c8004bbb85e72adce77e13f0ee505) -- Update auto-dependency-update.v1.1.yml [`5751331`](https://github.com/leanupjs/leanup/commit/57513313bc1ddec5498fda76796de956e7a49738) -- Update auto-dependency-update.v1.0.yml [`2630cd9`](https://github.com/leanupjs/leanup/commit/2630cd90240ecda22320e510259293603b88cdf1) -- Update auto-dependency-update.v1.0.yml [`9c56dd0`](https://github.com/leanupjs/leanup/commit/9c56dd08084e4b1591618f0480b85ff795bcce6a) -- Update auto-dependency-update.v1.0.yml [`60715f5`](https://github.com/leanupjs/leanup/commit/60715f5a54a5c92031b0d8d6cd934ffb89ab04d9) -- fix: command lerna [`0c072eb`](https://github.com/leanupjs/leanup/commit/0c072eb14aecde06412906c15732cc233911c075) -- Update auto-dependency-update.v1.0.yml [`b2eb535`](https://github.com/leanupjs/leanup/commit/b2eb535374423c03a8d54b852df08c2fc754c7b9) -- Update README.md [`d66fc9d`](https://github.com/leanupjs/leanup/commit/d66fc9d9b19ac0970cfe72f0ded1514275672427) - -## [1.1.0-rc.211](https://github.com/leanupjs/leanup/compare/1.1.0-rc.210...1.1.0-rc.211) - 2020-12-09 - -### Commits - -- chore: fix react and lint, format setting [`0dbdaa0`](https://github.com/leanupjs/leanup/commit/0dbdaa01982639f1d1f277feaa9e2021575f746b) - -## [1.1.0-rc.210](https://github.com/leanupjs/leanup/compare/1.1.0-rc.209...1.1.0-rc.210) - 2020-12-09 - -### Commits - -- fix: react and vanilla [`8b15d62`](https://github.com/leanupjs/leanup/commit/8b15d62141a7e971847ccbbb099b1abc4a27c5d2) -- Delete webpack.config.ts [`fe600ba`](https://github.com/leanupjs/leanup/commit/fe600ba12a7be3b9e6b0a77e06ffee3fd66f2d45) - -## [1.1.0-rc.209](https://github.com/leanupjs/leanup/compare/1.1.0-rc.199...1.1.0-rc.209) - 2020-12-09 - -### Merged - -- Feature/separate stack [`#107`](https://github.com/leanupjs/leanup/pull/107) -- chore(deps-dev): bump npm-check-updates from 10.2.2 to 10.2.3 [`#103`](https://github.com/leanupjs/leanup/pull/103) - -### Commits - -- fix: dev and peer dependencies [`68bbb53`](https://github.com/leanupjs/leanup/commit/68bbb53997fe4a9ed92e3e1a066063cdfff57577) -- refact: separate stack from cli [`a28f00f`](https://github.com/leanupjs/leanup/commit/a28f00f821a57ecc92a5980e5fafb1a317b57ae8) -- fix: add missing dep @leanup/cli [`b9f4144`](https://github.com/leanupjs/leanup/commit/b9f414459422d23315d387c812e7e2e79cfb84b2) -- chore: update deps [`38629d9`](https://github.com/leanupjs/leanup/commit/38629d99e093ed95e963bf8b8de15515f677f4e0) -- chore: separate stack from cli - update deps [`121c085`](https://github.com/leanupjs/leanup/commit/121c0857af427d02a63eb7d9afee78d74f3ce9ba) -- chore: update deps [`12fe774`](https://github.com/leanupjs/leanup/commit/12fe774ded9417d8f1249b2d3b8f62d6aa83e272) -- feat: separate webpack stuff [`d9264ed`](https://github.com/leanupjs/leanup/commit/d9264ed3dad270128bb8815f14743f3671ab1b7a) -- fix: build packages [`17c651f`](https://github.com/leanupjs/leanup/commit/17c651f60f2c8e9414a04059fd4e77eaf14bf8e4) -- refactor: separate stack from cli - remove webpack.confs from cli [`607cd14`](https://github.com/leanupjs/leanup/commit/607cd140952fdb31aa0bf547d0ab2f058e661a7f) -- Auto dependency update [`fd7de94`](https://github.com/leanupjs/leanup/commit/fd7de9451ede8e55b0fbb034fbb94fff5dbffc6c) -- chore: set new version [`95acb1e`](https://github.com/leanupjs/leanup/commit/95acb1e4867b8e48c2365678d3818970295da0fe) -- chore: separate stack from cli - update package json frameworks [`2e4b095`](https://github.com/leanupjs/leanup/commit/2e4b095afddaedb6a3f71272c92042b3f3e8b50d) -- Auto dependency update [`e528051`](https://github.com/leanupjs/leanup/commit/e5280518bb94f0fc92201fe8e8756df9ab8ad037) -- fix: npm missing npm files [`f54ce56`](https://github.com/leanupjs/leanup/commit/f54ce56b22850e39caa7342892406f651999af07) -- fix: stack package jsons . remove bin [`0c9cf22`](https://github.com/leanupjs/leanup/commit/0c9cf22d9a14806966b06ee15f176d27dbb0906d) -- fix: build of stack [`93f8d79`](https://github.com/leanupjs/leanup/commit/93f8d794e585d8a4a301722fb39384a1cd51d0c7) -- fix: syntax error [`fd60288`](https://github.com/leanupjs/leanup/commit/fd6028809a8da4a358b43662b823d806d67b15dd) -- chore: edit dist tag script [`d3b43ba`](https://github.com/leanupjs/leanup/commit/d3b43ba2a57c785e63acc3f99964306e9a34e9b6) -- fix: add prettier for cli [`daa55af`](https://github.com/leanupjs/leanup/commit/daa55af4095f5414bdc5d0b01522ca3067f75e1c) -- fix: workflow missing deps babel [`5c286b7`](https://github.com/leanupjs/leanup/commit/5c286b7a3fc3ad0dbc485336e334fe47147a1c6a) -- fix: missing source for code gen [`56e7add`](https://github.com/leanupjs/leanup/commit/56e7add9484211fae253dd86ae2c32bc1da1496b) -- fix: add .eslintrc.js file in package.json [`8923f3a`](https://github.com/leanupjs/leanup/commit/8923f3a526cf88120f60e7d0e0c4fc9ee6925e58) - -## [1.1.0-rc.199](https://github.com/leanupjs/leanup/compare/1.1.0-rc.198...1.1.0-rc.199) - 2020-12-07 - -### Merged - -- chore(deps): bump @leanup/cli-core-lint from 1.1.0-rc.197 to 1.1.0-rc.198 [`#99`](https://github.com/leanupjs/leanup/pull/99) - -### Commits - -- Auto dependency update [`b51fc34`](https://github.com/leanupjs/leanup/commit/b51fc34461bca5e64a766c9a4bf168f4f5f777c9) -- chore(deps): bump @leanup/cli-core-lint [`3d5c7c2`](https://github.com/leanupjs/leanup/commit/3d5c7c24b7a1881a489b55fedf62f3484e5c2aff) -- feat: optimize webpack mode handling [`b584201`](https://github.com/leanupjs/leanup/commit/b58420184f2fda10cc870c34525fe54b4386e4b0) - -## [1.1.0-rc.198](https://github.com/leanupjs/leanup/compare/1.1.0-rc.197...1.1.0-rc.198) - 2020-12-06 - -### Merged - -- chore(deps-dev): bump typescript from 4.0.5 to 4.1.2 in /packages/cli/core/babel [`#82`](https://github.com/leanupjs/leanup/pull/82) - -### Commits - -- Auto dependency update [`67c8133`](https://github.com/leanupjs/leanup/commit/67c8133051d067ed1dd75cb6a47400d0306d0f44) -- Auto dependency update [`9cb3db4`](https://github.com/leanupjs/leanup/commit/9cb3db45177e6d9a74c70c7fcf2d0fb3e0bf3008) -- Auto dependency update [`0b96c07`](https://github.com/leanupjs/leanup/commit/0b96c07e6c9ec25e5ea6b765e247cdaea077a9da) -- chore(deps-dev): bump typescript in /packages/cli/core/babel [`057776d`](https://github.com/leanupjs/leanup/commit/057776d9ee7344b7c90429cae8375e5bd7d85bfb) -- chore: update scripts [`47a77ee`](https://github.com/leanupjs/leanup/commit/47a77ee11c6a0a86da37f02e6a342d55a9d2430b) - -## [1.1.0-rc.197](https://github.com/leanupjs/leanup/compare/1.1.0-rc.196...1.1.0-rc.197) - 2020-12-03 - -### Commits - -- chore: remove self peer deps [`3d5c79c`](https://github.com/leanupjs/leanup/commit/3d5c79c4b3064a5c4de586b58415ff088177daa1) -- Auto dependency update [`ace909d`](https://github.com/leanupjs/leanup/commit/ace909d1e4ee629a6455b1a7b68b7e2d609b83f5) -- Auto dependency update [`d57d1ba`](https://github.com/leanupjs/leanup/commit/d57d1ba89f9f36921a6edcf019a0ce1236f5d5f7) -- Auto dependency update [`a3668e6`](https://github.com/leanupjs/leanup/commit/a3668e6d6fde112dd5efe5f7db65f0d203d9a536) -- Auto dependency update [`2a40b89`](https://github.com/leanupjs/leanup/commit/2a40b899c79936acd0b83f5b5e80e7a1ee60f15b) -- Auto dependency update [`04e74a7`](https://github.com/leanupjs/leanup/commit/04e74a760e6429d06ae131a3a81e021f31f3024a) -- Auto dependency update [`11c5c2d`](https://github.com/leanupjs/leanup/commit/11c5c2dc67f0d2e79c4c1783c3b457cd12f8a9fc) -- fix: preact babel config in v1.0 [`db636cd`](https://github.com/leanupjs/leanup/commit/db636cd5a3e2b18a97f66e5642776568e5556c03) -- fix: preact babel config in v1.0 [`7b69d3a`](https://github.com/leanupjs/leanup/commit/7b69d3a328b3296c7e116ee23b71d8fbf5c09051) - -## [1.1.0-rc.196](https://github.com/leanupjs/leanup/compare/1.1.0-rc.195...1.1.0-rc.196) - 2020-12-02 - -### Commits - -- Auto dependency update [`f1dbeef`](https://github.com/leanupjs/leanup/commit/f1dbeefad408a9fd3f673ed3a15d6edbbc8a70e2) -- fix: handling with openapi [`0d89f68`](https://github.com/leanupjs/leanup/commit/0d89f68e0baad9392140723dc9cb165c7ffa6ec5) - -## [1.1.0-rc.195](https://github.com/leanupjs/leanup/compare/1.1.0-rc.194...1.1.0-rc.195) - 2020-12-01 - -### Commits - -- Auto dependency update [`0db40be`](https://github.com/leanupjs/leanup/commit/0db40bed4cf1cc73a3e5c5762a6d5cb4a916560f) -- fix: tsconfig [`c390858`](https://github.com/leanupjs/leanup/commit/c390858b26c853de1e0b09a5e110a25703364b77) -- fix: esbuild + esbuild-register [`3c46f8c`](https://github.com/leanupjs/leanup/commit/3c46f8ca49482c2c2e2a075e1602ef3ec26636ec) - -## [1.1.0-rc.194](https://github.com/leanupjs/leanup/compare/1.1.0-rc.193...1.1.0-rc.194) - 2020-12-01 - -### Commits - -- Auto dependency update [`24a90b8`](https://github.com/leanupjs/leanup/commit/24a90b8485cecaac7df6a915860f1f14a60bd635) - -## [1.1.0-rc.193](https://github.com/leanupjs/leanup/compare/1.1.0-rc.192...1.1.0-rc.193) - 2020-12-01 - -### Merged - -- Release/1.0 [`#47`](https://github.com/leanupjs/leanup/pull/47) - -### Commits - -- chore: update deps [`ea91311`](https://github.com/leanupjs/leanup/commit/ea91311d6cec44347734ddc4bc8c2d584ce123d5) -- chore: update package-lock's [`5bbd977`](https://github.com/leanupjs/leanup/commit/5bbd977db68e19550df00eb76da230420c27ed40) -- Auto dependency update [`2464a9b`](https://github.com/leanupjs/leanup/commit/2464a9b3068288c7ccdf6c09079c32974a1a3f52) -- Auto dependency update [`9aa563b`](https://github.com/leanupjs/leanup/commit/9aa563b2cda825f6fa6dda09b2d7e74938e37a9a) -- Auto dependency update [`33e06a5`](https://github.com/leanupjs/leanup/commit/33e06a5cccbfa455e5a8e03d464ebe7e715fe4fb) -- Auto dependency update [`25f94ef`](https://github.com/leanupjs/leanup/commit/25f94ef6aac3bf582a595438bf033ba63a10983a) -- Auto dependency update [`391b033`](https://github.com/leanupjs/leanup/commit/391b0330fece60a3ce3d01cdbd471d04a70afcd6) -- Auto dependency update [`d4198a9`](https://github.com/leanupjs/leanup/commit/d4198a90779c9b17900601b9032881db33c06fa7) -- Auto dependency update [`ceb4c5f`](https://github.com/leanupjs/leanup/commit/ceb4c5f546f6cc5a4e4576661b9711ede5408bc8) -- Auto dependency update [`f464021`](https://github.com/leanupjs/leanup/commit/f464021ae2ed542565a813d93331395ac420729e) -- docs: update README.md [`124b1b7`](https://github.com/leanupjs/leanup/commit/124b1b736812ca64c6402f61c9ddc845d2cb21de) -- feat: add openapi unittest [`87e69fd`](https://github.com/leanupjs/leanup/commit/87e69fd05d9280ecb69aaa8155cbf02268e8cd2b) -- Auto dependency update [`7f437af`](https://github.com/leanupjs/leanup/commit/7f437af9ee6965f2193c240bfbba7eb3770a9b7f) -- Auto dependency update [`0cfc9d7`](https://github.com/leanupjs/leanup/commit/0cfc9d76da2f854f22b95d3245b24d9781876af6) -- feat: add openapi example [`0d251ac`](https://github.com/leanupjs/leanup/commit/0d251ac58cea797d83fbd7ef2073ffe258fc8a9b) -- fix: angular typescript 4.1 [`4454e7d`](https://github.com/leanupjs/leanup/commit/4454e7d40b08497e050a71522181228bdddd0138) -- fix: angular dev deps [`ee9c606`](https://github.com/leanupjs/leanup/commit/ee9c606ea5ab1d0a16d7241b51df4facdc9f9eae) -- docs: add youtube video to readme md [`5333d84`](https://github.com/leanupjs/leanup/commit/5333d846b1eb111bc9765e155073b95db3609157) -- chore: node ^14 and npm ^6 setup [`c4a07f4`](https://github.com/leanupjs/leanup/commit/c4a07f45574787680c4248b8bf55e20ee3e09828) -- Update babel.register.js [`6396ec7`](https://github.com/leanupjs/leanup/commit/6396ec73d5d3455be9a87b4cc48b420a36ebb4be) - -## [1.1.0-rc.192](https://github.com/leanupjs/leanup/compare/1.1.0-rc.191...1.1.0-rc.192) - 2020-12-01 - -### Commits - -- Auto dependency update [`23c90a7`](https://github.com/leanupjs/leanup/commit/23c90a73da194d4409e11c087a145f25db1cf2cf) -- chore: we use the package-lock files [`439f88e`](https://github.com/leanupjs/leanup/commit/439f88ef7103fa17eda1c5f03d0ac8b1dc7bff29) -- Auto dependency update [`47f8063`](https://github.com/leanupjs/leanup/commit/47f80637655b070576b2d77a974eab0b81cef002) -- chore: optimize mocha and nyc config files [`688ad70`](https://github.com/leanupjs/leanup/commit/688ad700f081de4a81a16fc96008a8f9570aad62) -- chore: downgrade esbuild - broken stack [`ba83b5d`](https://github.com/leanupjs/leanup/commit/ba83b5d79a2ac744d8c36ade13b542f0be44112d) - -## [1.1.0-rc.191](https://github.com/leanupjs/leanup/compare/1.1.0-rc.190...1.1.0-rc.191) - 2020-11-30 - -### Commits - -- chore: remove css context - is bundled inside js [`028296a`](https://github.com/leanupjs/leanup/commit/028296a2dd38a353a8a14452a4dfbb9fbc15d0cf) -- chore: enable legacy peer deps for npm v7 [`c288871`](https://github.com/leanupjs/leanup/commit/c2888718a8713c56e3e5807cab8634b3e33169d8) - -## [1.1.0-rc.190](https://github.com/leanupjs/leanup/compare/1.1.0-rc.189...1.1.0-rc.190) - 2020-11-30 - -### Commits - -- fix: optimize demo request over openapi [`c7624ef`](https://github.com/leanupjs/leanup/commit/c7624efabe2deebdfa1c931e7e3d8f9608d99cbc) - -## [1.1.0-rc.189](https://github.com/leanupjs/leanup/compare/1.1.0-rc.188...1.1.0-rc.189) - 2020-11-30 - -### Commits - -- Auto dependency update [`6e564d1`](https://github.com/leanupjs/leanup/commit/6e564d1c7554bf426ba3e0584048dce63473ab71) -- feat: add openapi example [`cd13f92`](https://github.com/leanupjs/leanup/commit/cd13f927a889049f7b72eae93953396c6570a823) -- Auto dependency update [`2eff397`](https://github.com/leanupjs/leanup/commit/2eff397cad3ee41c7829f81796bc4c5974f5f507) -- feat: add openapi demo [`0fda388`](https://github.com/leanupjs/leanup/commit/0fda38815bd34045f7f07424b75432ec3cbc0188) -- Auto dependency update [`6330476`](https://github.com/leanupjs/leanup/commit/633047668abc7b4206acb502de6b78e28c5f730e) -- Auto dependency update [`b53b20c`](https://github.com/leanupjs/leanup/commit/b53b20ce927e60968dc7dde84767be4150052258) -- Update wake-up.sh [`b7d60ca`](https://github.com/leanupjs/leanup/commit/b7d60ca8a63547cc36dbb59c8c3c6e7dd77ae701) -- Update auto-dependency-update.v1.0.yml [`e3d442d`](https://github.com/leanupjs/leanup/commit/e3d442d920e52010cccad7b638d12e53a7999d18) -- Update auto-dependency-update.v1.1.yml [`4afc8d1`](https://github.com/leanupjs/leanup/commit/4afc8d1077b8e8b5b9b25f0dff69f66f9bbe2f51) -- Update auto-dependency-update.v1.0.yml [`f3f87d4`](https://github.com/leanupjs/leanup/commit/f3f87d45a0bb665de851053f19be2b5bdf837bc9) -- Update auto-dependency-update.v1.1.yml [`c6aac9b`](https://github.com/leanupjs/leanup/commit/c6aac9b98f851ecca30281833ac2d8645abe6704) -- chore: npm run reinstall for update [`018881d`](https://github.com/leanupjs/leanup/commit/018881d66ec5131f4abc03b58a5f7f2facf7f418) -- Update auto-dependency-update.v1.0.yml [`990e879`](https://github.com/leanupjs/leanup/commit/990e8793c82946630800de3a87d26e029301b384) - -## [1.1.0-rc.188](https://github.com/leanupjs/leanup/compare/1.1.0-rc.183...1.1.0-rc.188) - 2020-11-25 - -### Commits - -- Auto dependency update [`e214f6f`](https://github.com/leanupjs/leanup/commit/e214f6f3aab2c64801b3c71d7203e5f2e88a621d) -- fix: package-lock's [`d051086`](https://github.com/leanupjs/leanup/commit/d05108645d5b25eaced8a63f9028749ed57c57fc) -- chore: update deps - missing methode 'addFirstActionToCommand' [`6292afd`](https://github.com/leanupjs/leanup/commit/6292afd63c3e33ab37973997a44190ef4e86ff47) -- Auto dependency update [`50b471b`](https://github.com/leanupjs/leanup/commit/50b471bab48287506540da111f394c6f1cc2a913) -- fix: fix svelte typescript configuration [`dbec80f`](https://github.com/leanupjs/leanup/commit/dbec80f7bcc3d56a45bd3144b55a136a91d71184) -- fix: core build [`53c98b0`](https://github.com/leanupjs/leanup/commit/53c98b003f5c114df124f33124bef6d46b1058c5) -- fix: optimize handling with package.json and tsconfig.json [`b84a9ed`](https://github.com/leanupjs/leanup/commit/b84a9ed8fc7bdb67143d69de6473c060aae4c469) -- fix: bug in code for templates [`41418a7`](https://github.com/leanupjs/leanup/commit/41418a7c8d61a004aad65997934a712feb77b4f5) - -## [1.1.0-rc.183](https://github.com/leanupjs/leanup/compare/1.1.0-rc.182...1.1.0-rc.183) - 2020-11-23 - -### Commits - -- fix: template copy [`83dbb19`](https://github.com/leanupjs/leanup/commit/83dbb199d83288bace9d574dd1f5fc7632e39ca3) - -## [1.1.0-rc.182](https://github.com/leanupjs/leanup/compare/1.1.0-rc.181...1.1.0-rc.182) - 2020-11-23 - -### Commits - -- fix: create command - unused configs [`446c3d2`](https://github.com/leanupjs/leanup/commit/446c3d21553d8c95293fc23cdada49f09cc56817) - -## [1.1.0-rc.181](https://github.com/leanupjs/leanup/compare/1.1.0-rc.180...1.1.0-rc.181) - 2020-11-23 - -### Commits - -- fix: copy framework template first [`667b226`](https://github.com/leanupjs/leanup/commit/667b226f842cffc848200bf00e17c53591e734a5) - -## [1.1.0-rc.180](https://github.com/leanupjs/leanup/compare/1.1.0-rc.179...1.1.0-rc.180) - 2020-11-22 - -### Commits - -- fix: template copy order [`6a45587`](https://github.com/leanupjs/leanup/commit/6a45587dc2f1a4cb022bd3e1a3206eb8a767fa13) - -## [1.1.0-rc.179](https://github.com/leanupjs/leanup/compare/1.1.0-rc.178...1.1.0-rc.179) - 2020-11-22 - -### Commits - -- refactor: copy framework template first [`9a65ebc`](https://github.com/leanupjs/leanup/commit/9a65ebc7e9d5d601ba3c383fd1e63995cebb5c74) -- fix: inferno webpack config [`593ac33`](https://github.com/leanupjs/leanup/commit/593ac33c22a025b729ff4d5be0e72c39c2a3a0ac) - -## [1.1.0-rc.178](https://github.com/leanupjs/leanup/compare/1.1.0-rc.177...1.1.0-rc.178) - 2020-11-22 - -### Commits - -- fix: angularjs and inferno webpack.config [`8bf21be`](https://github.com/leanupjs/leanup/commit/8bf21beb1592202aada23087d119e4002eba1dc6) - -## [1.1.0-rc.177](https://github.com/leanupjs/leanup/compare/1.1.0-rc.176...1.1.0-rc.177) - 2020-11-22 - -### Commits - -- chore: remove babel rest [`1bdaa70`](https://github.com/leanupjs/leanup/commit/1bdaa7073f5bd0403cb533c7d975dd1f78782710) -- fix: babel config for angularjs and inferno [`e170a30`](https://github.com/leanupjs/leanup/commit/e170a306b87deb8ade063dd802bf59a7ac8fa4ea) - -## [1.1.0-rc.176](https://github.com/leanupjs/leanup/compare/1.1.0-rc.174...1.1.0-rc.176) - 2020-11-22 - -### Commits - -- fix: fix missing webpack config for react [`59b3557`](https://github.com/leanupjs/leanup/commit/59b3557172250932f032f27b0367b5e0924a7f6e) -- chore: add --legacy-peer-deps option for npm install by create [`684f8b4`](https://github.com/leanupjs/leanup/commit/684f8b42732689fc797d4cee24b118156f2d4c36) -- chore: add --legacy-peer-deps option for npm install by create [`4672017`](https://github.com/leanupjs/leanup/commit/467201753eb9d0088f44faf81f9727d98429c610) - -## [1.1.0-rc.174](https://github.com/leanupjs/leanup/compare/1.1.0-rc.173...1.1.0-rc.174) - 2020-11-22 - -### Commits - -- refactor: separate babel and esbuild configuration [`351ae4a`](https://github.com/leanupjs/leanup/commit/351ae4afc317e1c9028eb2013e5a05b73fd30f78) - -## [1.1.0-rc.173](https://github.com/leanupjs/leanup/compare/1.1.0-rc.172...1.1.0-rc.173) - 2020-11-22 - -### Commits - -- Auto dependency update [`c358054`](https://github.com/leanupjs/leanup/commit/c35805429887f1b5dc1b0ca3d3678724e92c2862) -- chore: node ^14 and npm ^6 setup [`744afec`](https://github.com/leanupjs/leanup/commit/744afec916e20d30c6a8217d5a6a7ca746608b1c) -- fix: package script update [`042d3fa`](https://github.com/leanupjs/leanup/commit/042d3fa2c978228d83209312f1e5901f663e17e2) - -## [1.1.0-rc.172](https://github.com/leanupjs/leanup/compare/1.1.0-rc.171...1.1.0-rc.172) - 2020-11-22 - -### Commits - -- refactor: move babel stuff in separate module and cleanup core [`361f28a`](https://github.com/leanupjs/leanup/commit/361f28ac7e42ef1b43b4f34ab39e95e9fddec496) - -## [1.1.0-rc.171](https://github.com/leanupjs/leanup/compare/1.1.0-rc.170...1.1.0-rc.171) - 2020-11-21 - -### Commits - -- Auto dependency update [`2042a9e`](https://github.com/leanupjs/leanup/commit/2042a9e9b18c2fef833e6d5d6b2100064cba2428) -- chore: update template deps [`de1b9eb`](https://github.com/leanupjs/leanup/commit/de1b9ebfc78c9cfb3213db93852cebcd7ccc3a45) -- feat: add analyze option for webpack v5 [`f0fa185`](https://github.com/leanupjs/leanup/commit/f0fa185606ba1d8566823d977589987325caaa63) -- feat: add hot module replace [`7e02409`](https://github.com/leanupjs/leanup/commit/7e02409cb6d71a36e8a3f40edb33cb9c09e477ac) -- refactor: remove more babel stuff [`8d74459`](https://github.com/leanupjs/leanup/commit/8d7445912a522e7e5df4dcc39947b6088c426df7) - -## [1.1.0-rc.170](https://github.com/leanupjs/leanup/compare/1.1.0-rc.169...1.1.0-rc.170) - 2020-11-21 - -### Commits - -- chore: deps update / remove babel from lint [`9789c5f`](https://github.com/leanupjs/leanup/commit/9789c5fab9c64bbd52fcaf93e3eae6135c1a5c74) -- Auto dependency update [`d8c5099`](https://github.com/leanupjs/leanup/commit/d8c5099df969f4c142e4ce0af32761d64791e8f1) -- fix: npm 7 peer deps [`5bb1d89`](https://github.com/leanupjs/leanup/commit/5bb1d89732ce68dea1de8db9b4261556870ae892) - -## [1.1.0-rc.169](https://github.com/leanupjs/leanup/compare/1.1.0-rc.168...1.1.0-rc.169) - 2020-11-20 - -### Commits - -- refactor: replace babel with esbuild to transpile ts [`a25a94c`](https://github.com/leanupjs/leanup/commit/a25a94ca8345f71aec3abf4c29d754d35d0b3a27) -- chore: messure the duration of the execution of commands [`f338270`](https://github.com/leanupjs/leanup/commit/f33827062bedefa41a9761dff9c12e6a8ac77852) - -## [1.1.0-rc.168](https://github.com/leanupjs/leanup/compare/1.1.0-rc.167...1.1.0-rc.168) - 2020-11-20 - -### Commits - -- fix: angular for typescript 4.1 [`fc0a14f`](https://github.com/leanupjs/leanup/commit/fc0a14ff1b36d0c75103b13a70a0e980516159a6) -- Auto dependency update [`d4531ea`](https://github.com/leanupjs/leanup/commit/d4531ea31a4d036502b4c65453ac8113d4cc82be) -- Auto dependency update [`d290692`](https://github.com/leanupjs/leanup/commit/d29069223f44665916af8506cfb6ca7fff6ec6a3) -- chore: find the minimal setup for mocha typescript [`330006c`](https://github.com/leanupjs/leanup/commit/330006cb5bd2d129ed38d00220248c262a437a3f) - -## [1.1.0-rc.167](https://github.com/leanupjs/leanup/compare/1.1.0-rc.166...1.1.0-rc.167) - 2020-11-19 - -### Commits - -- fix: remove babel context from nyc config [`a756b22`](https://github.com/leanupjs/leanup/commit/a756b22cb887652aea488080a67c07f15a711817) - -## [1.1.0-rc.166](https://github.com/leanupjs/leanup/compare/1.1.0-rc.165...1.1.0-rc.166) - 2020-11-19 - -### Merged - -- refactor: remove babel, and add ts-node [`#60`](https://github.com/leanupjs/leanup/pull/60) - -### Commits - -- Auto dependency update [`c375961`](https://github.com/leanupjs/leanup/commit/c37596117dcf305b94719e6a7173ac063923a4b3) -- Auto dependency update [`42b8b8e`](https://github.com/leanupjs/leanup/commit/42b8b8e4cb3294b3fc5545e9a4ddb13ff8bf607e) -- chore: remove peer deps [`3eab568`](https://github.com/leanupjs/leanup/commit/3eab5687e29a70250c9890f4da4b928808e904b7) - -## [1.1.0-rc.165](https://github.com/leanupjs/leanup/compare/1.1.0-rc.164...1.1.0-rc.165) - 2020-11-18 - -### Commits - -- Auto dependency update [`623347f`](https://github.com/leanupjs/leanup/commit/623347ff5a2e4d281b63ae476ca9eefb1de93004) -- Auto dependency update [`600b156`](https://github.com/leanupjs/leanup/commit/600b15636a8092e24d78af296cb16286f5af7f9c) -- Auto dependency update [`e30bf53`](https://github.com/leanupjs/leanup/commit/e30bf53e57eb8bb7668500882b6e30cca0a916ca) -- Auto dependency update [`02d9133`](https://github.com/leanupjs/leanup/commit/02d913338086938686f651b723f61ea0ebee0bba) -- Auto dependency update [`4132963`](https://github.com/leanupjs/leanup/commit/4132963a24572e531548cbe13268777505c26f38) -- Auto dependency update [`6151d13`](https://github.com/leanupjs/leanup/commit/6151d13ab520a4480d2125a9f025bab256a847d2) -- Auto dependency update [`497ca8a`](https://github.com/leanupjs/leanup/commit/497ca8a9fe4b2079d370a6aeede23c2c1a5de691) -- Auto dependency update [`766d5af`](https://github.com/leanupjs/leanup/commit/766d5af8b3fdec81ca4b99a283a1e976ae639830) -- chore: update template deps [`6b37206`](https://github.com/leanupjs/leanup/commit/6b37206d0c7800ed2d53b09526b72dfe77263cb6) -- fix: remove buggy mini-css-extract-plugin [`aed8012`](https://github.com/leanupjs/leanup/commit/aed8012ed01392d5920a44d695b34655d4958946) -- chore: extends nodejs and npm test [`0d26fce`](https://github.com/leanupjs/leanup/commit/0d26fce74675a4f8da69cc7fe4cecb3b5025bd1e) -- chore: add deprecation script [`d251465`](https://github.com/leanupjs/leanup/commit/d251465763cd17f286ed8d0d1f37fe838e5ab372) -- Auto dependency update [`df82e91`](https://github.com/leanupjs/leanup/commit/df82e9118f2a5007103c5115e3e923a0a5be5ffd) -- Auto dependency update [`d38f9bf`](https://github.com/leanupjs/leanup/commit/d38f9bfb6a80201ee0f3fc17eab8433b9138ed8c) -- Update node-v15.npm-v7.test.yml [`a2146bd`](https://github.com/leanupjs/leanup/commit/a2146bd273ea7dfc9a4121d77f89fbfa74570a03) -- Auto dependency update [`f7c3885`](https://github.com/leanupjs/leanup/commit/f7c3885341466ea69b3be790c3f927dcbcad062b) - -## [1.1.0-rc.164](https://github.com/leanupjs/leanup/compare/1.1.0-rc.163...1.1.0-rc.164) - 2020-11-17 - -### Commits - -- chore: update deps [`e895f37`](https://github.com/leanupjs/leanup/commit/e895f37692d8884398f1bb1bb510bf4a146e50ce) -- Auto dependency update [`863e789`](https://github.com/leanupjs/leanup/commit/863e789806ebfa93aa448c18cbcc792e4f13f5e2) -- chore: remove webpack copy plugin for dist - for serve it is not needed [`3b0775f`](https://github.com/leanupjs/leanup/commit/3b0775f10722d5c640763b73fc1c9ff538f60a0f) - -## [1.1.0-rc.163](https://github.com/leanupjs/leanup/compare/1.1.0-rc.162...1.1.0-rc.163) - 2020-11-16 - -### Commits - -- Auto dependency update [`b7333a5`](https://github.com/leanupjs/leanup/commit/b7333a52e1a21037a2a82a747177de96c6f49688) - -## [1.1.0-rc.162](https://github.com/leanupjs/leanup/compare/1.1.0-rc.161...1.1.0-rc.162) - 2020-11-16 - -### Commits - -- fix: angular template [`dec1707`](https://github.com/leanupjs/leanup/commit/dec1707f3488d9fe16cf0945298b2efb7f0b75bb) - -## [1.1.0-rc.161](https://github.com/leanupjs/leanup/compare/1.1.0-rc.160...1.1.0-rc.161) - 2020-11-16 - -### Commits - -- chore: remove html-webpack-plugin it is not required [`31e65ce`](https://github.com/leanupjs/leanup/commit/31e65ce5d3a65eb9831eb94e9c946cb3caa07877) - -## [1.1.0-rc.160](https://github.com/leanupjs/leanup/compare/1.1.0-rc.159...1.1.0-rc.160) - 2020-11-16 - -### Commits - -- chore: remove html-webpack-plugin it is not required [`18cba5a`](https://github.com/leanupjs/leanup/commit/18cba5afc7c3465fd090d37e7547781d66d81436) - -## [1.1.0-rc.159](https://github.com/leanupjs/leanup/compare/1.1.0-rc.158...1.1.0-rc.159) - 2020-11-16 - -### Commits - -- chore: upgrade html-webpack-plugin ~5.0.0-alpha [`5748aa9`](https://github.com/leanupjs/leanup/commit/5748aa9a56c7a81099e12bd3591aa3560667c537) - -## [1.1.0-rc.158](https://github.com/leanupjs/leanup/compare/1.1.0-rc.157...1.1.0-rc.158) - 2020-11-16 - -### Commits - -- fix: form dep lib 1.1.0-rc.153 [`59c2289`](https://github.com/leanupjs/leanup/commit/59c2289b1976e0a7631d90ab715ac84105ce968b) - -## [1.1.0-rc.157](https://github.com/leanupjs/leanup/compare/1.1.0-rc.156...1.1.0-rc.157) - 2020-11-16 - -### Commits - -- chore: remove more overhead args [`aea0975`](https://github.com/leanupjs/leanup/commit/aea09750b6d8017fcdd1d4733659194ab8f4f642) -- chore: remove exclude and include cli option [`127ff19`](https://github.com/leanupjs/leanup/commit/127ff19ae3be400fdda648e8bb5851b191542af9) - -## [1.1.0-rc.156](https://github.com/leanupjs/leanup/compare/1.1.0-rc.155...1.1.0-rc.156) - 2020-11-16 - -### Commits - -- chore: try to fix the wrong peer dep config [`9997951`](https://github.com/leanupjs/leanup/commit/99979512e2a8f18d458e10a13067ddb9ef65216d) - -## [1.1.0-rc.155](https://github.com/leanupjs/leanup/compare/1.1.0-rc.154...1.1.0-rc.155) - 2020-11-16 - -### Commits - -- fix: fix wrong dependency version webpack.15 [`5532381`](https://github.com/leanupjs/leanup/commit/55323818d66b8a32f667a312586aa6c14e6d256a) - -## [1.1.0-rc.154](https://github.com/leanupjs/leanup/compare/1.1.0-rc.153...1.1.0-rc.154) - 2020-11-15 - -### Commits - -- chore: upgrade string replace loader for webpack [`1a5388e`](https://github.com/leanupjs/leanup/commit/1a5388e28909a4e36cd063e2e35ca0253f7a51a5) - -## [1.1.0-rc.153](https://github.com/leanupjs/leanup/compare/1.1.0-rc.152...1.1.0-rc.153) - 2020-11-15 - -### Commits - -- Auto dependency update [`1eb1ccd`](https://github.com/leanupjs/leanup/commit/1eb1ccd84a206a23242827855bb538bc4e55dde3) -- docs: change shield icon to total downloads [`80dd1b1`](https://github.com/leanupjs/leanup/commit/80dd1b18b517b2b83ed4cfa55ee44ff80d4d53ea) -- chore: update template deps [`182c0bc`](https://github.com/leanupjs/leanup/commit/182c0bc726861975bfc95093c93c6498f677331a) -- Auto dependency update [`2d74c04`](https://github.com/leanupjs/leanup/commit/2d74c04ebe763af4a9e7c7d7e53f209289c211f9) -- Auto dependency update [`6a927df`](https://github.com/leanupjs/leanup/commit/6a927df6e16c8684689ecb71f75f54c45ba70793) -- Update wake-up.sh [`19b8561`](https://github.com/leanupjs/leanup/commit/19b8561198e89085c9bf1fab6b1117895c2df20b) - -## [1.1.0-rc.152](https://github.com/leanupjs/leanup/compare/1.1.0-rc.151...1.1.0-rc.152) - 2020-11-11 - -### Commits - -- Auto dependency update [`42ee9d3`](https://github.com/leanupjs/leanup/commit/42ee9d33aa7eef374d179855ff5321fa54d1acdf) -- Auto dependency update [`b210855`](https://github.com/leanupjs/leanup/commit/b210855a27311a9e8596fbcfc7d90ca6a55e443e) -- chore: try own implementation svelte loader [`3e2c936`](https://github.com/leanupjs/leanup/commit/3e2c9363e725ffe017f78602b1fb20ad0bbce9c3) - -## [1.1.0-rc.151](https://github.com/leanupjs/leanup/compare/1.1.0-rc.150...1.1.0-rc.151) - 2020-11-10 - -### Commits - -- Auto dependency update [`5cf7318`](https://github.com/leanupjs/leanup/commit/5cf73184362916d20c4b8f7f2d897151bb5684a5) - -## [1.1.0-rc.150](https://github.com/leanupjs/leanup/compare/1.1.0-rc.149...1.1.0-rc.150) - 2020-11-09 - -### Commits - -- Auto dependency update [`c1d1f13`](https://github.com/leanupjs/leanup/commit/c1d1f13e5256f6512334dcfb856dda76c5e639b5) -- chore: comment unused code [`5526b09`](https://github.com/leanupjs/leanup/commit/5526b09d3b3a88579aefb33af54bed386924ccf4) -- smittyvb/svelte-loader#update-virtual-modules [`3384715`](https://github.com/leanupjs/leanup/commit/3384715314b3230cfa93dbad48d1b83b52db80b5) - -## [1.1.0-rc.149](https://github.com/leanupjs/leanup/compare/1.1.0-rc.148...1.1.0-rc.149) - 2020-11-09 - -### Commits - -- fix: missing webpack-dev-server dependency [`5f30e1a`](https://github.com/leanupjs/leanup/commit/5f30e1ae4b7de79565167ae4f60c40147de13657) - -## [1.1.0-rc.148](https://github.com/leanupjs/leanup/compare/1.1.0-rc.147...1.1.0-rc.148) - 2020-11-09 - -### Commits - -- refactor: remove gzip option by default [`4faf703`](https://github.com/leanupjs/leanup/commit/4faf703c8c47d9093c2301a56ab5b5acaf0cb127) -- fix: fix command serve option --open with optional value [`937ac72`](https://github.com/leanupjs/leanup/commit/937ac721973cb5e06f444d964f0902b43cc27b58) - -## [1.1.0-rc.147](https://github.com/leanupjs/leanup/compare/1.1.0-rc.146...1.1.0-rc.147) - 2020-11-08 - -### Commits - -- fix: webpack option open with browser identifier [`40561dd`](https://github.com/leanupjs/leanup/commit/40561ddcf1b768579ae615d8bcc89b26077d0243) -- fix: webpack serve [`2e59df0`](https://github.com/leanupjs/leanup/commit/2e59df0abb718a83612826bcb4e8ec0919a13436) - -## [1.1.0-rc.146](https://github.com/leanupjs/leanup/compare/1.1.0-rc.145...1.1.0-rc.146) - 2020-11-08 - -### Commits - -- Auto dependency update [`98b8c0f`](https://github.com/leanupjs/leanup/commit/98b8c0fc24b880b79bc2b9a3bc793f88a303d191) -- refactor: remove vuetify from vue and vue3 #34 [`8082ba5`](https://github.com/leanupjs/leanup/commit/8082ba5d00a0c910236f3c3ab13536e112af2938) -- refactor: remove webpack-dev-server instead of webpack --serve command [`cfc3e55`](https://github.com/leanupjs/leanup/commit/cfc3e55a17a01d21ebae21a45309c6de8ff508d6) -- chore: git hooks - disable eslint and prettier [`69d1bdf`](https://github.com/leanupjs/leanup/commit/69d1bdff45de80c9e9f1515c186549e533f6b898) -- Auto dependency update [`c584d48`](https://github.com/leanupjs/leanup/commit/c584d487337b8c40b059de71b90e763b28354299) -- chore: git hooks - disable eslint and prettier [`7242d3d`](https://github.com/leanupjs/leanup/commit/7242d3dbf6865a7ebb31105b9a8c7363ebceef50) -- fix: git hooks commitlint config [`73d77c5`](https://github.com/leanupjs/leanup/commit/73d77c5e78f9e4bf9bde58af3a2b8c172e5318a9) -- Update and rename npm-v5.test.yml to node-v15.npm-v7.test.yml [`902d538`](https://github.com/leanupjs/leanup/commit/902d538ae70ccb21a349e48524732808937a123f) - -## [1.1.0-rc.145](https://github.com/leanupjs/leanup/compare/1.1.0-rc.144...1.1.0-rc.145) - 2020-11-06 - -### Merged - -- Merge changes [`#41`](https://github.com/leanupjs/leanup/pull/41) - -### Commits - -- merge master in release/1.1 [`6182b52`](https://github.com/leanupjs/leanup/commit/6182b5258f9cb7de8397649b60165497b0c16821) -- Auto dependency update [`6abd4c7`](https://github.com/leanupjs/leanup/commit/6abd4c7bc4bf269c23a3a167b9b5b3b2e598ea1f) -- Auto dependency update [`6e51585`](https://github.com/leanupjs/leanup/commit/6e51585f3ce99b124b52eb9e92b79d7e1c812e60) -- Auto dependency update [`8a31059`](https://github.com/leanupjs/leanup/commit/8a310590a1c7881bd614e2753d7cf0ba8aa69c50) -- Auto dependency update [`f3f38ef`](https://github.com/leanupjs/leanup/commit/f3f38ef2967fb7dac194d1fe9db0202bae96b1ea) -- Auto dependency update [`93ca1d0`](https://github.com/leanupjs/leanup/commit/93ca1d0b9e37bb92ed96a9627b61cb87413a16a7) -- chore: remove webpack branch handling [`01adf7c`](https://github.com/leanupjs/leanup/commit/01adf7c77e0c3ba14d66d4750cedca321e62c33f) -- Auto dependency update [`99bf734`](https://github.com/leanupjs/leanup/commit/99bf73432abafc59585cf274ba40f559aff9aca3) -- Auto dependency update [`e52926e`](https://github.com/leanupjs/leanup/commit/e52926e113fa11ad848ff4dc4e94927cabe7ca53) -- chore: optimize nexus-iq settings [`b964df6`](https://github.com/leanupjs/leanup/commit/b964df610ea1e81e0ce7326d74779bc1dcc318e5) -- fix: eslint setting for graphql [`bc59111`](https://github.com/leanupjs/leanup/commit/bc591112eb8eb035ba019a97d898e958c0ea7bae) -- chore: add typescript to dev deps [`d306844`](https://github.com/leanupjs/leanup/commit/d3068447a92103d0e25a8f9b10cb135106184187) -- chore: optimize nexus-iq settings [`c75b535`](https://github.com/leanupjs/leanup/commit/c75b535dbdfea90651fa8f856cfe1a1aeb5f9e6d) -- chore: optimize nexus-iq settings [`d79104e`](https://github.com/leanupjs/leanup/commit/d79104e50899059709f3a1f6910f66a865acb1a9) - -## [1.1.0-rc.144](https://github.com/leanupjs/leanup/compare/1.1.0-rc.143...1.1.0-rc.144) - 2020-11-05 - -### Commits - -- Auto dependency update [`760e8d4`](https://github.com/leanupjs/leanup/commit/760e8d4a68937b859556f87e6e182b9d7417002d) -- feat: add nexus iq module copy [`dd96c7f`](https://github.com/leanupjs/leanup/commit/dd96c7f3de1980e550667bf726258912e9022b2d) -- doc: document the new feature [`f7a1dd7`](https://github.com/leanupjs/leanup/commit/f7a1dd72b27dfd5b11d230d7cbee633d8d861727) -- Auto dependency update [`bcf9686`](https://github.com/leanupjs/leanup/commit/bcf9686e89c620c2b38dbf991a1862f06550b1db) -- fix: copy-modules-webpack-plugin [`96135fa`](https://github.com/leanupjs/leanup/commit/96135fae48e05cc6d83a92883d024f030732f9b3) - -## [1.1.0-rc.143](https://github.com/leanupjs/leanup/compare/1.1.0-rc.142...1.1.0-rc.143) - 2020-11-04 - -### Commits - -- fix: fix jsxFactory configuration in inferno and preact [`7259164`](https://github.com/leanupjs/leanup/commit/72591645751e49a47605b8872ff91e21a440dc42) -- Auto dependency update [`b3d3fc5`](https://github.com/leanupjs/leanup/commit/b3d3fc5c44582705f2cbb3b9164aa2bcb3840040) - -## [1.1.0-rc.142](https://github.com/leanupjs/leanup/compare/1.1.0-rc.141...1.1.0-rc.142) - 2020-11-04 - -### Commits - -- Auto dependency update [`5f7aff6`](https://github.com/leanupjs/leanup/commit/5f7aff6dcdd7ef0e8e4d67144fbaefa133ae1d17) -- refactor: remove babel from the core [`51c1ece`](https://github.com/leanupjs/leanup/commit/51c1ece069171e7089fc5e865f34e63022bd1574) -- refactor: manage jsxFactory without runtime automatic [`abbee36`](https://github.com/leanupjs/leanup/commit/abbee362de58654e016d216a99dbdf64360e4174) - -## [1.1.0-rc.141](https://github.com/leanupjs/leanup/compare/1.1.0-rc.140...1.1.0-rc.141) - 2020-11-03 - -### Commits - -- Auto dependency update [`69a71be`](https://github.com/leanupjs/leanup/commit/69a71bedf8b5d089d3fbf246e9681b737bb8df26) -- feat: add esbuild as bundler [`8c983cd`](https://github.com/leanupjs/leanup/commit/8c983cd38e730a35fd49929e5c7bc8e16b6aadfe) - -## [1.1.0-rc.140](https://github.com/leanupjs/leanup/compare/1.1.0-rc.139...1.1.0-rc.140) - 2020-11-03 - -### Commits - -- chore: refactor github workflows for version incrementation - add dist tag pipe [`dd7298e`](https://github.com/leanupjs/leanup/commit/dd7298ecaa62de15a60ac84500178bec04bd464f) -- chore: refactor github workflows for version incrementation - add dist tag pipe [`65a4a55`](https://github.com/leanupjs/leanup/commit/65a4a55c8cfa572687715ef0802fce9aeeca6dbe) -- Auto dependency update [`9b60540`](https://github.com/leanupjs/leanup/commit/9b605409f09d0ea48c36fe42a6d886ea36070781) -- Auto dependency update [`47b5577`](https://github.com/leanupjs/leanup/commit/47b5577a415089a7b8b74a3716ba67e4e98f00b8) -- Auto dependency update [`d593468`](https://github.com/leanupjs/leanup/commit/d593468100e03adf88f1c3f5b392c4b7706a61d2) -- Auto dependency update [`804a377`](https://github.com/leanupjs/leanup/commit/804a37732a4312651002295aac3c0dd79f5034c3) -- Auto dependency update [`d3646dd`](https://github.com/leanupjs/leanup/commit/d3646dd00fe746ba0ed4f4cb13bcc2a474ab97ba) -- Auto dependency update [`81e1aeb`](https://github.com/leanupjs/leanup/commit/81e1aeb605c602e139da96b6d3a3893175d4bba7) -- Auto dependency update [`0f4675b`](https://github.com/leanupjs/leanup/commit/0f4675b4faa1e466c0ee5557316b86ce4945114e) -- fix: https://david-dm.org url with branch ref [`6d4dbc9`](https://github.com/leanupjs/leanup/commit/6d4dbc92866718d8d91d9bc209989412bf9c5e8b) -- refactor: replace the dependency badge url [`60b4592`](https://github.com/leanupjs/leanup/commit/60b459248d82b64ae1d8b583937993ecdfd7992d) -- add npm v5 test [`c14b787`](https://github.com/leanupjs/leanup/commit/c14b787fc4e184ec4d809f1c681404fcaf29f13e) -- add react jsx transform support [`731c172`](https://github.com/leanupjs/leanup/commit/731c1729259f2dfed78c7ee1f58de7cdb5de7be7) -- Update npm.dist-tag.yml [`1f7b6cd`](https://github.com/leanupjs/leanup/commit/1f7b6cd74de6d37d22b5eeb525f2f1ff5c32485d) -- Update npm.dist-tag.yml [`a6db2ed`](https://github.com/leanupjs/leanup/commit/a6db2eda3bdb9a41a542a980154097096ebee721) -- Update npm.dist-tag.yml [`0a2e16b`](https://github.com/leanupjs/leanup/commit/0a2e16bada3a999e9fa48293286865c2ee9ffe86) -- Update npm.dist-tag.yml [`0dd1c31`](https://github.com/leanupjs/leanup/commit/0dd1c31caf5ee3c9e2d236842a1823934e1942a2) -- Update package.json [`bdcd3c9`](https://github.com/leanupjs/leanup/commit/bdcd3c9c298830074e208e2bd163e40c9087df3e) -- Update npm.dist-tag.yml [`834cf53`](https://github.com/leanupjs/leanup/commit/834cf533776cc51cb9cdb388bb5d7551dccc70eb) -- Update npm.dist-tag.yml [`73cf420`](https://github.com/leanupjs/leanup/commit/73cf420769483d7e44c22d234190ac88fa9b8b21) -- Update npm.dist-tag.yml [`ceb845d`](https://github.com/leanupjs/leanup/commit/ceb845de78c1873007b7c34f608e2b93351a86c0) - -## [1.1.0-rc.139](https://github.com/leanupjs/leanup/compare/1.1.0-rc.138...1.1.0-rc.139) - 2020-11-01 - -### Commits - -- Auto dependency update [`d211cdd`](https://github.com/leanupjs/leanup/commit/d211cdd9c33ef1e1d93418c40aec551e19db369b) -- refactor: add branch support to dependency url [`eefc77b`](https://github.com/leanupjs/leanup/commit/eefc77b40c13a0e1a8f770e6ea8c0976f40acf61) -- refactor: replace dependecy badge url [`e8c8344`](https://github.com/leanupjs/leanup/commit/e8c83444f1ea11e1992f5c63742c9569a3c65b67) -- Auto dependency update [`70b8b2e`](https://github.com/leanupjs/leanup/commit/70b8b2e9ccd8ade0b55f15efd6575c541b1d095c) - -## [1.1.0-rc.138](https://github.com/leanupjs/leanup/compare/1.1.0-rc.137...1.1.0-rc.138) - 2020-10-31 - -### Merged - -- Release/1.0 [`#28`](https://github.com/leanupjs/leanup/pull/28) - -### Commits - -- Auto dependency update [`1c82e3d`](https://github.com/leanupjs/leanup/commit/1c82e3d1df3a3e4d526b1d6b943194e9f27ce853) -- Auto dependency update [`0208c7a`](https://github.com/leanupjs/leanup/commit/0208c7aa0d0ce4858fd8c8461d648f2770008c1b) -- Auto dependency update [`25f3508`](https://github.com/leanupjs/leanup/commit/25f3508880faf2abfc772a771917995c4e1255a1) -- Auto dependency update [`e860d67`](https://github.com/leanupjs/leanup/commit/e860d67913ee59c643ed53b59eedd7411764f8e7) -- Auto dependency update [`d803bba`](https://github.com/leanupjs/leanup/commit/d803bba53be4cb482868b69da7fd774db2814363) -- Auto dependency update [`b7d7459`](https://github.com/leanupjs/leanup/commit/b7d745951b6d3cda1224604fe83e67eb94afe22a) -- Auto dependency update [`03cb38f`](https://github.com/leanupjs/leanup/commit/03cb38f0ed2f58dd3dbff6a19f2f5cd3164047c8) -- Auto dependency update [`6506bb2`](https://github.com/leanupjs/leanup/commit/6506bb23aaed3f46f184e1db1b27954829bc438a) -- Auto dependency update [`8ab2f27`](https://github.com/leanupjs/leanup/commit/8ab2f271a742857f63ae47606fb872ad847458c2) -- Auto dependency update [`7b57138`](https://github.com/leanupjs/leanup/commit/7b571385e19b235434e77b8ad02df5cb259faefb) -- Auto dependency update [`ff333c4`](https://github.com/leanupjs/leanup/commit/ff333c440e94a06408f8055e888b13bcd5796924) -- Auto dependency update [`2541554`](https://github.com/leanupjs/leanup/commit/2541554bdcaa355263074ce7ca9e52a365245094) -- chore: seperate auto update and increment version [`2571c87`](https://github.com/leanupjs/leanup/commit/2571c87504cd19b7fbda03b31d8f975290ba6f28) -- Auto dependency update [`e9e66b5`](https://github.com/leanupjs/leanup/commit/e9e66b577f33c6e084711214a2497bd4e1e1e71c) -- Auto dependency update [`4fce3e9`](https://github.com/leanupjs/leanup/commit/4fce3e9668856f0a35623df6f736a2344b6aa535) -- Auto dependency update [`bb289ba`](https://github.com/leanupjs/leanup/commit/bb289ba030fb67be95e0fc4049e51890260d527b) -- Auto dependency update [`a4416ba`](https://github.com/leanupjs/leanup/commit/a4416bad8e2c575470aa2321c514622feac77477) -- Create npm-v5.test.yml [`07244ed`](https://github.com/leanupjs/leanup/commit/07244ed378d155dd656fbef5c7fb76ecef8768c9) -- Auto dependency update [`cb0246b`](https://github.com/leanupjs/leanup/commit/cb0246b54cdefef222173b4c566ecf6793ccc7e2) -- Update npm-v5.test.yml [`f9357d0`](https://github.com/leanupjs/leanup/commit/f9357d03b3c246a88cf6eee68289e2310fdf1082) -- Update npm-v5.test.yml [`e5c24cf`](https://github.com/leanupjs/leanup/commit/e5c24cf507abff87536cef487ad9b8785adda741) - -## [1.1.0-rc.137](https://github.com/leanupjs/leanup/compare/1.1.0-rc.135...1.1.0-rc.137) - 2020-10-29 - -### Commits - -- Auto dependency update [`c5d4343`](https://github.com/leanupjs/leanup/commit/c5d434350377e4b281602da734134bb2458ea94d) -- fix: webpack command [`2d29462`](https://github.com/leanupjs/leanup/commit/2d29462e2c0ff3d306fea6d1e2eca1ce2a48a194) - -## [1.1.0-rc.135](https://github.com/leanupjs/leanup/compare/1.1.0-rc.134...1.1.0-rc.135) - 2020-10-28 - -### Commits - -- Auto dependency update [`ba65881`](https://github.com/leanupjs/leanup/commit/ba65881a92e3c8ffc7989415eb85314315a4349f) -- update package json's [`1d44af2`](https://github.com/leanupjs/leanup/commit/1d44af2b7761997b6d1a81b455a3e1b12b6a5ccb) -- add npm v7 test [`ee5e29f`](https://github.com/leanupjs/leanup/commit/ee5e29f9048fa33d19df2e259a72da34b9d77208) -- Auto dependency update [`d34e141`](https://github.com/leanupjs/leanup/commit/d34e14154bc00d3cdce1d58930fd033b9b4582e6) - -## [1.1.0-rc.134](https://github.com/leanupjs/leanup/compare/1.1.0-rc.133...1.1.0-rc.134) - 2020-10-23 - -### Commits - -- Auto dependency update [`7ad41c3`](https://github.com/leanupjs/leanup/commit/7ad41c3995122c864b510ccf1556d7389d7fb306) -- add react jsx transform support [`49db124`](https://github.com/leanupjs/leanup/commit/49db124edba901f3108cc9f13114d666fe195456) -- Update auto-dependency-update.v1.0.yml [`b97b8e4`](https://github.com/leanupjs/leanup/commit/b97b8e478d76730408353c4e193840b595ec2e54) -- Update auto-dependency-update.v1.0.yml [`b9582e6`](https://github.com/leanupjs/leanup/commit/b9582e6301a64ec0f6df4cf741f30ef6bb8d4f60) -- Update auto-dependency-update.v1.1 webpack.yml [`7d00df0`](https://github.com/leanupjs/leanup/commit/7d00df0db0b33b73f42c99a562ddc8ea8972da67) -- Update auto-dependency-update.v1.1 webpack.yml [`1adec78`](https://github.com/leanupjs/leanup/commit/1adec78120fc0180b65135f6a9e3b1a7ee1e16d0) -- Update auto-dependency-update.v1.0.yml [`24f9a2d`](https://github.com/leanupjs/leanup/commit/24f9a2d3a088d09503626e37b2dd74b7f6fb6f8e) -- Update auto-dependency-update.v1.0.yml [`67ce3ae`](https://github.com/leanupjs/leanup/commit/67ce3aea23adaebc7a7adc12f594b626a04190c0) -- Update auto-dependency-update.v1.0.yml [`14d80cf`](https://github.com/leanupjs/leanup/commit/14d80cf403e85f400870c2aa4c8db873c580ec5e) -- Update auto-dependency-update.v1.0.yml [`e72d7b1`](https://github.com/leanupjs/leanup/commit/e72d7b168f022c1df6134a151d675efdd0c949b5) -- Update auto-dependency-update.v1.0.yml [`5ad3a8d`](https://github.com/leanupjs/leanup/commit/5ad3a8d0b502882a77bb3f43019969fa48aafe28) -- Update auto-dependency-update.v1.0.yml [`60636fa`](https://github.com/leanupjs/leanup/commit/60636faafcf1670e5c3a30f31df92665b31ffd68) -- Update auto-dependency-update.v1.0.yml [`d6919ed`](https://github.com/leanupjs/leanup/commit/d6919edf83a9d54e0dff5b198957b4b8ac83258c) -- Update auto-dependency-update.v1.1.yml [`a54a968`](https://github.com/leanupjs/leanup/commit/a54a96894e123ec7ac4ea6f37a9e2fd181dc6655) -- Update auto-dependency-update.v1.1 webpack.yml [`c36ced2`](https://github.com/leanupjs/leanup/commit/c36ced2be2453138cbec3b976131baf91a935475) -- Update auto-dependency-update.v1.0.yml [`25a7870`](https://github.com/leanupjs/leanup/commit/25a78703343b9571edfc5f17a0487e63cb525e00) -- Update auto-dependency-update.v1.1 webpack.yml [`5dfd0a9`](https://github.com/leanupjs/leanup/commit/5dfd0a9851af67bca07080d590d4d47939977614) -- Update auto-dependency-update.v1.1 webpack.yml [`1e6f205`](https://github.com/leanupjs/leanup/commit/1e6f205c80802634c50816886dcc7ca47f98d7ac) -- Update auto-dependency-update.v1.0.yml [`dd2cd6e`](https://github.com/leanupjs/leanup/commit/dd2cd6e2ebb3b78f9a7f44c913935d1d8cc08c03) -- Update auto-dependency-update.v1.0.yml [`6b1bf1f`](https://github.com/leanupjs/leanup/commit/6b1bf1f4643d9e99db633a0a1bc536d50bbf07f1) -- Update auto-dependency-update.v1.0.yml [`61eee24`](https://github.com/leanupjs/leanup/commit/61eee24d6c825f633fc0d70ab1fbdce5a433f6c7) -- Update auto-dependency-update.v1.0.yml [`59d395c`](https://github.com/leanupjs/leanup/commit/59d395caa5a75a4f0a1f4fe9c545d1712695aefd) -- Update auto-dependency-update.v1.0.yml [`c95086f`](https://github.com/leanupjs/leanup/commit/c95086f4a86c1fe6a42d9f38cbdc2a013dfc9b3e) -- Update auto-dependency-update.v1.1 webpack.yml [`ef4cd86`](https://github.com/leanupjs/leanup/commit/ef4cd863cd9ad5b316071795d28cb5b13a4b5343) -- Update auto-dependency-update.v1.1 webpack.yml [`5611d25`](https://github.com/leanupjs/leanup/commit/5611d25b42ecec9c16fd052e92a1c571cda40e6c) -- Update auto-dependency-update.v1.1 webpack.yml [`bce80c0`](https://github.com/leanupjs/leanup/commit/bce80c036b411cf293e0753a170f90e0eae8b8a9) -- Update auto-dependency-update.v1.1 webpack.yml [`0ebd228`](https://github.com/leanupjs/leanup/commit/0ebd228254113cb6e3edb0101a8c7cd5c4fead0f) -- Update auto-dependency-update.v1.0.yml [`5329603`](https://github.com/leanupjs/leanup/commit/532960376c05507758a3edc344135728c5e0d861) -- Update auto-dependency-update.v1.0.yml [`ba58c32`](https://github.com/leanupjs/leanup/commit/ba58c32b02ac8380291ae30a42243b1824ade7e0) -- Update auto-dependency-update.v1.1.yml [`b2a914b`](https://github.com/leanupjs/leanup/commit/b2a914b6330c496c1063366c2f931fbcce7e523a) -- Update auto-dependency-update.v1.0.yml [`85c31b6`](https://github.com/leanupjs/leanup/commit/85c31b6de019a3245243450dfaa59d7ce84d75f2) - -## [1.1.0-rc.133](https://github.com/leanupjs/leanup/compare/1.1.0-rc.132...1.1.0-rc.133) - 2020-10-23 - -### Commits - -- Auto dependency update [`ecb45df`](https://github.com/leanupjs/leanup/commit/ecb45dfe228d678c0610e6abc99421b27140887c) -- Auto dependency update [`d4c3905`](https://github.com/leanupjs/leanup/commit/d4c39057c80ed74f8fb8de48c62726772b9ae0ef) -- Auto dependency update [`1aea156`](https://github.com/leanupjs/leanup/commit/1aea156f31842752b8ff9b547a401b5aa511040b) -- Auto dependency update [`795c616`](https://github.com/leanupjs/leanup/commit/795c616f3662d1b7953659d6716770a39e2d4bd9) -- Auto dependency update [`44e2dc7`](https://github.com/leanupjs/leanup/commit/44e2dc7ad39f15084ad724b94fe3e2fdc2f7076e) -- Auto dependency update [`8fdf6f9`](https://github.com/leanupjs/leanup/commit/8fdf6f9d5079d751808b37a128e8271b7bff6626) - -## [1.1.0-rc.132](https://github.com/leanupjs/leanup/compare/1.1.0-rc.131...1.1.0-rc.132) - 2020-10-17 - -### Commits - -- Auto dependency update [`9768b61`](https://github.com/leanupjs/leanup/commit/9768b6131b7fb7c3a09cb7230960a30d6daad353) - -## [1.1.0-rc.131](https://github.com/leanupjs/leanup/compare/1.1.0-rc.130...1.1.0-rc.131) - 2020-10-16 - -### Commits - -- Auto dependency update [`c5ebce0`](https://github.com/leanupjs/leanup/commit/c5ebce0c516779060ec65e897eec8c3781a22a29) -- Auto dependency update [`e3cfcf1`](https://github.com/leanupjs/leanup/commit/e3cfcf11f36ef2993cb9dab026ff50f10fef47e1) - -## [1.1.0-rc.130](https://github.com/leanupjs/leanup/compare/1.1.0-rc.129...1.1.0-rc.130) - 2020-10-14 - -### Commits - -- Auto dependency update [`4aee949`](https://github.com/leanupjs/leanup/commit/4aee949a0e7a1e4c1966780785d42302123aa4da) -- Auto dependency update [`e41eb76`](https://github.com/leanupjs/leanup/commit/e41eb76efbbcc29fa5ce698ebdd1109ae8ef48a3) -- Auto dependency update [`3e4b2d1`](https://github.com/leanupjs/leanup/commit/3e4b2d1464529e10dcdc4ba5c06eaa013c186dda) -- sync version range for next branch [`9d586c0`](https://github.com/leanupjs/leanup/commit/9d586c040c0dc07fd7dd6cfe937f56b9e278b17c) -- fix: fix the prettier command options on git hooks [`c7f1f7f`](https://github.com/leanupjs/leanup/commit/c7f1f7f904ecd1648663f79ba82dfba222ff3c87) -- Upgrade css-loader and style-loader [`58bee69`](https://github.com/leanupjs/leanup/commit/58bee699baae0f28f65f280b28365faa36d5475a) - -## [1.1.0-rc.129](https://github.com/leanupjs/leanup/compare/1.1.0-rc.128...1.1.0-rc.129) - 2020-10-13 - -### Commits - -- Auto dependency update [`bbbc485`](https://github.com/leanupjs/leanup/commit/bbbc4854315bbccdd3c27cc773fb4d03afebeefc) -- Auto dependency update [`d4d7486`](https://github.com/leanupjs/leanup/commit/d4d7486241dbc26ded3878d0ef54e83831040d3b) -- fix: fix versioning inside branch tag next [`dc576ab`](https://github.com/leanupjs/leanup/commit/dc576abf923bf1a70b12142bcbcca08b8e04a319) - -## [1.1.0-rc.128](https://github.com/leanupjs/leanup/compare/1.1.0-rc.127...1.1.0-rc.128) - 2020-10-11 - -### Commits - -- Auto dependency update [`e21ceba`](https://github.com/leanupjs/leanup/commit/e21ceba7f70e86952499a98b4a004b698d08b364) -- fix: fix versioning inside branch tag next [`5bfe24c`](https://github.com/leanupjs/leanup/commit/5bfe24ca961c96d9bf9eb650db93fe2a35d93cf2) - -## [1.1.0-rc.127](https://github.com/leanupjs/leanup/compare/1.1.0-rc.126...1.1.0-rc.127) - 2020-10-11 - -### Commits - -- Auto dependency update [`87e89cc`](https://github.com/leanupjs/leanup/commit/87e89cc59de451b30bff36758687d4ef4ae8f740) -- fix: fix versioning inside branch tag next [`e8036c6`](https://github.com/leanupjs/leanup/commit/e8036c6a57c45bf73894c2e7a77bc14a7d10dcb2) -- refactor: replace webpack-cli with webpack-nano [`f8b95b5`](https://github.com/leanupjs/leanup/commit/f8b95b598cfc268956349699f3f457dd1c87c39f) - -## [1.1.0-rc.126](https://github.com/leanupjs/leanup/compare/1.1.0-rc.125...1.1.0-rc.126) - 2020-10-11 - -### Commits - -- Auto dependency update [`36db0f9`](https://github.com/leanupjs/leanup/commit/36db0f9474e47536794222341b4ffb2171f77893) - -## [1.1.0-rc.125](https://github.com/leanupjs/leanup/compare/1.1.0-rc.124...1.1.0-rc.125) - 2020-10-10 - -### Commits - -- Auto dependency update [`593bf50`](https://github.com/leanupjs/leanup/commit/593bf508581e904b038e1a295bbbbcc1550cc642) -- Auto dependency update [`631db87`](https://github.com/leanupjs/leanup/commit/631db8703a4100b7e7a6fe9636a5e488b6cdc3f7) - -## [1.1.0-rc.124](https://github.com/leanupjs/leanup/compare/1.1.0-rc.123...1.1.0-rc.124) - 2020-10-08 - -### Merged - -- Release/1.0 [`#26`](https://github.com/leanupjs/leanup/pull/26) - -### Commits - -- Auto dependency update [`790af62`](https://github.com/leanupjs/leanup/commit/790af62b3d8ecf49ac4cfd9ec0951dcc5fb70192) -- Auto dependency update [`81d0be4`](https://github.com/leanupjs/leanup/commit/81d0be4fdd48ef7054602fb933818edbb3fef46d) -- Auto dependency update [`41bcf7d`](https://github.com/leanupjs/leanup/commit/41bcf7d1332e92666798d5c6a3390d1157c4b96f) -- Auto dependency update [`836cb4c`](https://github.com/leanupjs/leanup/commit/836cb4cfbd65c8270fb2d64897b667fdc5059f02) -- fix: eslint warning - missing return type on function [`a3ababd`](https://github.com/leanupjs/leanup/commit/a3ababd29abd3b6c08cd27240c4f06e080b00243) -- Auto dependency update [`1689745`](https://github.com/leanupjs/leanup/commit/168974531df4eaacbc9c448311e540c5d4123470) - -## [1.1.0-rc.123](https://github.com/leanupjs/leanup/compare/1.1.0-rc.122...1.1.0-rc.123) - 2020-10-07 - -### Commits - -- Auto dependency update [`8cde162`](https://github.com/leanupjs/leanup/commit/8cde162222cd64841646bd54d851da0b1e465057) -- Auto dependency update [`4291ddb`](https://github.com/leanupjs/leanup/commit/4291ddb1b1cfef89c6fccee28986fdd43918870b) - -## [1.1.0-rc.122](https://github.com/leanupjs/leanup/compare/1.1.0-rc.121...1.1.0-rc.122) - 2020-10-06 - -### Merged - -- Release/1.0 [`#20`](https://github.com/leanupjs/leanup/pull/20) - -### Commits - -- Auto dependency update [`8e9142a`](https://github.com/leanupjs/leanup/commit/8e9142abc91a03833c224a31a3ba5e5fe0d3e161) -- Auto dependency update [`407d215`](https://github.com/leanupjs/leanup/commit/407d21592a1001883ca44a1447cdf06172ed0af5) -- Auto dependency update [`edfa8a3`](https://github.com/leanupjs/leanup/commit/edfa8a38ca9080bb5c3c3d89d703bd0ef995aef8) -- Auto dependency update [`77ac92a`](https://github.com/leanupjs/leanup/commit/77ac92afff009490b691246358b871ae3aa39548) -- Auto dependency update [`0bd4f94`](https://github.com/leanupjs/leanup/commit/0bd4f94a608c7b018cdcf3b00def013372885b5b) -- Auto dependency update [`acde31f`](https://github.com/leanupjs/leanup/commit/acde31fc5b464f41d6c89abc13de379cfb30c2dd) -- Auto dependency update [`fde528c`](https://github.com/leanupjs/leanup/commit/fde528c97c476b9307eff53757a5869833bf206f) -- Auto dependency update [`b9ccd70`](https://github.com/leanupjs/leanup/commit/b9ccd70b144a9013ce36cedabed60655d7da9511) -- chore: sync framework versions [`a3e7c59`](https://github.com/leanupjs/leanup/commit/a3e7c594f426c9b81aac7dcab7dc6bb719566805) -- chore: add auto updater for webpack v5 [`1ffdac9`](https://github.com/leanupjs/leanup/commit/1ffdac9d4c838a22d65ede986423b96be605ae82) -- chore: add release drafter config [`c25eb96`](https://github.com/leanupjs/leanup/commit/c25eb96b8243af195f83ea9d955f18f0a0ee1093) -- chore: switch auto updater commiter [`40a9858`](https://github.com/leanupjs/leanup/commit/40a98581b9f14c334981f144beb7996f9f7f14fe) -- chore: remove npm tag step [`c6f23d2`](https://github.com/leanupjs/leanup/commit/c6f23d2261da9baec0f30a7683b488ccdca186d8) -- fix: setup version range for peer dependencies in @leanup [`a0aefdb`](https://github.com/leanupjs/leanup/commit/a0aefdbe651049b973e56a0b7074e7ff453efa18) -- fix: missing dependency [`0f99a86`](https://github.com/leanupjs/leanup/commit/0f99a86588fe10a6bee320996abe347d337b4157) - -## [1.1.0-rc.121](https://github.com/leanupjs/leanup/compare/1.1.0-rc.118...1.1.0-rc.121) - 2020-10-04 - -### Merged - -- fix: setup version range for peer dependencies in @leanup [`#22`](https://github.com/leanupjs/leanup/pull/22) - -### Commits - -- Auto dependency update [`2f302aa`](https://github.com/leanupjs/leanup/commit/2f302aa18622e3caa914a11668f889c9595c886f) -- chore: increment prerelease version [`9c7be59`](https://github.com/leanupjs/leanup/commit/9c7be59ecac86407dc3e27caf4096c05940d587a) -- fix: release drafter does not work correct [`615dd85`](https://github.com/leanupjs/leanup/commit/615dd85308f8b44b8c48d42050023010e33fd5f1) -- chore: add release drafter config [`5690423`](https://github.com/leanupjs/leanup/commit/56904235bc9f4a36702f6b8e4f9bc522a04dac00) -- fix: vue format [`14a8e35`](https://github.com/leanupjs/leanup/commit/14a8e3577bc310061bac6fba66e4fc4935ea4959) -- chore: switch release creation plugin [`5aa6629`](https://github.com/leanupjs/leanup/commit/5aa66297acba52aa78ce299438f32e0b6f35a658) -- chore: tag release drafter for different parallel release darfts [`9b63c29`](https://github.com/leanupjs/leanup/commit/9b63c291c548642f791ee0359a79af674da5a168) -- fix: tab space for console outline [`da1721b`](https://github.com/leanupjs/leanup/commit/da1721be9f1b94717f2b685b0fd00a5ce47ff968) - -## [1.1.0-rc.118](https://github.com/leanupjs/leanup/compare/1.1.0-rc.117...1.1.0-rc.118) - 2020-10-04 - -### Commits - -- remove unpublish [`bd017fc`](https://github.com/leanupjs/leanup/commit/bd017fcb4bd80db190cf743b4600aabe32a85646) -- chore: no latest tagging in next release [`5c5c4aa`](https://github.com/leanupjs/leanup/commit/5c5c4aac3bbeb15e13b099a838012ab345470f45) -- doc: fix tiny icon [`fbb659b`](https://github.com/leanupjs/leanup/commit/fbb659b02dcc10426de84528a804d192d1eedab2) -- fix: fix eslint path [`b1659fe`](https://github.com/leanupjs/leanup/commit/b1659fe4ee253e6ecd6f9760be725dfc66585016) - -## [1.1.0-rc.117](https://github.com/leanupjs/leanup/compare/1.1.0-rc.116...1.1.0-rc.117) - 2020-10-03 - -### Commits - -- Auto dependency update [`3bbaca0`](https://github.com/leanupjs/leanup/commit/3bbaca0cead1a0d5e0f9ad2cc9c36ec0974d4950) -- chore: optimize automation workflows [`09750eb`](https://github.com/leanupjs/leanup/commit/09750ebe19e685f525537675aa9aa0d637967ded) -- fix: svelte type annotations [`54351ea`](https://github.com/leanupjs/leanup/commit/54351eaa24200427462b4d58cc30c19e702138d4) -- chore: add env var for npm tag [`d44ec88`](https://github.com/leanupjs/leanup/commit/d44ec883214def5b6e36afb83c4c8903fa494877) -- chore: extends the delay for npmjs.org [`247a843`](https://github.com/leanupjs/leanup/commit/247a843c42246eb92bd1d04b8342bb138c255801) -- fix: adds a sleep to workflow, because npmjs needs a little bit more delay [`a9770d8`](https://github.com/leanupjs/leanup/commit/a9770d8d00bb524dc194a2279c2203d496a00ebf) -- force unpubish before publish [`b41b378`](https://github.com/leanupjs/leanup/commit/b41b378317d61510de7a626fa5a3e7615feae612) -- refactor script handling [`483881d`](https://github.com/leanupjs/leanup/commit/483881df4afd4fd537a7f32b10854c186b690b9e) -- chore: remove redundant outline in dist-tag script [`e1534d0`](https://github.com/leanupjs/leanup/commit/e1534d05ad79c1caef1476a7b411787467f2fa5c) -- chore: configure prerelease mode for next version [`e3c877b`](https://github.com/leanupjs/leanup/commit/e3c877b4d7e157f1072f5dbf6713fa72d4fab351) -- fix: remove public directory handling [`c0bed83`](https://github.com/leanupjs/leanup/commit/c0bed83d3556fe915174bf18925f99e8a161a0a7) - -## [1.1.0-rc.116](https://github.com/leanupjs/leanup/compare/1.1.0-rc.115...1.1.0-rc.116) - 2020-10-03 - -### Commits - -- feat: add angular v8 support [`1cececa`](https://github.com/leanupjs/leanup/commit/1cececa02a3c4182555d53a6c80a704a393e7053) -- fix: add tabs for command outline text [`98327ef`](https://github.com/leanupjs/leanup/commit/98327ef7df51c952b6939a13e400e97a6d2331ea) - -## [1.1.0-rc.115](https://github.com/leanupjs/leanup/compare/1.1.0-rc.114...1.1.0-rc.115) - 2020-10-02 - -### Commits - -- fix: angular next release is labeled with next not with rc [`bf5c7f4`](https://github.com/leanupjs/leanup/commit/bf5c7f4f0cea061043b8939acee16683d2185ae1) - -## [1.1.0-rc.114](https://github.com/leanupjs/leanup/compare/1.1.0-rc.113...1.1.0-rc.114) - 2020-10-02 - -### Commits - -- chore: focus next angular and react major versions [`1b9147d`](https://github.com/leanupjs/leanup/commit/1b9147d4661c70a0a54875b61d59966dc1eeb321) - -## [1.1.0-rc.113](https://github.com/leanupjs/leanup/compare/1.1.0-rc.112...1.1.0-rc.113) - 2020-10-02 - -### Commits - -- chore: remove package-lock files [`b308436`](https://github.com/leanupjs/leanup/commit/b3084362a09cf36eeb03fa41217a00ad6d5f11b1) -- chore: add package lock files [`721edcc`](https://github.com/leanupjs/leanup/commit/721edcca38dc773748c14fbc4f071442838cf5f0) -- Auto dependency update [`810a7ac`](https://github.com/leanupjs/leanup/commit/810a7ac2bef2b4a86bd0c659d19e1c2daa9e0e26) -- Auto dependency update [`d120605`](https://github.com/leanupjs/leanup/commit/d120605d294bec7de93bd2b03de15c228ef0addb) -- update deps [`c9539bf`](https://github.com/leanupjs/leanup/commit/c9539bf0b5575579727b47e660d8181525d1b7f7) -- chore: rename the repo url [`6f136ff`](https://github.com/leanupjs/leanup/commit/6f136ffb62330c5b337da497d72bf79ed7578f88) -- chore: optimize auto update [`15da7a1`](https://github.com/leanupjs/leanup/commit/15da7a11bb2ef07a9074838af4cf18421213c79d) -- add e2e browser deps to templates [`dd1c7bd`](https://github.com/leanupjs/leanup/commit/dd1c7bd91c1f111304598893ec5893b9e84d1a46) -- fix: format and workflows [`698db44`](https://github.com/leanupjs/leanup/commit/698db4414f236af38634df10183e3a56df68b383) -- chore: update workflow [`a65476f`](https://github.com/leanupjs/leanup/commit/a65476f4e8a913ced85b09177283282de6a2a6e9) -- auto: update @types/sinon dependency [`242698c`](https://github.com/leanupjs/leanup/commit/242698cc1b656a741476b44b55c51ba9311c8a74) -- Update auto-dependency-update.v1.1.yml [`789c275`](https://github.com/leanupjs/leanup/commit/789c275c9ba3afdb5cab0765224cb543c3f525c8) -- Update auto-dependency-update.v1.0.yml [`117b4f9`](https://github.com/leanupjs/leanup/commit/117b4f94c3a00f9712c71f413a85dee33a1933e3) -- fix: --check-coverage in test command [`3ce3ed9`](https://github.com/leanupjs/leanup/commit/3ce3ed913835d1935210b0db1260ccca94352766) - -## [1.1.0-rc.112](https://github.com/leanupjs/leanup/compare/1.1.0-rc.111...1.1.0-rc.112) - 2020-09-29 - -### Commits - -- chore: update deps [`da0e032`](https://github.com/leanupjs/leanup/commit/da0e032e9e7375875202da837e296185049a19d3) -- refactor: separate framework main files [`0bc1eb0`](https://github.com/leanupjs/leanup/commit/0bc1eb06bb4c89e75dc1381dc643055124e12fca) -- chore: update templates files for showing cli details [`0f2cddd`](https://github.com/leanupjs/leanup/commit/0f2cdddd459d533fd21852f6acfdfcca12dae9fe) -- feat: add new replacements values for cli details [`37a836e`](https://github.com/leanupjs/leanup/commit/37a836ed4f234205f42636dca65b08c492a7a90e) -- chore: after publishing we must update the package-lock files [`ea0ba40`](https://github.com/leanupjs/leanup/commit/ea0ba409392015ad7bd75e073ce0947fd3a4aa3e) -- fix: add angularjs type definition [`b421847`](https://github.com/leanupjs/leanup/commit/b421847bc3c1e456cb175f7dd3bc4ef9b2325d5f) - -## [1.1.0-rc.111](https://github.com/leanupjs/leanup/compare/1.1.0-rc.110...1.1.0-rc.111) - 2020-09-28 - -### Merged - -- Merge branch 'master' into release/1.0 [`#17`](https://github.com/leanupjs/leanup/pull/17) -- Release/1.0 [`#16`](https://github.com/leanupjs/leanup/pull/16) -- Release/1.0 [`#15`](https://github.com/leanupjs/leanup/pull/15) - -### Commits - -- chore: use you own code [`a91750d`](https://github.com/leanupjs/leanup/commit/a91750d8937b22705d76048f84cde6af7eaf55dc) -- update deps [`c29794c`](https://github.com/leanupjs/leanup/commit/c29794c273be4af30d9123dfb599675601ebaaa2) -- chore: add test execution for packages [`02f1663`](https://github.com/leanupjs/leanup/commit/02f1663d5a7de8423cfd9db165e4efcd0f3077da) -- Auto dependency update [`7f8b064`](https://github.com/leanupjs/leanup/commit/7f8b0641a6c06c0e80dfd772bea7cba9a8c9cdf7) -- Auto dependency update [`1210c27`](https://github.com/leanupjs/leanup/commit/1210c27ced5a37b927e842f87d5699e207a156c4) -- update deps [`c01598e`](https://github.com/leanupjs/leanup/commit/c01598ed5cdd677b91f398a0cbd2b82ab331e891) -- fix: fix value change behavior [`d735d77`](https://github.com/leanupjs/leanup/commit/d735d77e1bf18e6ea62765b7e8a1d8dccf01b33d) -- fix model handling react like frameworks [`4c611c5`](https://github.com/leanupjs/leanup/commit/4c611c57bd5fc0c829083ecfefafcf3b6f59cd56) -- Auto dependency update [`27c3505`](https://github.com/leanupjs/leanup/commit/27c35053fa81fd9f2fa9e7e7449a18914ac083da) -- Auto dependency update [`c22c6f1`](https://github.com/leanupjs/leanup/commit/c22c6f1935102a08e341a38503cf7d2bc46af8ac) -- fix: fix injector test [`e44cb4c`](https://github.com/leanupjs/leanup/commit/e44cb4c2a6ee0ee8dd38817426b6b0cabecade84) -- chore: optimize cli outline [`7b04a5c`](https://github.com/leanupjs/leanup/commit/7b04a5c0283402bb26eb5c50574f854ddd7079d1) -- feat: add check coverage option to CLI unit test coverage [`5d58567`](https://github.com/leanupjs/leanup/commit/5d585676680f88fa2ea9208c7a5a9b08724df60a) -- chore: auto versioning [`d1a8479`](https://github.com/leanupjs/leanup/commit/d1a8479ad88f1fca301158772682c8ad579463a3) -- Auto dependency update [`718087a`](https://github.com/leanupjs/leanup/commit/718087ad4fcb35e4b86c864dd7d335f6f2892b41) - -## [1.1.0-rc.110](https://github.com/leanupjs/leanup/compare/1.1.0-rc.109...1.1.0-rc.110) - 2020-09-27 - -### Commits - -- Auto dependency update [`3762708`](https://github.com/leanupjs/leanup/commit/37627080fe7166882cf5ddfaac35f124744b3749) -- Auto dependency update [`590c65b`](https://github.com/leanupjs/leanup/commit/590c65bd60613ee30e91b31f59da30570df179c9) -- Auto dependency update [`cfe0df6`](https://github.com/leanupjs/leanup/commit/cfe0df608a7a23131ab8f21b7d85dff9ae5fd8a0) -- Auto dependency update [`dccf215`](https://github.com/leanupjs/leanup/commit/dccf21514b8ffc05efc8838d340ee64ef60e71ac) - -## [1.1.0-rc.109](https://github.com/leanupjs/leanup/compare/1.1.0-rc.108...1.1.0-rc.109) - 2020-09-25 - -### Commits - -- update deps [`85b356a`](https://github.com/leanupjs/leanup/commit/85b356ad544f01678f08c5649a24bfcdc7e2e4d4) -- chore: merge changes of release 1.0 [`ded02b0`](https://github.com/leanupjs/leanup/commit/ded02b082a35b866e35c5b5369feffacabf2a95e) - -## [1.1.0-rc.108](https://github.com/leanupjs/leanup/compare/1.1.0-rc.107...1.1.0-rc.108) - 2020-09-24 - -### Commits - -- fix model handling react like frameworks [`6b05dc2`](https://github.com/leanupjs/leanup/commit/6b05dc2e777456cac718343e7db119b2b7b564f0) - -## [1.1.0-rc.107](https://github.com/leanupjs/leanup/compare/1.1.0-rc.106...1.1.0-rc.107) - 2020-09-24 - -### Merged - -- Release/1.0 [`#14`](https://github.com/leanupjs/leanup/pull/14) -- Release/1.0 [`#13`](https://github.com/leanupjs/leanup/pull/13) -- Release/1.0 [`#12`](https://github.com/leanupjs/leanup/pull/12) - -### Commits - -- update postcss to v8.0.8 [`8199305`](https://github.com/leanupjs/leanup/commit/8199305707e3be82bcb267e59ee735b7b81d3cd6) -- Auto dependency update [`8200df1`](https://github.com/leanupjs/leanup/commit/8200df13293ae3768688746bfb92af73814955a1) -- install deps [`4b9773e`](https://github.com/leanupjs/leanup/commit/4b9773e3d9887cd3165754307a186bb729279141) -- Auto dependency update [`71a8a69`](https://github.com/leanupjs/leanup/commit/71a8a692181eb3ad591f3b5d7f91f56fed559752) -- update deps [`b19317a`](https://github.com/leanupjs/leanup/commit/b19317a7d51916ade79ea42dd6d69722310fae1f) -- update deps [`9889880`](https://github.com/leanupjs/leanup/commit/98898809aa5f9820cb97358839be5dbdd285cb01) -- Auto dependency update [`e1948f7`](https://github.com/leanupjs/leanup/commit/e1948f783bc40bf3ad45a51e07c949f7d4012086) -- fix: remove a lot of type annotation hint inside the templates [`ec8f2fc`](https://github.com/leanupjs/leanup/commit/ec8f2fc054e1841d807f005096e01cbd8e4be6a9) -- update deps [`3d7cc46`](https://github.com/leanupjs/leanup/commit/3d7cc46a3ecd219324d607600ce88c3143d44a67) -- update deps [`8e8d3ce`](https://github.com/leanupjs/leanup/commit/8e8d3cee780b77b534224d12b9cae9ef583f5f53) -- update deps [`1814ad5`](https://github.com/leanupjs/leanup/commit/1814ad5fb3c8a16d8fd90eb6c32e9f3d7f4a24b9) -- fix: angularjs template [`4d7220b`](https://github.com/leanupjs/leanup/commit/4d7220b61f1f6f9693a2f4c9652d5c76f9b29511) -- sync template code to release 1.1 [`6f94c6e`](https://github.com/leanupjs/leanup/commit/6f94c6ea567733fb4c34cea1a5a866f0e45f07fe) -- add auto update for all releases [`ede16e4`](https://github.com/leanupjs/leanup/commit/ede16e4a7c4b0f1ebe31eae6255923ea4d268ebe) -- fix: getInput- to getControl-Method [`67869c4`](https://github.com/leanupjs/leanup/commit/67869c460abbe50ffd956b74faac6a20c6184099) -- disable lerna version [`7703e4c`](https://github.com/leanupjs/leanup/commit/7703e4c5132708f119fece3c83ad94aa556a474d) -- change update time [`11df01a`](https://github.com/leanupjs/leanup/commit/11df01a9c904c2fcd86a58895eb880ffe992551c) -- doc: tiny fix in README.md [`d43712e`](https://github.com/leanupjs/leanup/commit/d43712e8fd67be8da19ea52aacad9216a4695394) -- fix template: Constructors for derived classes must contain a 'super' call. [`8b9c463`](https://github.com/leanupjs/leanup/commit/8b9c4631d517d9b770fb57afba71683a616c88e3) - -## [1.1.0-rc.106](https://github.com/leanupjs/leanup/compare/1.1.0-rc.105...1.1.0-rc.106) - 2020-09-22 - -### Commits - -- fix: getInput- replaced getControl-Method [`5ad7da0`](https://github.com/leanupjs/leanup/commit/5ad7da0667f400f58b38f33d2ea678cc160a6814) - -## [1.1.0-rc.105](https://github.com/leanupjs/leanup/compare/1.1.0-rc.104...1.1.0-rc.105) - 2020-09-22 - -### Commits - -- fix template: Constructors for derived classes must contain a 'super' call. [`5ae8bcb`](https://github.com/leanupjs/leanup/commit/5ae8bcbfc24ef8553e71839e6ca6cbca430658b6) - -## [1.1.0-rc.104](https://github.com/leanupjs/leanup/compare/1.1.0-rc.103...1.1.0-rc.104) - 2020-09-22 - -### Commits - -- update deps [`31c457d`](https://github.com/leanupjs/leanup/commit/31c457d8b38d7d081351bc1f7d4dd9f217f655d2) -- fix template code [`79e652e`](https://github.com/leanupjs/leanup/commit/79e652e5075af2bcdf0f64aa6689e834bd38a661) -- update template package.json'S [`5f4070f`](https://github.com/leanupjs/leanup/commit/5f4070fe6a04b78591de3a2099e55b3d4d0968a2) - -## [1.1.0-rc.103](https://github.com/leanupjs/leanup/compare/1.1.0-rc.102...1.1.0-rc.103) - 2020-09-18 - -### Commits - -- update deps [`be9e3d3`](https://github.com/leanupjs/leanup/commit/be9e3d32143dd70d3632a061d3f5afa342bf68aa) -- fix: remove a lot of type annotation hint inside the templates [`87c979d`](https://github.com/leanupjs/leanup/commit/87c979d7b9ab05597537150c1ca61490c5f80017) - -## [1.1.0-rc.102](https://github.com/leanupjs/leanup/compare/1.1.0-rc.101...1.1.0-rc.102) - 2020-09-18 - -### Commits - -- fix: postcss-loader, add postcss to direct deps [`7a347e9`](https://github.com/leanupjs/leanup/commit/7a347e98839a5a6ea8655b09b84287d5ec71dab9) - -## [1.1.0-rc.101](https://github.com/leanupjs/leanup/compare/1.1.0-rc.100...1.1.0-rc.101) - 2020-09-18 - -### Commits - -- fix dependency versions [`c492f6e`](https://github.com/leanupjs/leanup/commit/c492f6e4351fdd89617706bb521a1d2e6a29cba8) - -## [1.1.0-rc.100](https://github.com/leanupjs/leanup/compare/1.0.114...1.1.0-rc.100) - 2020-09-18 - -### Commits - -- upgrade and update deps [`870b33f`](https://github.com/leanupjs/leanup/commit/870b33ff7daa59fe691a7ea01d26b2459a9e2b5a) -- set version number 1.1.0-rc.0 [`40e5ae2`](https://github.com/leanupjs/leanup/commit/40e5ae28c478145751995eb24d74bf541f9fda41) -- setup tag to next instead of canary [`ae72d4b`](https://github.com/leanupjs/leanup/commit/ae72d4b74f53cd79a3c971a8dc98d81074dd020c) -- reconfigure workflow file [`c538d0a`](https://github.com/leanupjs/leanup/commit/c538d0a0393480c9703296cf055113bafe86efe8) -- tiny change [`f8cbf61`](https://github.com/leanupjs/leanup/commit/f8cbf61a1a1d781ca22f24db5511f9db6fc3f22a) - -## [1.0.114](https://github.com/leanupjs/leanup/compare/1.0.113...1.0.114) - 2021-03-12 - -### Commits - -- docs: sync doc [`64fcd00`](https://github.com/leanupjs/leanup/commit/64fcd00b369d69e441218ac50278940c99f540a8) -- Update changelogs [`0bd27ec`](https://github.com/leanupjs/leanup/commit/0bd27ecb2518a116e04cb587fd1207005db6eb7d) -- Update changelogs [`bbc1165`](https://github.com/leanupjs/leanup/commit/bbc116568d2e7717f911657a03af4d3307ef5e16) -- Auto dependency update [`c269796`](https://github.com/leanupjs/leanup/commit/c269796174e6cb7d6d50ffefdaf5a2e24d8e673c) -- Update changelogs [`99a0512`](https://github.com/leanupjs/leanup/commit/99a0512a1ee8a47c5a64f222800b21119af05617) -- docs: tiny changes [`5b007f6`](https://github.com/leanupjs/leanup/commit/5b007f6bd5bcef9093ec8ecce495242ab22eaa5a) -- docs: add maintainment [`629232e`](https://github.com/leanupjs/leanup/commit/629232e19f6643be2ba8cedcc932bee33057aa35) -- Update changelogs [`fbe65d2`](https://github.com/leanupjs/leanup/commit/fbe65d2e495045a6f23123281bd45e6e6b69a29c) -- Update changelogs [`2c98804`](https://github.com/leanupjs/leanup/commit/2c9880443fae9c1de15a87753a633905c158dcd0) -- chore: reconfigure release [`aafba71`](https://github.com/leanupjs/leanup/commit/aafba71150e3e72aff7390011cb60ad42b2a4149) -- chore: add doc deployment pipe [`b7ef468`](https://github.com/leanupjs/leanup/commit/b7ef468f6741713207542c6f2214848869527434) - -## [1.0.113](https://github.com/leanupjs/leanup/compare/1.0.112...1.0.113) - 2021-03-10 - -### Merged - -- Auto dependency update [`#1139`](https://github.com/leanupjs/leanup/pull/1139) - -### Commits - -- chore: reorganize github workflows [`2e2eb7b`](https://github.com/leanupjs/leanup/commit/2e2eb7b38d90ef5a9622b6f96e4716f36b7d121b) -- chore: reorganize github workflows [`14a4ce6`](https://github.com/leanupjs/leanup/commit/14a4ce6667a4bfe075c1adf643af6c2f293ae59d) - -## [1.0.112](https://github.com/leanupjs/leanup/compare/1.0.111...1.0.112) - 2021-03-09 - -### Merged - -- Auto dependency update [`#1137`](https://github.com/leanupjs/leanup/pull/1137) -- Auto dependency update [`#1134`](https://github.com/leanupjs/leanup/pull/1134) - -### Commits - -- chore: fix @leanup deps on v1.0 [`1a9fc10`](https://github.com/leanupjs/leanup/commit/1a9fc107962e4c8a829abf4931002bf56b55aa8b) -- fix: remove path option at less configuration for less-loader [`fe37978`](https://github.com/leanupjs/leanup/commit/fe379787f42a0a12c6bb8e42635c7b43cde18b95) -- chore: optimize less configuration [`c480997`](https://github.com/leanupjs/leanup/commit/c480997a94e1bcf6e23b3cf9c45e89fac40861fe) -- chore: sync npm scripts [`48e5e5e`](https://github.com/leanupjs/leanup/commit/48e5e5eaae532445e7140b5befe47d1093162a8c) - -## [1.0.111](https://github.com/leanupjs/leanup/compare/1.0.110...1.0.111) - 2021-03-08 - -### Commits - -- chore: reset all eslint settings - no breaking changes [`ba6d441`](https://github.com/leanupjs/leanup/commit/ba6d44132a0be7da176c6aad8f4d17d950e93238) -- chore: reconfigure version 1.0 [`23223a7`](https://github.com/leanupjs/leanup/commit/23223a7545c4b4c43cad36413835b1bc0561033e) -- chore: reconfigure version 1.0 [`e60423f`](https://github.com/leanupjs/leanup/commit/e60423f6d2a40c9bdf4b6f75c93c448a476fff8b) - -## [1.0.110](https://github.com/leanupjs/leanup/compare/1.0.109...1.0.110) - 2021-03-07 - -### Merged - -- Auto dependency update [`#1057`](https://github.com/leanupjs/leanup/pull/1057) - -### Commits - -- chore: decouple main package.json from leanup packages [`eacd6c4`](https://github.com/leanupjs/leanup/commit/eacd6c4ce0c596df8a611589472ce46939b11b41) -- chore: reconfigure eslint [`6457095`](https://github.com/leanupjs/leanup/commit/64570953801029f801b8c110535c429fd9f162d9) - -## [1.0.109](https://github.com/leanupjs/leanup/compare/1.0.108...1.0.109) - 2021-03-07 - -### Merged - -- Auto dependency update [`#1055`](https://github.com/leanupjs/leanup/pull/1055) -- Auto dependency update [`#1054`](https://github.com/leanupjs/leanup/pull/1054) -- Auto dependency update [`#1052`](https://github.com/leanupjs/leanup/pull/1052) -- Auto dependency update [`#1049`](https://github.com/leanupjs/leanup/pull/1049) - -### Commits - -- chore: update deps [`6d2a523`](https://github.com/leanupjs/leanup/commit/6d2a5231a780f116faf08e3fbbf791866a921db4) -- chore: enable resolveJsonModule in tsconfig [`9bafecd`](https://github.com/leanupjs/leanup/commit/9bafecd53e2ac21dc82b8f75b1a1ef907d67f01b) - -## [1.0.108](https://github.com/leanupjs/leanup/compare/1.0.107...1.0.108) - 2021-03-04 - -### Merged - -- Auto dependency update [`#950`](https://github.com/leanupjs/leanup/pull/950) -- Auto dependency update [`#948`](https://github.com/leanupjs/leanup/pull/948) - -## [1.0.107](https://github.com/leanupjs/leanup/compare/1.0.106...1.0.107) - 2021-03-03 - -### Merged - -- Auto dependency update [`#900`](https://github.com/leanupjs/leanup/pull/900) -- chore(deps): bump husky from 5.1.2 to 5.1.3 in /packages/git-hooks [`#895`](https://github.com/leanupjs/leanup/pull/895) -- Auto dependency update [`#893`](https://github.com/leanupjs/leanup/pull/893) - -### Commits - -- chore: subsequent update of the dependencies after the release of new packages [`2c0c814`](https://github.com/leanupjs/leanup/commit/2c0c814c00459e2b19103a07dee8dcdec0a6a42d) -- chore: does not copy empty folder by using --only-config option [`ff6fa31`](https://github.com/leanupjs/leanup/commit/ff6fa3160d560295bea50e5c769b0ade4286929d) -- chore: add tslib to cli stack [`3243e91`](https://github.com/leanupjs/leanup/commit/3243e91f4debf7135e639055145e1a5dc172040a) - -## [1.0.106](https://github.com/leanupjs/leanup/compare/1.0.105...1.0.106) - 2021-03-01 - -### Merged - -- Auto dependency update [`#839`](https://github.com/leanupjs/leanup/pull/839) -- Auto dependency update [`#837`](https://github.com/leanupjs/leanup/pull/837) -- chore(deps): bump @commitlint/format from 11.0.0 to 12.0.0 in /packages/git-hooks [`#714`](https://github.com/leanupjs/leanup/pull/714) -- chore(deps): bump @commitlint/config-conventional from 11.0.0 to 12.0.0 in /packages/git-hooks [`#724`](https://github.com/leanupjs/leanup/pull/724) -- chore(deps): bump @commitlint/cli from 11.0.0 to 12.0.0 in /packages/git-hooks [`#710`](https://github.com/leanupjs/leanup/pull/710) -- Auto dependency update [`#835`](https://github.com/leanupjs/leanup/pull/835) - -### Commits - -- chore(deps): bump @commitlint/cli in /packages/git-hooks [`f065b20`](https://github.com/leanupjs/leanup/commit/f065b20fe1059c243db24eb9bf65d2c8a755a951) -- chore(deps): bump @commitlint/format in /packages/git-hooks [`eb60eed`](https://github.com/leanupjs/leanup/commit/eb60eedb66f769accaa9c0be1f62a010cd3b2a6f) -- chore(deps): bump @commitlint/config-conventional in /packages/git-hooks [`4d6b7f1`](https://github.com/leanupjs/leanup/commit/4d6b7f1f9aa4899a63b1a39ecac2adce9ebdb72f) - -## [1.0.105](https://github.com/leanupjs/leanup/compare/1.0.104...1.0.105) - 2021-02-25 - -### Merged - -- Auto dependency update [`#808`](https://github.com/leanupjs/leanup/pull/808) - -### Commits - -- chore: this commit fixed the SPDX expression - #108 [`02af470`](https://github.com/leanupjs/leanup/commit/02af47094147d390f0cc77db2081e55596352ae9) -- chore: update gitignore [`e3aac3d`](https://github.com/leanupjs/leanup/commit/e3aac3d2006019de1f31644fdae6ab91697d9486) -- chore: handle gitignore for package stack [`616dfc2`](https://github.com/leanupjs/leanup/commit/616dfc28cc106599cccc798785400ca003f72d2b) -- refactor: migrate from babel-eslint to @babel/eslint-parser [`e77f406`](https://github.com/leanupjs/leanup/commit/e77f40627baa5c5be6fd1ba7590cd616a9e8e674) -- chore: move lup in cli folder [`ba6a289`](https://github.com/leanupjs/leanup/commit/ba6a289f75db4df6effd090707354e30e57b5ad3) - -## [1.0.104](https://github.com/leanupjs/leanup/compare/1.0.103...1.0.104) - 2021-02-24 - -### Merged - -- Auto dependency update [`#767`](https://github.com/leanupjs/leanup/pull/767) - -### Commits - -- chore: revert "chore(deps): bump webpack and string-replace-loader" [`7828c98`](https://github.com/leanupjs/leanup/commit/7828c981024b7ae94177f169b454257117860e2a) -- chore: remove outdated files [`79473f4`](https://github.com/leanupjs/leanup/commit/79473f4d9d466f484c4e194f7a74a913cf25f323) -- chore: protect angular typescript requirements [`1d9c5e5`](https://github.com/leanupjs/leanup/commit/1d9c5e5232d4170c997910d18048d3a1ed4d920f) - -## [1.0.103](https://github.com/leanupjs/leanup/compare/1.0.102...1.0.103) - 2021-02-23 - -### Merged - -- chore(deps): bump webpack and string-replace-loader in /packages/cli/core [`#765`](https://github.com/leanupjs/leanup/pull/765) -- chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 [`#726`](https://github.com/leanupjs/leanup/pull/726) -- Auto dependency update [`#762`](https://github.com/leanupjs/leanup/pull/762) -- chore(deps): bump nightwatch-api from 3.0.1 to 3.0.2 in /packages/cli/plugins/cucumber [`#678`](https://github.com/leanupjs/leanup/pull/678) -- chore(deps): bump husky from 4.3.8 to 5.1.0 in /packages/git-hooks [`#690`](https://github.com/leanupjs/leanup/pull/690) -- Auto dependency update [`#701`](https://github.com/leanupjs/leanup/pull/701) - -### Commits - -- chore(deps): bump webpack and string-replace-loader [`9b4460c`](https://github.com/leanupjs/leanup/commit/9b4460c2e0355dbcf66dc5898303c47ea4296148) -- chore(deps): bump nightwatch-api in /packages/cli/plugins/cucumber [`3ab5b25`](https://github.com/leanupjs/leanup/commit/3ab5b2501f599b7bd642c3963c2a4c39502d31da) -- chore: update babel eslint parser [`fceda04`](https://github.com/leanupjs/leanup/commit/fceda04b9df05d892d3cf29b7ef875250755a3c5) -- chore: fix headline h5 in preact template [`524c8fe`](https://github.com/leanupjs/leanup/commit/524c8fe71f5bfc243feca3b6af450e03c6e929bb) - -## [1.0.102](https://github.com/leanupjs/leanup/compare/1.0.101...1.0.102) - 2021-02-21 - -### Merged - -- Auto dependency update [`#671`](https://github.com/leanupjs/leanup/pull/671) -- Auto dependency update [`#667`](https://github.com/leanupjs/leanup/pull/667) - -### Commits - -- feature: add tiny cli for leanupjs [`8725cbb`](https://github.com/leanupjs/leanup/commit/8725cbb25d23d4457d052ea76de18e6f0071f539) -- chore: update index.html [`23383a0`](https://github.com/leanupjs/leanup/commit/23383a0f9385a4eecec930d1a93130d60971970b) -- fix: input binding [`be1ce37`](https://github.com/leanupjs/leanup/commit/be1ce3784a17d911194f40f8c5de732e5e923a25) -- chore: remove script - because it insert automatically [`a763953`](https://github.com/leanupjs/leanup/commit/a7639539d95bcbd2a2488b5792286637f7a39a16) -- chore: edit postinstall script [`997dcc4`](https://github.com/leanupjs/leanup/commit/997dcc450ae2371a22b29b233cc06b8cc3535bf0) -- docs: add deliver log [`c8eeab1`](https://github.com/leanupjs/leanup/commit/c8eeab1da5cc6db16c57a809fe253e6c83cd6c1b) - -## [1.0.101](https://github.com/leanupjs/leanup/compare/1.0.100...1.0.101) - 2021-02-20 - -### Commits - -- fix: missing resources in all templates [`e4eb3a6`](https://github.com/leanupjs/leanup/commit/e4eb3a633fa2285f80ac5d009dd1ba1e88de40c7) -- chore: solve dep blocker [`b333556`](https://github.com/leanupjs/leanup/commit/b33355650a3a2f40e2d7acb08aea861759b20be6) - -## [1.0.100](https://github.com/leanupjs/leanup/compare/1.0.99...1.0.100) - 2021-02-20 - -## [1.0.99](https://github.com/leanupjs/leanup/compare/1.0.98...1.0.99) - 2021-02-20 - -### Merged - -- Auto dependency update [`#664`](https://github.com/leanupjs/leanup/pull/664) - -### Commits - -- fix: missing core template for navigo upgrate to v8 [`6d94dfd`](https://github.com/leanupjs/leanup/commit/6d94dfd0ab2bbf3585e68dad17b43470beb261a5) -- fix: remove outdated d.ts for navigo [`b76e042`](https://github.com/leanupjs/leanup/commit/b76e0425952007b720f2d5ca273de5dba2f0d1f8) -- fix: wrong import in editor component in angular template [`2175836`](https://github.com/leanupjs/leanup/commit/2175836f6a98635e11b9a439d54d2fb4a4b559df) -- chore: sync unpublish script from release/1.1 [`e0d1097`](https://github.com/leanupjs/leanup/commit/e0d1097564255471fdc2b5fbd644c5a9d6f18591) - -## [1.0.98](https://github.com/leanupjs/leanup/compare/1.0.97...1.0.98) - 2021-02-20 - -### Merged - -- Auto dependency update [`#662`](https://github.com/leanupjs/leanup/pull/662) -- Chore/upgrade if possible [`#660`](https://github.com/leanupjs/leanup/pull/660) -- chore(deps): bump webpack from 4.44.2 to 4.46.0 in /packages/cli/core [`#658`](https://github.com/leanupjs/leanup/pull/658) -- chore: add new options to cli only-config and no-install [`#659`](https://github.com/leanupjs/leanup/pull/659) -- Chore/upgrade if possible [`#657`](https://github.com/leanupjs/leanup/pull/657) -- Auto dependency update [`#654`](https://github.com/leanupjs/leanup/pull/654) -- Auto dependency update [`#587`](https://github.com/leanupjs/leanup/pull/587) -- Auto dependency update [`#578`](https://github.com/leanupjs/leanup/pull/578) -- chore(deps): bump commander from 7.0.0 to 7.1.0 in /packages/cli/core [`#543`](https://github.com/leanupjs/leanup/pull/543) -- Auto dependency update [`#529`](https://github.com/leanupjs/leanup/pull/529) - -### Commits - -- chore: add vitepress doc [`581481f`](https://github.com/leanupjs/leanup/commit/581481f2c35a7f31bc6ee3d121c7e2862aa0984f) -- chore: update all minor updates [`472753f`](https://github.com/leanupjs/leanup/commit/472753f03edd5401e042162550d57756cd2552e7) -- chore: sync template to @leanup/cli-svelte@v1.1 [`2e0f388`](https://github.com/leanupjs/leanup/commit/2e0f388239c581c467dbe7d6be46e1df739759b5) -- chore: sync template to @leanup/cli-angular@v1.1 [`1ff2c9e`](https://github.com/leanupjs/leanup/commit/1ff2c9ede6f47af65684e8aa1f614944e6585b31) -- chore: sync github workflows to release/1.1 branch [`7460f2d`](https://github.com/leanupjs/leanup/commit/7460f2de6bed708c2d770b37bb98a94135590da3) -- chore: sync template to @leanup/cli-react@v1.1 [`3dacdb0`](https://github.com/leanupjs/leanup/commit/3dacdb0d36bb46ace2998f91f205b12ac6173959) -- chore: sync template to @leanup/cli-angularjs@v1.1 [`48fb801`](https://github.com/leanupjs/leanup/commit/48fb801870ec666a9d654a32918615b907b021ef) -- chore: sync template to @leanup/cli-preact@v1.1 [`69c79f1`](https://github.com/leanupjs/leanup/commit/69c79f191f9516ce1ab3011febb8c6942603835e) -- chore: sync template to @leanup/cli-lit-element@v1.1 [`c6fd25f`](https://github.com/leanupjs/leanup/commit/c6fd25f9009a326c223136069556c5bf7c4de68b) -- chore: sync template to @leanup/cli-aurelia@v1.1 [`ca1984c`](https://github.com/leanupjs/leanup/commit/ca1984cf459167fece251a33ce08012febe83326) -- chore: sync template to @leanup/cli-inferno@v1.1 [`8d3dd4e`](https://github.com/leanupjs/leanup/commit/8d3dd4eaa0eae6b428e4cb0237a0209742c50cb8) -- chore: sync template to @leanup/cli-vue@v1.1 [`f789651`](https://github.com/leanupjs/leanup/commit/f7896514177c15c8de8c9505e9b48b859e737971) -- chore: sync template to @leanup/cli-vanilla@v1.1 [`90b2eb1`](https://github.com/leanupjs/leanup/commit/90b2eb1d1bf87293672c289c204ea00fba2a305b) -- chore: set the required node version [`93fb532`](https://github.com/leanupjs/leanup/commit/93fb53230a95570b83863b90839d1fd32b0e78fe) -- chore: sync template to @leanup/cli-vue3@v1.1 [`e839c9d`](https://github.com/leanupjs/leanup/commit/e839c9daba5a8bc060a79f58e6b1ddc580850b75) -- chore: upgrade nagigo [`f3a3b72`](https://github.com/leanupjs/leanup/commit/f3a3b72ab4bbf320916b5c1eeba02723e75426f1) -- fix: angular compiler magic - by empty constructors [`66ce4f9`](https://github.com/leanupjs/leanup/commit/66ce4f9f8551bbc9d07e64b646bc36d4b2801987) -- chore: tiny optimization of tsconfig.app.json for angular template [`5f56542`](https://github.com/leanupjs/leanup/commit/5f565427e5bc037d4a5b6e40677c4f8cbd7df4a5) -- chore: enable process by installing [`43ee974`](https://github.com/leanupjs/leanup/commit/43ee974abf2324841a1f0de420331d983bc9b5cd) -- tiny fix in vanilla template [`93e4018`](https://github.com/leanupjs/leanup/commit/93e4018722dd217a56e238ea053378c578c10718) - -## [1.0.97](https://github.com/leanupjs/leanup/compare/1.0.96...1.0.97) - 2021-02-14 - -### Merged - -- Auto dependency update [`#525`](https://github.com/leanupjs/leanup/pull/525) -- chore: work on script [`#521`](https://github.com/leanupjs/leanup/pull/521) - -### Commits - -- chore: update publish workflows [`f4a9cbd`](https://github.com/leanupjs/leanup/commit/f4a9cbd456a2c0fb12eb72c71ae0a4f878676edb) -- fix: dry github workflow [`712f1ae`](https://github.com/leanupjs/leanup/commit/712f1aecbd72a8f0e5946166f6c75adaa359b337) -- fix: dry github workflow [`b810128`](https://github.com/leanupjs/leanup/commit/b810128b41c609e984c57ff92653d8ef553e0d54) -- fix: dry github workflow [`27b0105`](https://github.com/leanupjs/leanup/commit/27b010532ab5d2a604db3eea84418d1a6687f643) -- chore: commit optimized replacement for dry run [`fdc2841`](https://github.com/leanupjs/leanup/commit/fdc28413a8419711c540b680522fb33f9b2e44f6) -- fix: dry github workflow [`0131198`](https://github.com/leanupjs/leanup/commit/013119841030eb5290773035ad634eb25882efbf) - -## [1.0.96](https://github.com/leanupjs/leanup/compare/1.0.95...1.0.96) - 2021-02-11 - -### Merged - -- Auto dependency update [`#389`](https://github.com/leanupjs/leanup/pull/389) - -### Commits - -- chore: update chromedriver in templates [`078cb3f`](https://github.com/leanupjs/leanup/commit/078cb3fe6d27090da151cbdae9d297f407cbddae) -- chore: update minor versions [`0265549`](https://github.com/leanupjs/leanup/commit/026554951ec4ea2f5869234a87011655f278a3a1) -- chore: upgrade svelte features [`9cc7008`](https://github.com/leanupjs/leanup/commit/9cc7008d03dbf33c467384f06cc381581744f135) -- refactor: https://babel.dev/blog/2020/07/13/the-state-of-babel-eslint [`47e8c50`](https://github.com/leanupjs/leanup/commit/47e8c50c8f7cf6caa38f668fa4244b8424ca5b57) - -## [1.0.95](https://github.com/leanupjs/leanup/compare/1.0.94...1.0.95) - 2021-02-06 - -### Commits - -- Auto dependency update [`79655f2`](https://github.com/leanupjs/leanup/commit/79655f2755a292243462a89140671f85db86eaba) - -## [1.0.94](https://github.com/leanupjs/leanup/compare/1.0.93...1.0.94) - 2021-02-03 - -### Merged - -- chore(deps-dev): bump svelte from 3.32.0 to 3.32.1 [`#277`](https://github.com/leanupjs/leanup/pull/277) - -### Commits - -- Auto dependency update [`9c60937`](https://github.com/leanupjs/leanup/commit/9c60937c80bc5e23f42344bbfa7f86f3250527bc) -- chore: enable publish [`e49018c`](https://github.com/leanupjs/leanup/commit/e49018ca33ceb3aecee17b7fef2858a3350c99cd) - -## [1.0.93](https://github.com/leanupjs/leanup/compare/1.0.92...1.0.93) - 2021-01-27 - -### Merged - -- chore(deps-dev): bump npm-check-updates from 11.0.2 to 11.1.0 [`#273`](https://github.com/leanupjs/leanup/pull/273) -- chore(deps-dev): bump svelte from 3.31.2 to 3.32.0 [`#274`](https://github.com/leanupjs/leanup/pull/274) - -### Commits - -- Auto dependency update [`fd1ad3c`](https://github.com/leanupjs/leanup/commit/fd1ad3c40262f43657723a230be4b716f0f6adb3) -- chore: update svelte format [`96c4082`](https://github.com/leanupjs/leanup/commit/96c40825f088a687a77ee2d5ff0a577c9374a6f6) -- chore: try replace in workflow [`31131c5`](https://github.com/leanupjs/leanup/commit/31131c56fb07da2820b141949fad286de278c290) -- chore: update deps [`f5738d4`](https://github.com/leanupjs/leanup/commit/f5738d40826dab142a821f52700bee57fd28798d) -- Auto dependency update [`7ca26d3`](https://github.com/leanupjs/leanup/commit/7ca26d327832d8b2b2677e69ac3de7b13e993ff5) -- fix: angular dep version fixed [`f7794e0`](https://github.com/leanupjs/leanup/commit/f7794e0ff7cdcb0b9c5621646488b925e1003c1b) - -## [1.0.92](https://github.com/leanupjs/leanup/compare/1.0.91...1.0.92) - 2021-01-25 - -### Merged - -- chore(deps-dev): bump npm-check-updates from 10.3.1 to 11.0.0 [`#265`](https://github.com/leanupjs/leanup/pull/265) - -### Commits - -- Auto dependency update [`928934d`](https://github.com/leanupjs/leanup/commit/928934ddca4f6a3f5239d916c5c919db8629bba4) -- Auto dependency update [`300c607`](https://github.com/leanupjs/leanup/commit/300c6076e8eabee89658df823ff7d1409a2ab370) -- Auto dependency update [`3570883`](https://github.com/leanupjs/leanup/commit/3570883b0677003274f28c7b189bf9d255d0e6f1) -- Auto dependency update [`0107797`](https://github.com/leanupjs/leanup/commit/0107797d4c6d98b658929f886691864ce9dc46bd) - -## [1.0.91](https://github.com/leanupjs/leanup/compare/1.0.90...1.0.91) - 2021-01-21 - -### Merged - -- chore(deps): bump sass from 1.32.4 to 1.32.5 [`#261`](https://github.com/leanupjs/leanup/pull/261) -- chore(deps): bump webpack-cli from 4.3.1 to 4.4.0 [`#262`](https://github.com/leanupjs/leanup/pull/262) -- chore(deps): bump commander from 6.2.1 to 7.0.0 [`#252`](https://github.com/leanupjs/leanup/pull/252) - -### Commits - -- Auto dependency update [`c1309c4`](https://github.com/leanupjs/leanup/commit/c1309c430620f74a61fd51dc7cb752fcc116776b) -- Auto dependency update [`5579ff8`](https://github.com/leanupjs/leanup/commit/5579ff8ccbd688f407f9ab408e1f1a2b69dc144c) -- fix: workflow [`e4f7a4a`](https://github.com/leanupjs/leanup/commit/e4f7a4a69526bf22dd7beb4a9063bd575df9530c) -- Auto dependency update [`bbe2bec`](https://github.com/leanupjs/leanup/commit/bbe2bec7bfeb44c8ab66c1b33db0c8ba1ff24ba9) -- Auto dependency update [`bdf6695`](https://github.com/leanupjs/leanup/commit/bdf669594b2a5d2b761bc83a3c265a800df41b12) -- Auto dependency update [`6a841b3`](https://github.com/leanupjs/leanup/commit/6a841b3e735bb17b1f6ae3e25f887f53d471d1b4) -- chore: add new cleanup workflow [`a32fc73`](https://github.com/leanupjs/leanup/commit/a32fc73ebbff2ec1455a8a923874a30a3940d9e2) -- chore: add new npm updater [`e1568a5`](https://github.com/leanupjs/leanup/commit/e1568a5450f7a9da72a20e1f7590238d61bbe694) - -## [1.0.90](https://github.com/leanupjs/leanup/compare/1.0.89...1.0.90) - 2021-01-16 - -### Commits - -- Auto dependency update [`5f87f62`](https://github.com/leanupjs/leanup/commit/5f87f62fc150a67db09cb8ce7f9deb35895ee0b0) -- chore: configure dry run [`a581619`](https://github.com/leanupjs/leanup/commit/a581619e888b63ad09e3afdc55b9ebab2dae6db3) -- chore: update publish workflows [`83e61d7`](https://github.com/leanupjs/leanup/commit/83e61d74890525bec659035029d56f8718bae494) -- Update publish-to-npmjs.dry.yml [`aad8d6d`](https://github.com/leanupjs/leanup/commit/aad8d6d7597265673a0ec08551d9a0f94d5628ee) -- chore: optimize v1.0 publish worklfows [`55df87b`](https://github.com/leanupjs/leanup/commit/55df87b69cbfc082443aadff41617242ce5c01b9) -- Auto dependency update [`cf57ff0`](https://github.com/leanupjs/leanup/commit/cf57ff0d60e5263cb90114c91fcb990ea3607ec2) -- fix: workflow [`8a6c51f`](https://github.com/leanupjs/leanup/commit/8a6c51f41488bfb2bb6c1e56df8265e667ab18f7) -- chore: fix dry workflow [`4a39855`](https://github.com/leanupjs/leanup/commit/4a398553cbffa83a714b7bf1a70aef1928908e18) -- chore: delete tag by version number [`8e9e744`](https://github.com/leanupjs/leanup/commit/8e9e74493130d46be73f18f1e2de9981db63869c) -- chore: we need access restricted to delete packages [`bfe2016`](https://github.com/leanupjs/leanup/commit/bfe20161a6d322e109275c44732e37de7617609a) -- Update publish-to-npmjs.dry.yml [`3418453`](https://github.com/leanupjs/leanup/commit/3418453f7355998db2ab271d00c1f09148fb5d37) -- Update publish-to-npmjs.dry.yml [`fe4965f`](https://github.com/leanupjs/leanup/commit/fe4965f7cd35b3c59388d3de94047a90174c9392) - -## [1.0.89](https://github.com/leanupjs/leanup/compare/1.0.88...1.0.89) - 2021-01-14 - -### Commits - -- Auto dependency update [`7d0016e`](https://github.com/leanupjs/leanup/commit/7d0016ecaacddef40713ffd5d5aa481876d03439) -- Auto dependency update [`91acd1d`](https://github.com/leanupjs/leanup/commit/91acd1d2f2fd23f47545cc9aefcf8d52a4ee42f4) -- chore: we have a dry run for npm publish [`d2d9a12`](https://github.com/leanupjs/leanup/commit/d2d9a1209083531d75f73753167c4074cbc3fabe) -- chore: add a additional test demo senario for cucumber [`6844a53`](https://github.com/leanupjs/leanup/commit/6844a538b909e0c4362ecaf25bbd8acf9acf4998) -- Auto dependency update [`412975b`](https://github.com/leanupjs/leanup/commit/412975b0f1a4c128461d1e70a88ed07ad8a3fa44) -- ci: update CHANGELOG.md [`806aeb4`](https://github.com/leanupjs/leanup/commit/806aeb4e6e113a245302c528423b790cad53ebad) -- fix: sync publsh workflow to dry run [`d9d0d98`](https://github.com/leanupjs/leanup/commit/d9d0d985293cde728fc4379c15bf89fcf68997c0) -- fix: fix nightwatch-api config for cucumber [`0dd47c8`](https://github.com/leanupjs/leanup/commit/0dd47c8cd07dc37414d54369f1bf2c9a70050804) -- fix: fix the cucumber nightwatch config [`abf3a87`](https://github.com/leanupjs/leanup/commit/abf3a878d554b037ebca47ad200858f297cdd184) -- ci: update CHANGELOG.md [`0363b35`](https://github.com/leanupjs/leanup/commit/0363b35fe7bd6dc049a78c1aa527212ffde714b5) -- chore: disable dry run for publish npm [`91939e2`](https://github.com/leanupjs/leanup/commit/91939e2f12a6e677fb64dcb3e177b35f21d98f56) -- docs: add the sonatype depshield [`3f74dcb`](https://github.com/leanupjs/leanup/commit/3f74dcbd6ec726514c76b1c9844fb04902947704) - -## [1.0.88](https://github.com/leanupjs/leanup/compare/1.0.87...1.0.88) - 2021-01-10 - -### Merged - -- Feature/framework test [`#214`](https://github.com/leanupjs/leanup/pull/214) - -### Commits - -- chore: fix framework test [`e942ae3`](https://github.com/leanupjs/leanup/commit/e942ae36498dd68e15efedc30c90e0e9cdcc2d31) -- chore: remove addons and add cli to templates [`84a438f`](https://github.com/leanupjs/leanup/commit/84a438faa625897080acd886f7b3e0451441b4bf) -- fix: sass import for tailwindcss [`cb7586b`](https://github.com/leanupjs/leanup/commit/cb7586b1c3c408c4e656b3ba52e17b0984dd38ce) -- chore: fix workflow files for unpublish [`c3d6cf3`](https://github.com/leanupjs/leanup/commit/c3d6cf3ff18c4ec5c80f0638153889386c884abf) -- chore: new commit message [`da3a548`](https://github.com/leanupjs/leanup/commit/da3a548209783767a99722fa77d70f4599d3209b) - -## [1.0.87](https://github.com/leanupjs/leanup/compare/1.0.86...1.0.87) - 2021-01-10 - -### Commits - -- chore: manage unpublish scripts [`861b98e`](https://github.com/leanupjs/leanup/commit/861b98e59e36727d8f9a6d07258ed0136ea35427) -- ci: update CHANGELOG.md [`1184bfd`](https://github.com/leanupjs/leanup/commit/1184bfdb7e45710febdaa3afaa6298073eefdc86) -- fix: fix test for form control [`04eeebb`](https://github.com/leanupjs/leanup/commit/04eeebb1dd222618f54772e9d526ee3195f3257e) - -## [1.0.86](https://github.com/leanupjs/leanup/compare/1.0.84...1.0.86) - 2021-01-10 - -### Merged - -- chore(deps-dev): bump prettier-plugin-svelte from 1.4.2 to 2.0.3 [`#208`](https://github.com/leanupjs/leanup/pull/208) - -### Commits - -- Auto dependency update [`98bb282`](https://github.com/leanupjs/leanup/commit/98bb28253402ae9fa6f48ff4de6d9401f9622bbd) -- Auto dependency update [`8a9310e`](https://github.com/leanupjs/leanup/commit/8a9310e4dd18e30c6610f8f12c9fe360f327e926) -- chore: reorganize unpublish scripts [`0061431`](https://github.com/leanupjs/leanup/commit/0061431d9a2a6c446f64e5348b73719113911f21) -- fix: change id naming for input controls - refact e2e tests [`0ab2f59`](https://github.com/leanupjs/leanup/commit/0ab2f5999af690a6b68cf05698034e675e66d1d5) -- chore: add unpublish logic [`8cfbae8`](https://github.com/leanupjs/leanup/commit/8cfbae86191b6892c0c44ffdbb96ead8b6239c77) -- chore: decouple modules to leanup cli [`98c2059`](https://github.com/leanupjs/leanup/commit/98c2059eca72de94120c88c5d3b9f4334d5fdef3) -- chore: edit unpublish scripts [`a1a95c2`](https://github.com/leanupjs/leanup/commit/a1a95c27590ba63b057e1c6cd3a16e9bfa8fc5ac) -- chore: store angular prototype tsconfig [`04e1890`](https://github.com/leanupjs/leanup/commit/04e189036e77a5085fa77a2da45411c9dfadf65d) -- Auto dependency update [`9bb7fbc`](https://github.com/leanupjs/leanup/commit/9bb7fbc2e7c57c7d431b0f57db4cbf321a4a2227) -- ci: update CHANGELOG.md [`5e4b6d0`](https://github.com/leanupjs/leanup/commit/5e4b6d01256457f437e88f03b55a8a6b7d0dc772) -- chore: fix wake-up script [`722899e`](https://github.com/leanupjs/leanup/commit/722899e8b80f292e81680e95879b96b20512ab38) -- ci: update CHANGELOG.md [`d42e2a7`](https://github.com/leanupjs/leanup/commit/d42e2a7241ff7873f72045a33d15ac8524cec5be) -- ci: update CHANGELOG.md [`10db8c5`](https://github.com/leanupjs/leanup/commit/10db8c592b68d28f2de03b1a0eb57c57169b484b) -- chore: fix core-js version in angular template [`ec51f34`](https://github.com/leanupjs/leanup/commit/ec51f34de3f9626077ad939d50a3683d8acc330e) - -## [1.0.84](https://github.com/leanupjs/leanup/compare/1.0.83...1.0.84) - 2021-01-07 - -### Commits - -- fix: serve does not work with webpack-cli@^4 [`7d9cd31`](https://github.com/leanupjs/leanup/commit/7d9cd31e8d7447c951826b80f4610c36b173f003) - -## [1.0.83](https://github.com/leanupjs/leanup/compare/1.0.82...1.0.83) - 2021-01-07 - -### Merged - -- Release/1.0 [`#173`](https://github.com/leanupjs/leanup/pull/173) - -### Commits - -- Auto dependency update [`b5c3c9b`](https://github.com/leanupjs/leanup/commit/b5c3c9b7590aef1059fbf5f33eb088eea77cc07b) -- Auto dependency update [`05ffbb1`](https://github.com/leanupjs/leanup/commit/05ffbb1bc80cd44d73af83aec41860e7c1c5b3f7) -- Auto dependency update [`dc4914e`](https://github.com/leanupjs/leanup/commit/dc4914e59dad18893dd19a27ddb02fd9d36cdba8) -- ci: update CHANGELOG.md [`0bbb31b`](https://github.com/leanupjs/leanup/commit/0bbb31baf2cf43d52c70cc876f9b9f9f88ecdc01) -- chore: unpublish scripts [`b24520f`](https://github.com/leanupjs/leanup/commit/b24520fa90c07f0e6457742d3d2cb5e1d313f103) -- chore: optimize update scripts [`9db1ce2`](https://github.com/leanupjs/leanup/commit/9db1ce283c9c392ff4499b4e202e27ef3ad49025) -- ci: update CHANGELOG.md [`4065a10`](https://github.com/leanupjs/leanup/commit/4065a104aaad2052892e5f85f323b6d7a90a6af1) -- ci: update CHANGELOG.md [`1b1770b`](https://github.com/leanupjs/leanup/commit/1b1770b86ea15bcd99233543d03b6e01d01583ee) -- ci: update CHANGELOG.md [`6a903e8`](https://github.com/leanupjs/leanup/commit/6a903e85f981ccb8b07e0bb280e6233d255fdba0) -- ci: update CHANGELOG.md [`3356ae9`](https://github.com/leanupjs/leanup/commit/3356ae9aabf40c58ecf30bcda8a37928ab9ae8dc) -- ci: update CHANGELOG.md [`bfa581b`](https://github.com/leanupjs/leanup/commit/bfa581b054070899da1accca6a0803402570f4e1) -- ci: update CHANGELOG.md [`ebd6d08`](https://github.com/leanupjs/leanup/commit/ebd6d08df850593e1b40c4c25fa658e63388df50) -- ci: update CHANGELOG.md [`327cbf3`](https://github.com/leanupjs/leanup/commit/327cbf3bdcad7302d43ee1e8e736520c12473ea6) -- ci: update CHANGELOG.md [`de272e0`](https://github.com/leanupjs/leanup/commit/de272e0e1bb162f2e80aed8e9f389610e83c5fa5) -- ci: update CHANGELOG.md [`0e28cdb`](https://github.com/leanupjs/leanup/commit/0e28cdb3955937c28ddb12efdcfea69325118d6f) -- ci: update CHANGELOG.md [`206a3f6`](https://github.com/leanupjs/leanup/commit/206a3f649c4e9c31e199f18931e68d0e148fbedd) -- ci: update CHANGELOG.md [`6d1bc64`](https://github.com/leanupjs/leanup/commit/6d1bc6400c831c2e0678154fad40571cecb85b17) -- chore: update changelog in master branch [`67ebef9`](https://github.com/leanupjs/leanup/commit/67ebef9b8a59e30ae98069eaa5a0c4f27c13ca66) -- chore: fix update command in workflow files [`333a2e5`](https://github.com/leanupjs/leanup/commit/333a2e5309a44050335730220f0d313e9de71367) -- chore: downgrade prettier-plugin-svelte udpate [`c36180f`](https://github.com/leanupjs/leanup/commit/c36180fbee9d8f66a3301470b0da75e0b44591be) -- chore: edit the update workflows - to update package-locks [`b58bc07`](https://github.com/leanupjs/leanup/commit/b58bc07c792110dbbe372f96c6341387c2428ff5) -- chore: downgrade broken copy-modules-webpack-plugin update [`c413d49`](https://github.com/leanupjs/leanup/commit/c413d493ecb446ac452a49a7047d69395db738f2) -- chore: add copy-modules-webpack-plugin to ignore list for updates [`7e8607f`](https://github.com/leanupjs/leanup/commit/7e8607fef5426c1b91ed3dbd6bc68fcb98d5240e) -- chore: optimize update npm script for typescript and template handling [`ba3c823`](https://github.com/leanupjs/leanup/commit/ba3c823ff715c68a15df5bcecbf127577f429379) - -## [1.0.82](https://github.com/leanupjs/leanup/compare/1.0.81...1.0.82) - 2021-01-05 - -### Merged - -- chore(deps-dev): bump @types/node from 14.14.19 to 14.14.20 [`#191`](https://github.com/leanupjs/leanup/pull/191) -- chore(deps-dev): bump svelte from 3.31.1 to 3.31.2 [`#192`](https://github.com/leanupjs/leanup/pull/192) -- chore: update copy-modules-webpack-plugin [`#189`](https://github.com/leanupjs/leanup/pull/189) -- chore(deps): bump html-webpack-plugin from 4.5.0 to 4.5.1 [`#182`](https://github.com/leanupjs/leanup/pull/182) -- chore(deps-dev): bump preact from 10.5.8 to 10.5.9 [`#183`](https://github.com/leanupjs/leanup/pull/183) - -### Commits - -- Auto dependency update [`5ff6eef`](https://github.com/leanupjs/leanup/commit/5ff6eef96444c8db9a9650103c89b716a3f237ee) -- Auto dependency update [`46afd99`](https://github.com/leanupjs/leanup/commit/46afd993559fcbeefa2ffd3ac2546b775dec80d5) -- Auto dependency update [`50acef0`](https://github.com/leanupjs/leanup/commit/50acef0fdf300175f93401ae92a3f36f9dff3a6d) - -## [1.0.81](https://github.com/leanupjs/leanup/compare/1.0.80...1.0.81) - 2021-01-03 - -### Commits - -- Auto dependency update [`b3ec963`](https://github.com/leanupjs/leanup/commit/b3ec963b6edb03bfe9bc80755d80c5b7a5792459) -- chore: update framework versions [`fc494c5`](https://github.com/leanupjs/leanup/commit/fc494c5b04aab75dba48101e4318c082fd38f027) - -## [1.0.80](https://github.com/leanupjs/leanup/compare/1.0.79...1.0.80) - 2021-01-03 - -### Commits - -- fix: add missing deps leanup stack [`42d4bb9`](https://github.com/leanupjs/leanup/commit/42d4bb9ae4bdaff6626bb6e4900502b59cd0437b) - -## [1.0.79](https://github.com/leanupjs/leanup/compare/1.0.78...1.0.79) - 2021-01-03 - -### Commits - -- Auto dependency update [`eae4620`](https://github.com/leanupjs/leanup/commit/eae46202d6b52a235bfcceb2af1bbe5e78a18400) -- fix: dependency versions [`07457c3`](https://github.com/leanupjs/leanup/commit/07457c39f3754a3d35e87a71f8a11ff5b86d6cf6) -- refactor: refact dependency handling [`8a2a4ba`](https://github.com/leanupjs/leanup/commit/8a2a4baef69c82e753add16b543952040ea380d1) -- fix: separate release creation [`9258906`](https://github.com/leanupjs/leanup/commit/9258906356d98ba91e95afe14bc33060cc95c813) -- ci: update CHANGELOG.md [`7d85438`](https://github.com/leanupjs/leanup/commit/7d85438134a6018cd61841cc1cb00f1b653a2ad3) -- fix: fix npm run ncu script [`9b8a8d7`](https://github.com/leanupjs/leanup/commit/9b8a8d7a31a915090e95cd46c353e9f754d6e8a5) -- chore: switch from npm ci to npm install [`6cf5aa3`](https://github.com/leanupjs/leanup/commit/6cf5aa3d6aabf31ca32478b5a6f63e203aac6f90) -- ci: update CHANGELOG.md [`7e1bfdf`](https://github.com/leanupjs/leanup/commit/7e1bfdfca0270f5aba973eecc1566b1a09915b6b) -- chore: add body to create release [`d4ef68d`](https://github.com/leanupjs/leanup/commit/d4ef68d646d79b57e0e25c311daa1f87dbb6e972) -- Update auto-dependency-update.v1.0.yml [`f85f374`](https://github.com/leanupjs/leanup/commit/f85f374bd91eb04dd63cc586ae79512ba900c8ce) - -## [1.0.78](https://github.com/leanupjs/leanup/compare/1.0.77...1.0.78) - 2021-01-01 - -### Merged - -- chore(deps): bump webpack-cli from 3.3.12 to 4.3.1 [`#179`](https://github.com/leanupjs/leanup/pull/179) - -### Commits - -- docs: update changelog [`a43fd07`](https://github.com/leanupjs/leanup/commit/a43fd0773b22b976a117e2ef8591003a947a630c) -- chore: add workflow for changelog update [`c064084`](https://github.com/leanupjs/leanup/commit/c064084f65c01c1e5f65d7bff44c9abcc3daad74) -- chore: script to delete tags [`adb0126`](https://github.com/leanupjs/leanup/commit/adb0126e4d70f8906f85e73df4a28c9da3f00c6b) -- chore: edit release workflow [`4cb3fb8`](https://github.com/leanupjs/leanup/commit/4cb3fb80747daa89c31b0714c3bcb3d1a2829e85) -- ci: update CHANGELOG.md [`7b25b4d`](https://github.com/leanupjs/leanup/commit/7b25b4dec4252b4502cdce5249c8a12009621ae7) -- chore: edit release workflow [`30738ea`](https://github.com/leanupjs/leanup/commit/30738ea4c6f6cf96859511ffb368851f95aa9643) -- chore: fix version gape [`5f3683e`](https://github.com/leanupjs/leanup/commit/5f3683e6b230e7d747d1a7a653902fa7dd4f1cff) - -## [1.0.77](https://github.com/leanupjs/leanup/compare/1.0.76...1.0.77) - 2020-12-31 - -### Merged - -- chore(deps-dev): bump preact from 10.5.7 to 10.5.8 [`#176`](https://github.com/leanupjs/leanup/pull/176) -- chore(deps-dev): bump @types/node from 14.14.16 to 14.14.17 [`#177`](https://github.com/leanupjs/leanup/pull/177) -- chore(deps): bump postcss from 8.2.1 to 8.2.2 [`#172`](https://github.com/leanupjs/leanup/pull/172) -- chore(deps): bump sass from 1.30.0 to 1.32.0 [`#171`](https://github.com/leanupjs/leanup/pull/171) - -### Commits - -- chore: add changelog file [`14baedb`](https://github.com/leanupjs/leanup/commit/14baedb0ad98f9e468ee1c4a6609f2bde911743d) -- chore: prepare test all frameworks [`27e69d3`](https://github.com/leanupjs/leanup/commit/27e69d3eee3b866f8dc21abb22a3b464360d666a) -- Update wake-up-all.sh [`dd47800`](https://github.com/leanupjs/leanup/commit/dd47800d13680f6ab067305d3c98dcc796f04325) -- Update wake-up-all.sh [`7557695`](https://github.com/leanupjs/leanup/commit/75576954d847726914c84a40b81d9b3ca7bf4324) -- Update CONTRIBUTING.md [`cb381b1`](https://github.com/leanupjs/leanup/commit/cb381b1f87d28126afc5d22a2844ce0902bf2366) -- chore: optimize release creation [`c2f75f3`](https://github.com/leanupjs/leanup/commit/c2f75f371ba671180b5160fcf788db0c520befda) -- chore: prepare a new way to create releases [`55b6de9`](https://github.com/leanupjs/leanup/commit/55b6de9cccd054d03c399eaaaea9d0a2a3f734f8) -- Update node-v15.npm-v7.test.yml [`9b193ab`](https://github.com/leanupjs/leanup/commit/9b193abe9450c10ec89499ecdb0f61cab518f567) -- Update auto-dependency-update.v1.1.yml [`e826ce5`](https://github.com/leanupjs/leanup/commit/e826ce5a730a3ffa82d6c60a20f75a0c52222ca4) -- Update README.md [`9d1d598`](https://github.com/leanupjs/leanup/commit/9d1d598e4298d2ec65c3c91244e6892b6bd0111d) -- fix: redundant get parameter type removed [`bf43749`](https://github.com/leanupjs/leanup/commit/bf437495a3d3b6eca2f0f759782a0e587a517eb0) -- Update create-a-release.yml [`db4a436`](https://github.com/leanupjs/leanup/commit/db4a436a546751a8e0e3a0b1170ce2474ba5410e) -- Update create-a-release.yml [`d58033d`](https://github.com/leanupjs/leanup/commit/d58033d336df5f009501ab71943d7fee61e3da23) -- Update README.md [`c6aac7c`](https://github.com/leanupjs/leanup/commit/c6aac7ce5196fe3596a54fb4ae980f865d96b44f) - -## [1.0.76](https://github.com/leanupjs/leanup/compare/1.0.75...1.0.76) - 2020-12-29 - -### Commits - -- fix: fix peerDep versions [`5576b1f`](https://github.com/leanupjs/leanup/commit/5576b1f85173f5ab1ce026684f9e40272acbd3c2) - -## [1.0.75](https://github.com/leanupjs/leanup/compare/1.0.74...1.0.75) - 2020-12-28 - -### Merged - -- chore(deps): bump less from 3.13.0 to 3.13.1 [`#156`](https://github.com/leanupjs/leanup/pull/156) -- chore(deps): bump @babel/plugin-proposal-decorators from 7.12.1 to 7.12.12 [`#155`](https://github.com/leanupjs/leanup/pull/155) -- chore(deps): bump loglevel from 1.7.0 to 1.7.1 [`#145`](https://github.com/leanupjs/leanup/pull/145) -- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#147`](https://github.com/leanupjs/leanup/pull/147) -- chore(deps-dev): bump cross-env from 7.0.2 to 7.0.3 [`#149`](https://github.com/leanupjs/leanup/pull/149) -- chore(deps): bump autoprefixer from 9.8.6 to 10.1.0 [`#141`](https://github.com/leanupjs/leanup/pull/141) - -### Commits - -- chore: update deps [`eef48e3`](https://github.com/leanupjs/leanup/commit/eef48e3f76db276e4fda0f7f68c650b3d91af4fb) -- chore(deps): bump @babel/plugin-proposal-decorators [`951641c`](https://github.com/leanupjs/leanup/commit/951641c6cced6cf3d55acbe05688efd4740a0d41) -- Auto dependency update [`00bb239`](https://github.com/leanupjs/leanup/commit/00bb239300f5aabb745aac58134a62d6932813a8) - -## [1.0.74](https://github.com/leanupjs/leanup/compare/1.0.73...1.0.74) - 2020-12-21 - -### Merged - -- chore(deps): bump mini-css-extract-plugin from 0.11.2 to 1.3.3 [`#143`](https://github.com/leanupjs/leanup/pull/143) -- chore(deps-dev): bump esm from 3.2.0 to 3.2.25 [`#142`](https://github.com/leanupjs/leanup/pull/142) -- chore(deps-dev): bump jsdom-global from 3.0.0 to 3.0.2 [`#144`](https://github.com/leanupjs/leanup/pull/144) - -### Commits - -- Update common-cli.ts [`524fe3b`](https://github.com/leanupjs/leanup/commit/524fe3b0f7ad337fd10c07e6beced815a0d861cc) - -## [1.0.73](https://github.com/leanupjs/leanup/compare/1.0.72...1.0.73) - 2020-12-21 - -### Commits - -- Auto dependency update [`47615a1`](https://github.com/leanupjs/leanup/commit/47615a112ddeb27afd7d23ec7317c0c179b6ac91) -- chore: tailswind detect the production mode only by using NODE_ENV [`4848ed2`](https://github.com/leanupjs/leanup/commit/4848ed295f47cd2222459b2c323095ec22a5bdfd) -- chore: minimize index.html [`c967ba0`](https://github.com/leanupjs/leanup/commit/c967ba00a1f87033188192106e3ff5026c94e115) -- chore: optimize template [`5d5b63f`](https://github.com/leanupjs/leanup/commit/5d5b63f4f2ee270cda77829e32ce4080fd5d28ab) - -## [1.0.72](https://github.com/leanupjs/leanup/compare/1.0.71...1.0.72) - 2020-12-20 - -### Commits - -- chore: optimize template overwrite handling [`8af3074`](https://github.com/leanupjs/leanup/commit/8af3074c9720432428f841e9f33ad0a661e78799) - -## [1.0.71](https://github.com/leanupjs/leanup/compare/1.0.70...1.0.71) - 2020-12-20 - -### Commits - -- chore: fix npm scripts for serve and build by using --mode [`9ab00d2`](https://github.com/leanupjs/leanup/commit/9ab00d2032ea1910bdea1cda004affa8d479ac4a) -- fix: unwanted change reversed / separate css file [`fbc6edf`](https://github.com/leanupjs/leanup/commit/fbc6edf86fad4fed62d8ac1ee9f4a2795764e5dc) - -## [1.0.70](https://github.com/leanupjs/leanup/compare/1.0.69...1.0.70) - 2020-12-20 - -### Commits - -- chore: update deps [`cc7bccf`](https://github.com/leanupjs/leanup/commit/cc7bccf670a605c564f24a55c2002c3d7c144960) -- chore: upgrade postcss [`f2644bf`](https://github.com/leanupjs/leanup/commit/f2644bf30a88108e054cdd0a02a1089c93a7bd1c) -- fix: fix template [`07b8ec0`](https://github.com/leanupjs/leanup/commit/07b8ec0db321ff1c63c3d08fb340e589a84c45a3) - -## [1.0.69](https://github.com/leanupjs/leanup/compare/1.0.68...1.0.69) - 2020-12-20 - -### Commits - -- docs: fix dependency shield urls [`ff53d06`](https://github.com/leanupjs/leanup/commit/ff53d06f08dab25c0e541768a7be2f73f71e6a83) -- chore: update public template frame [`68b50ec`](https://github.com/leanupjs/leanup/commit/68b50ec6d7835d4407a75a377a4c53278fffe1d9) -- fix: import path to @leanup/cli [`cce8108`](https://github.com/leanupjs/leanup/commit/cce81084c30caf858868f76eac44363b51699bac) -- chore: remove lib in gitignore [`bbaff87`](https://github.com/leanupjs/leanup/commit/bbaff871b863e0817198f130cd867b6bb875c8b8) - -## [1.0.68](https://github.com/leanupjs/leanup/compare/1.0.67...1.0.68) - 2020-12-20 - -### Commits - -- chore: update framework templates with new design [`29cfd33`](https://github.com/leanupjs/leanup/commit/29cfd33276994c06733fdac4b4c0c97a61728fba) -- Auto dependency update [`ca8574e`](https://github.com/leanupjs/leanup/commit/ca8574e5fa744589eee16f6e6940a8d997a61d6f) - -## [1.0.67](https://github.com/leanupjs/leanup/compare/1.0.66...1.0.67) - 2020-12-19 - -### Commits - -- chore: update to new template design [`f705ca4`](https://github.com/leanupjs/leanup/commit/f705ca46d4b6c6f698925ecfc9a63bcbcebde92a) -- Auto dependency update [`89fd52c`](https://github.com/leanupjs/leanup/commit/89fd52ce32c04f44f16b10f67c669f9b5922062e) - -## [1.0.66](https://github.com/leanupjs/leanup/compare/1.0.65...1.0.66) - 2020-12-18 - -### Commits - -- fix: update framework versions [`a0b8a3d`](https://github.com/leanupjs/leanup/commit/a0b8a3de7b5d26022e852367d2cebd1feb9093fa) - -## [1.0.65](https://github.com/leanupjs/leanup/compare/1.0.64...1.0.65) - 2020-12-18 - -### Merged - -- chore(deps): bump autoprefixer from 9.8.5 to 9.8.6 [`#129`](https://github.com/leanupjs/leanup/pull/129) -- chore(deps-dev): bump @types/sinon from 9.0.8 to 9.0.9 [`#132`](https://github.com/leanupjs/leanup/pull/132) -- chore(deps): bump babel-loader from 8.2.1 to 8.2.2 [`#133`](https://github.com/leanupjs/leanup/pull/133) -- chore(deps): bump lint-staged from 10.5.1 to 10.5.3 [`#134`](https://github.com/leanupjs/leanup/pull/134) -- chore(deps): bump sass from 1.29.0 to 1.30.0 [`#135`](https://github.com/leanupjs/leanup/pull/135) -- Update package.json [`#126`](https://github.com/leanupjs/leanup/pull/126) - -### Commits - -- fix: broken refactoring mapToExclude [`f3fa37b`](https://github.com/leanupjs/leanup/commit/f3fa37b4cd553c3248fd97080f8c97d65e3fd09a) -- chore: fix npm scripts for inferno [`b880dc3`](https://github.com/leanupjs/leanup/commit/b880dc3dce4f80a2f712d2b304103d1c9eb3f475) -- chore: remove unused git ignore lib folder [`63f442b`](https://github.com/leanupjs/leanup/commit/63f442bf97ca968aae80296cb9b7538b7cf8cd7a) - -## [1.0.64](https://github.com/leanupjs/leanup/compare/1.0.63...1.0.64) - 2020-12-18 - -### Commits - -- Auto dependency update [`934690a`](https://github.com/leanupjs/leanup/commit/934690adb9d8bfee9445e9e3e6712d449e93dc52) -- chore: add missing devDep and peerDep for @leanup/cli [`d720236`](https://github.com/leanupjs/leanup/commit/d72023648abfb5b5996cb6a324799888300078e0) -- chore: fix npm pack and tsc [`1b67dda`](https://github.com/leanupjs/leanup/commit/1b67dda9c5caeda0d547e229084993cc36289a72) - -## [1.0.63](https://github.com/leanupjs/leanup/compare/1.0.62...1.0.63) - 2020-12-18 - -### Merged - -- chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 [`#124`](https://github.com/leanupjs/leanup/pull/124) - -### Commits - -- chore: update package jsons [`1b49444`](https://github.com/leanupjs/leanup/commit/1b4944463659e236040f624e822cb980f13c9261) -- chore: fix all dependencies [`4cfa6fd`](https://github.com/leanupjs/leanup/commit/4cfa6fd8396ba2579ba3108764115f26af57ddb3) -- Auto dependency update [`5759d2f`](https://github.com/leanupjs/leanup/commit/5759d2f8d38179b370c733bb3c612d8701c6e0eb) -- chore: configure dependabot [`d579043`](https://github.com/leanupjs/leanup/commit/d57904362098b47f6623e91817d2e8fa1d97deb3) -- chore: update npm scripts [`c02ccbb`](https://github.com/leanupjs/leanup/commit/c02ccbbc3504218c09408979465bd38194895116) -- Auto dependency update [`ccb41cf`](https://github.com/leanupjs/leanup/commit/ccb41cf0ceab4c3d8f74753073dd06054f2b66c7) -- chore: optimize wakeup script [`51d3aaf`](https://github.com/leanupjs/leanup/commit/51d3aaf4d588394707a5abe8bc5703a5c7d4713f) -- Auto dependency update [`ad53fd9`](https://github.com/leanupjs/leanup/commit/ad53fd9a9acfa0f355bcbce8a7438700a3f33f52) -- Update publish-to-npmjs.yml [`ee28768`](https://github.com/leanupjs/leanup/commit/ee28768986b45f7a4ae1fb02f32e004a209b093a) -- chore: workflow for node and npm [`7ac674c`](https://github.com/leanupjs/leanup/commit/7ac674c0fed9df7de6feb8d02234d62fd295509c) -- Update node-v15.npm-v7.test.yml [`2bc549b`](https://github.com/leanupjs/leanup/commit/2bc549b8dbc7b5ff7d51b4f08c978016d0cfc2bd) -- chore: remove build status [`1b63263`](https://github.com/leanupjs/leanup/commit/1b63263e73d5e5d77f60838d27e5d19810295eaf) -- chore: fix doc [`469af2f`](https://github.com/leanupjs/leanup/commit/469af2f25bd599bb0087682ce8c060b814b3a14e) - -## [1.0.62](https://github.com/leanupjs/leanup/compare/1.0.61...1.0.62) - 2020-12-15 - -### Merged - -- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#119`](https://github.com/leanupjs/leanup/pull/119) -- chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 [`#114`](https://github.com/leanupjs/leanup/pull/114) -- Create CODE_OF_CONDUCT.md [`#112`](https://github.com/leanupjs/leanup/pull/112) - -### Commits - -- Auto dependency update [`3524416`](https://github.com/leanupjs/leanup/commit/3524416eec955fa6c49d7a765a584151aca1b168) -- Auto dependency update [`75376da`](https://github.com/leanupjs/leanup/commit/75376da5938e7f5994b36ed94edfe3b890a98118) -- Auto dependency update [`bf66a5f`](https://github.com/leanupjs/leanup/commit/bf66a5f6c3dc416061716b0253b51ea75e618c62) -- docs: add a GUIDE.md and rename License file [`09b3e01`](https://github.com/leanupjs/leanup/commit/09b3e0173422f8c0853a870d7db30966d4cd4d47) -- Auto dependency update [`539b7e0`](https://github.com/leanupjs/leanup/commit/539b7e0d72643cc48e20031f383774e27c7c31e2) -- Auto dependency update [`b75a736`](https://github.com/leanupjs/leanup/commit/b75a736c9883c6854013031228d97a741d406f68) -- fix: remove .eslintrc [`fbe52c3`](https://github.com/leanupjs/leanup/commit/fbe52c38081d81b9fb59e0dd1389c183751d77d1) -- Update node-v15.npm-v7.test.yml [`ce9296d`](https://github.com/leanupjs/leanup/commit/ce9296d7376d2a3b52a67f797e5095e139f5184b) -- docs: update guide [`f03b55a`](https://github.com/leanupjs/leanup/commit/f03b55ae7c7ebbd67784461d87e61c71cc4d87b0) -- Create CONTRIBUTING.MD [`8421ca9`](https://github.com/leanupjs/leanup/commit/8421ca939d05e08df6aace4b2e1c56bcff5a9153) -- Rename CONTRIBUTING.MD to CONTRIBUTING.md [`787f2c9`](https://github.com/leanupjs/leanup/commit/787f2c9d0f815c7b908b01fc427c946a1c74c158) - -## [1.0.61](https://github.com/leanupjs/leanup/compare/1.0.60...1.0.61) - 2020-12-10 - -### Merged - -- chore(deps): bump husky from 4.3.4 to 4.3.5 [`#105`](https://github.com/leanupjs/leanup/pull/105) -- chore(deps-dev): bump npm-check-updates from 10.2.2 to 10.2.3 [`#106`](https://github.com/leanupjs/leanup/pull/106) -- chore(deps): bump @leanup/cli-core-format from 1.0.58 to 1.0.60 [`#102`](https://github.com/leanupjs/leanup/pull/102) -- chore(deps): bump actions/setup-node from v1 to v2.1.2 [`#98`](https://github.com/leanupjs/leanup/pull/98) - -### Commits - -- chore: update deps [`ae3a299`](https://github.com/leanupjs/leanup/commit/ae3a299ecf703401d67934e628fdf1490cf75ce4) -- Auto dependency update [`9451dcc`](https://github.com/leanupjs/leanup/commit/9451dcc7f35f2b87bbaaebae5c18107a2e7f3472) -- Auto dependency update [`bf14c69`](https://github.com/leanupjs/leanup/commit/bf14c69d9a9491a9a342e2aafc981edd6c43ba0b) -- Auto dependency update [`90861d9`](https://github.com/leanupjs/leanup/commit/90861d93e4790c4eceb2cb13ba55a67429980f83) -- Auto dependency update [`5f90c1b`](https://github.com/leanupjs/leanup/commit/5f90c1b53c361f6d2169f11d4a067964ecc3de9b) -- chore: extends the node version support [`76c84fb`](https://github.com/leanupjs/leanup/commit/76c84fb32e651fda5d66e2526732b158a3549120) -- chore: edit workflow [`5f2c544`](https://github.com/leanupjs/leanup/commit/5f2c5446e5aa2bc24497a7a0b40ff2d9de5a0185) -- Update auto-dependency-update.v1.1.yml [`719133b`](https://github.com/leanupjs/leanup/commit/719133ba65f799acb2e6b53106682bbbb5174f1a) -- Test 'actions/cache@v2' [`6454e22`](https://github.com/leanupjs/leanup/commit/6454e22fa5ceaf599626d9bea6f40ac49ae09c1c) -- Update auto-dependency-update.v1.0.yml [`2673d0e`](https://github.com/leanupjs/leanup/commit/2673d0e4e7edda243e504173bdd19fba7204ade1) -- Update node-v15.npm-v7.test.yml [`71a11a6`](https://github.com/leanupjs/leanup/commit/71a11a6c9c91b0017a2994348d145f58b51385ba) -- Update dependabot.yml [`de9323e`](https://github.com/leanupjs/leanup/commit/de9323e7b663304aee527efaf4707495ea6724a9) -- chore: optimize npm install command [`bd19edd`](https://github.com/leanupjs/leanup/commit/bd19eddd91a80d5981d9b2da321f1cff087e2b12) -- Update node-v15.npm-v7.test.yml [`d1f0028`](https://github.com/leanupjs/leanup/commit/d1f00282d25c8004bbb85e72adce77e13f0ee505) -- Update auto-dependency-update.v1.1.yml [`5751331`](https://github.com/leanupjs/leanup/commit/57513313bc1ddec5498fda76796de956e7a49738) -- Update auto-dependency-update.v1.0.yml [`2630cd9`](https://github.com/leanupjs/leanup/commit/2630cd90240ecda22320e510259293603b88cdf1) -- Update auto-dependency-update.v1.0.yml [`9c56dd0`](https://github.com/leanupjs/leanup/commit/9c56dd08084e4b1591618f0480b85ff795bcce6a) -- Update auto-dependency-update.v1.0.yml [`60715f5`](https://github.com/leanupjs/leanup/commit/60715f5a54a5c92031b0d8d6cd934ffb89ab04d9) -- fix: command lerna [`0c072eb`](https://github.com/leanupjs/leanup/commit/0c072eb14aecde06412906c15732cc233911c075) -- Update auto-dependency-update.v1.0.yml [`b2eb535`](https://github.com/leanupjs/leanup/commit/b2eb535374423c03a8d54b852df08c2fc754c7b9) -- fix: add .eslintrc.js file in package.json [`7411a58`](https://github.com/leanupjs/leanup/commit/7411a585deaf21c248623fc29dbe8ccb8229d2da) - -## [1.0.60](https://github.com/leanupjs/leanup/compare/1.0.59...1.0.60) - 2020-12-06 - -### Merged - -- chore(deps): bump @commitlint/config-conventional from 9.1.2 to 11.0.0 in /packages/git-hooks [`#87`](https://github.com/leanupjs/leanup/pull/87) -- chore(deps): bump @commitlint/cli from 9.1.2 to 11.0.0 in /packages/git-hooks [`#84`](https://github.com/leanupjs/leanup/pull/84) -- chore(deps): bump @commitlint/cli from 9.1.2 to 11.0.0 [`#94`](https://github.com/leanupjs/leanup/pull/94) -- chore(deps): bump @commitlint/format from 9.1.2 to 11.0.0 [`#80`](https://github.com/leanupjs/leanup/pull/80) -- Create Dependabot config file [`#73`](https://github.com/leanupjs/leanup/pull/73) - -### Commits - -- chore: update dependabot [`085eaf6`](https://github.com/leanupjs/leanup/commit/085eaf6aed0e0c6b91eb2bb4a8e6ba120a7c12ca) -- Update dependabot.yml [`caebcb6`](https://github.com/leanupjs/leanup/commit/caebcb6cfc93379c6012e047c4253ae9011096f9) -- chore(deps): bump @commitlint/cli in /packages/git-hooks [`70277e0`](https://github.com/leanupjs/leanup/commit/70277e0da96d416af383418f4f2c8c9cc9d3c873) -- docs: update readme [`07d30b1`](https://github.com/leanupjs/leanup/commit/07d30b17c9d68b36eea2c497e1cde05e758aede5) -- chore(deps): bump @commitlint/config-conventional in /packages/git-hooks [`8545067`](https://github.com/leanupjs/leanup/commit/85450670e2ae31eabb1051c4d234fc5014f93249) -- Update README.md [`d66fc9d`](https://github.com/leanupjs/leanup/commit/d66fc9d9b19ac0970cfe72f0ded1514275672427) - -## [1.0.59](https://github.com/leanupjs/leanup/compare/1.0.58...1.0.59) - 2020-12-05 - -### Merged - -- chore(deps): bump vue-loader from 16.1.0 to 16.1.1 in /packages/cli/frameworks/vue3 [`#83`](https://github.com/leanupjs/leanup/pull/83) -- chore(deps): bump @leanup/lib from 1.0.55 to 1.0.58 in /packages/form [`#86`](https://github.com/leanupjs/leanup/pull/86) -- chore(deps-dev): bump react from 16.14.0 to 17.0.1 in /packages/lib [`#88`](https://github.com/leanupjs/leanup/pull/88) -- chore(deps): bump sass from 1.29.0 to 1.30.0 [`#90`](https://github.com/leanupjs/leanup/pull/90) -- chore(deps-dev): bump react from 16.14.0 to 17.0.1 [`#96`](https://github.com/leanupjs/leanup/pull/96) -- chore(deps): bump lint-staged from 10.5.2 to 10.5.3 [`#95`](https://github.com/leanupjs/leanup/pull/95) -- chore(deps): bump @leanup/cli-core-test from 1.0.55 to 1.0.58 in /packages/cli/core [`#68`](https://github.com/leanupjs/leanup/pull/68) - -### Commits - -- chore(deps): bump @leanup/cli-core-test in /packages/cli/core [`02a0700`](https://github.com/leanupjs/leanup/commit/02a07005d4188976aa5e42a33db705988dad74f2) -- refact: remove the include option [`5a59ae5`](https://github.com/leanupjs/leanup/commit/5a59ae58ca23fff1ecf469f9ff752c893de3b8a4) -- chore(deps): bump vue-loader in /packages/cli/frameworks/vue3 [`8f6cf98`](https://github.com/leanupjs/leanup/commit/8f6cf982615eace1d0035fca4ad78f3e61c92727) - -## [1.0.58](https://github.com/leanupjs/leanup/compare/1.0.57...1.0.58) - 2020-12-03 - -### Commits - -- chore: remove self peer deps [`3d5c79c`](https://github.com/leanupjs/leanup/commit/3d5c79c4b3064a5c4de586b58415ff088177daa1) -- Auto dependency update [`12a86f4`](https://github.com/leanupjs/leanup/commit/12a86f4d66faa680f0444aebeae2d30745f8cd14) -- chore: update deps [`6167aab`](https://github.com/leanupjs/leanup/commit/6167aab3111bde90f48c49f396318931f294f664) - -## [1.0.57](https://github.com/leanupjs/leanup/compare/1.0.56...1.0.57) - 2020-12-02 - -### Commits - -- fix: preact babel config in v1.0 [`7b69d3a`](https://github.com/leanupjs/leanup/commit/7b69d3a328b3296c7e116ee23b71d8fbf5c09051) - -## [1.0.56](https://github.com/leanupjs/leanup/compare/1.0.55...1.0.56) - 2020-12-02 - -### Commits - -- fix: preact babel config in v1.0 [`db636cd`](https://github.com/leanupjs/leanup/commit/db636cd5a3e2b18a97f66e5642776568e5556c03) - -## [1.0.55](https://github.com/leanupjs/leanup/compare/1.0.54...1.0.55) - 2020-12-02 - -### Commits - -- Auto dependency update [`d57d1ba`](https://github.com/leanupjs/leanup/commit/d57d1ba89f9f36921a6edcf019a0ce1236f5d5f7) -- Auto dependency update [`2a40b89`](https://github.com/leanupjs/leanup/commit/2a40b899c79936acd0b83f5b5e80e7a1ee60f15b) -- fix: handling with openapi [`0d89f68`](https://github.com/leanupjs/leanup/commit/0d89f68e0baad9392140723dc9cb165c7ffa6ec5) - -## [1.0.54](https://github.com/leanupjs/leanup/compare/1.0.53...1.0.54) - 2020-12-01 - -### Merged - -- Release/1.0 [`#47`](https://github.com/leanupjs/leanup/pull/47) - -### Commits - -- Auto dependency update [`2464a9b`](https://github.com/leanupjs/leanup/commit/2464a9b3068288c7ccdf6c09079c32974a1a3f52) -- Auto dependency update [`a3668e6`](https://github.com/leanupjs/leanup/commit/a3668e6d6fde112dd5efe5f7db65f0d203d9a536) -- docs: update README.md [`124b1b7`](https://github.com/leanupjs/leanup/commit/124b1b736812ca64c6402f61c9ddc845d2cb21de) -- feat: add openapi unittest [`87e69fd`](https://github.com/leanupjs/leanup/commit/87e69fd05d9280ecb69aaa8155cbf02268e8cd2b) -- docs: add youtube video to readme md [`5333d84`](https://github.com/leanupjs/leanup/commit/5333d846b1eb111bc9765e155073b95db3609157) - -## [1.0.53](https://github.com/leanupjs/leanup/compare/1.0.52...1.0.53) - 2020-11-30 - -### Commits - -- fix: optimize demo request over openapi [`c7624ef`](https://github.com/leanupjs/leanup/commit/c7624efabe2deebdfa1c931e7e3d8f9608d99cbc) - -## [1.0.52](https://github.com/leanupjs/leanup/compare/1.0.51...1.0.52) - 2020-11-30 - -### Commits - -- feat: add openapi example [`cd13f92`](https://github.com/leanupjs/leanup/commit/cd13f927a889049f7b72eae93953396c6570a823) -- feat: add openapi example [`0d251ac`](https://github.com/leanupjs/leanup/commit/0d251ac58cea797d83fbd7ef2073ffe258fc8a9b) -- Update wake-up.sh [`b7d60ca`](https://github.com/leanupjs/leanup/commit/b7d60ca8a63547cc36dbb59c8c3c6e7dd77ae701) -- Update auto-dependency-update.v1.0.yml [`e3d442d`](https://github.com/leanupjs/leanup/commit/e3d442d920e52010cccad7b638d12e53a7999d18) -- Update auto-dependency-update.v1.1.yml [`4afc8d1`](https://github.com/leanupjs/leanup/commit/4afc8d1077b8e8b5b9b25f0dff69f66f9bbe2f51) -- Update auto-dependency-update.v1.0.yml [`f3f87d4`](https://github.com/leanupjs/leanup/commit/f3f87d45a0bb665de851053f19be2b5bdf837bc9) -- Update auto-dependency-update.v1.1.yml [`c6aac9b`](https://github.com/leanupjs/leanup/commit/c6aac9b98f851ecca30281833ac2d8645abe6704) -- chore: npm run reinstall for update [`018881d`](https://github.com/leanupjs/leanup/commit/018881d66ec5131f4abc03b58a5f7f2facf7f418) -- Update auto-dependency-update.v1.0.yml [`990e879`](https://github.com/leanupjs/leanup/commit/990e8793c82946630800de3a87d26e029301b384) - -## [1.0.51](https://github.com/leanupjs/leanup/compare/1.0.50...1.0.51) - 2020-11-25 - -### Commits - -- chore: update package-lock's [`5bbd977`](https://github.com/leanupjs/leanup/commit/5bbd977db68e19550df00eb76da230420c27ed40) -- Auto dependency update [`ceb4c5f`](https://github.com/leanupjs/leanup/commit/ceb4c5f546f6cc5a4e4576661b9711ede5408bc8) -- chore: node ^14 and npm ^6 setup [`c4a07f4`](https://github.com/leanupjs/leanup/commit/c4a07f45574787680c4248b8bf55e20ee3e09828) - -## [1.0.50](https://github.com/leanupjs/leanup/compare/1.0.49...1.0.50) - 2020-11-21 - -### Commits - -- chore: update deps [`ea91311`](https://github.com/leanupjs/leanup/commit/ea91311d6cec44347734ddc4bc8c2d584ce123d5) -- Auto dependency update [`33e06a5`](https://github.com/leanupjs/leanup/commit/33e06a5cccbfa455e5a8e03d464ebe7e715fe4fb) -- Auto dependency update [`0cfc9d7`](https://github.com/leanupjs/leanup/commit/0cfc9d76da2f854f22b95d3245b24d9781876af6) -- fix: npm 7 peer deps [`5bb1d89`](https://github.com/leanupjs/leanup/commit/5bb1d89732ce68dea1de8db9b4261556870ae892) -- Update babel.register.js [`6396ec7`](https://github.com/leanupjs/leanup/commit/6396ec73d5d3455be9a87b4cc48b420a36ebb4be) - -## [1.0.49](https://github.com/leanupjs/leanup/compare/1.0.48...1.0.49) - 2020-11-20 - -### Commits - -- chore: messure the duration of the execution of commands [`f338270`](https://github.com/leanupjs/leanup/commit/f33827062bedefa41a9761dff9c12e6a8ac77852) - -## [1.0.48](https://github.com/leanupjs/leanup/compare/1.0.47...1.0.48) - 2020-11-20 - -### Commits - -- Auto dependency update [`9aa563b`](https://github.com/leanupjs/leanup/commit/9aa563b2cda825f6fa6dda09b2d7e74938e37a9a) -- Auto dependency update [`25f94ef`](https://github.com/leanupjs/leanup/commit/25f94ef6aac3bf582a595438bf033ba63a10983a) -- Auto dependency update [`7f437af`](https://github.com/leanupjs/leanup/commit/7f437af9ee6965f2193c240bfbba7eb3770a9b7f) -- fix: angular typescript 4.1 [`4454e7d`](https://github.com/leanupjs/leanup/commit/4454e7d40b08497e050a71522181228bdddd0138) - -## [1.0.47](https://github.com/leanupjs/leanup/compare/1.0.46...1.0.47) - 2020-11-18 - -### Commits - -- Auto dependency update [`391b033`](https://github.com/leanupjs/leanup/commit/391b0330fece60a3ce3d01cdbd471d04a70afcd6) -- Auto dependency update [`d4198a9`](https://github.com/leanupjs/leanup/commit/d4198a90779c9b17900601b9032881db33c06fa7) -- Auto dependency update [`f464021`](https://github.com/leanupjs/leanup/commit/f464021ae2ed542565a813d93331395ac420729e) -- fix: remove buggy mini-css-extract-plugin [`aed8012`](https://github.com/leanupjs/leanup/commit/aed8012ed01392d5920a44d695b34655d4958946) -- chore: extends nodejs and npm test [`0d26fce`](https://github.com/leanupjs/leanup/commit/0d26fce74675a4f8da69cc7fe4cecb3b5025bd1e) -- Update node-v15.npm-v7.test.yml [`a2146bd`](https://github.com/leanupjs/leanup/commit/a2146bd273ea7dfc9a4121d77f89fbfa74570a03) - -## [1.0.46](https://github.com/leanupjs/leanup/compare/1.0.45...1.0.46) - 2020-11-15 - -### Commits - -- Auto dependency update [`02d9133`](https://github.com/leanupjs/leanup/commit/02d913338086938686f651b723f61ea0ebee0bba) -- Auto dependency update [`4132963`](https://github.com/leanupjs/leanup/commit/4132963a24572e531548cbe13268777505c26f38) -- docs: change shield icon to total downloads [`80dd1b1`](https://github.com/leanupjs/leanup/commit/80dd1b18b517b2b83ed4cfa55ee44ff80d4d53ea) -- Auto dependency update [`f7c3885`](https://github.com/leanupjs/leanup/commit/f7c3885341466ea69b3be790c3f927dcbcad062b) -- Update wake-up.sh [`19b8561`](https://github.com/leanupjs/leanup/commit/19b8561198e89085c9bf1fab6b1117895c2df20b) - -## [1.0.45](https://github.com/leanupjs/leanup/compare/1.0.44...1.0.45) - 2020-11-12 - -### Commits - -- Auto dependency update [`600b156`](https://github.com/leanupjs/leanup/commit/600b15636a8092e24d78af296cb16286f5af7f9c) -- Auto dependency update [`e30bf53`](https://github.com/leanupjs/leanup/commit/e30bf53e57eb8bb7668500882b6e30cca0a916ca) -- chore: update template deps [`6b37206`](https://github.com/leanupjs/leanup/commit/6b37206d0c7800ed2d53b09526b72dfe77263cb6) -- chore: add deprecation script [`d251465`](https://github.com/leanupjs/leanup/commit/d251465763cd17f286ed8d0d1f37fe838e5ab372) - -## [1.0.44](https://github.com/leanupjs/leanup/compare/1.0.43...1.0.44) - 2020-11-10 - -### Commits - -- Auto dependency update [`6151d13`](https://github.com/leanupjs/leanup/commit/6151d13ab520a4480d2125a9f025bab256a847d2) -- Auto dependency update [`497ca8a`](https://github.com/leanupjs/leanup/commit/497ca8a9fe4b2079d370a6aeede23c2c1a5de691) - -## [1.0.43](https://github.com/leanupjs/leanup/compare/1.0.42...1.0.43) - 2020-11-08 - -### Commits - -- Auto dependency update [`766d5af`](https://github.com/leanupjs/leanup/commit/766d5af8b3fdec81ca4b99a283a1e976ae639830) -- refactor: remove vuetify from vue and vue3 #34 [`8082ba5`](https://github.com/leanupjs/leanup/commit/8082ba5d00a0c910236f3c3ab13536e112af2938) -- chore: git hooks - disable eslint and prettier [`69d1bdf`](https://github.com/leanupjs/leanup/commit/69d1bdff45de80c9e9f1515c186549e533f6b898) -- Auto dependency update [`d38f9bf`](https://github.com/leanupjs/leanup/commit/d38f9bfb6a80201ee0f3fc17eab8433b9138ed8c) -- chore: git hooks - disable eslint and prettier [`7242d3d`](https://github.com/leanupjs/leanup/commit/7242d3dbf6865a7ebb31105b9a8c7363ebceef50) -- fix: git hooks commitlint config [`73d77c5`](https://github.com/leanupjs/leanup/commit/73d77c5e78f9e4bf9bde58af3a2b8c172e5318a9) -- Update and rename npm-v5.test.yml to node-v15.npm-v7.test.yml [`902d538`](https://github.com/leanupjs/leanup/commit/902d538ae70ccb21a349e48524732808937a123f) - -## [1.0.42](https://github.com/leanupjs/leanup/compare/1.0.41...1.0.42) - 2020-11-06 - -### Commits - -- Auto dependency update [`8a31059`](https://github.com/leanupjs/leanup/commit/8a310590a1c7881bd614e2753d7cf0ba8aa69c50) -- chore: remove webpack branch handling [`01adf7c`](https://github.com/leanupjs/leanup/commit/01adf7c77e0c3ba14d66d4750cedca321e62c33f) -- chore: optimize nexus-iq settings [`b964df6`](https://github.com/leanupjs/leanup/commit/b964df610ea1e81e0ce7326d74779bc1dcc318e5) -- fix: eslint setting for graphql [`bc59111`](https://github.com/leanupjs/leanup/commit/bc591112eb8eb035ba019a97d898e958c0ea7bae) -- chore: add typescript to dev deps [`d306844`](https://github.com/leanupjs/leanup/commit/d3068447a92103d0e25a8f9b10cb135106184187) -- chore: optimize nexus-iq settings [`d79104e`](https://github.com/leanupjs/leanup/commit/d79104e50899059709f3a1f6910f66a865acb1a9) - -## [1.0.41](https://github.com/leanupjs/leanup/compare/1.0.40...1.0.41) - 2020-11-05 - -### Commits - -- Auto dependency update [`6abd4c7`](https://github.com/leanupjs/leanup/commit/6abd4c7bc4bf269c23a3a167b9b5b3b2e598ea1f) -- Auto dependency update [`f3f38ef`](https://github.com/leanupjs/leanup/commit/f3f38ef2967fb7dac194d1fe9db0202bae96b1ea) -- feat: add nexus iq module copy [`dd96c7f`](https://github.com/leanupjs/leanup/commit/dd96c7f3de1980e550667bf726258912e9022b2d) -- doc: document the new feature [`f7a1dd7`](https://github.com/leanupjs/leanup/commit/f7a1dd72b27dfd5b11d230d7cbee633d8d861727) -- fix: copy-modules-webpack-plugin [`96135fa`](https://github.com/leanupjs/leanup/commit/96135fae48e05cc6d83a92883d024f030732f9b3) - -## [1.0.40](https://github.com/leanupjs/leanup/compare/1.0.39...1.0.40) - 2020-11-03 - -### Merged - -- Merge changes [`#41`](https://github.com/leanupjs/leanup/pull/41) - -### Commits - -- chore: refactor github workflows for version incrementation - add dist tag pipe [`65a4a55`](https://github.com/leanupjs/leanup/commit/65a4a55c8cfa572687715ef0802fce9aeeca6dbe) -- Auto dependency update [`6e51585`](https://github.com/leanupjs/leanup/commit/6e51585f3ce99b124b52eb9e92b79d7e1c812e60) -- Update npm.dist-tag.yml [`1f7b6cd`](https://github.com/leanupjs/leanup/commit/1f7b6cd74de6d37d22b5eeb525f2f1ff5c32485d) -- Update npm.dist-tag.yml [`a6db2ed`](https://github.com/leanupjs/leanup/commit/a6db2eda3bdb9a41a542a980154097096ebee721) -- Update npm.dist-tag.yml [`0a2e16b`](https://github.com/leanupjs/leanup/commit/0a2e16bada3a999e9fa48293286865c2ee9ffe86) -- Update npm.dist-tag.yml [`0dd1c31`](https://github.com/leanupjs/leanup/commit/0dd1c31caf5ee3c9e2d236842a1823934e1942a2) -- Update npm.dist-tag.yml [`834cf53`](https://github.com/leanupjs/leanup/commit/834cf533776cc51cb9cdb388bb5d7551dccc70eb) -- Update npm.dist-tag.yml [`73cf420`](https://github.com/leanupjs/leanup/commit/73cf420769483d7e44c22d234190ac88fa9b8b21) -- Update npm.dist-tag.yml [`ceb845d`](https://github.com/leanupjs/leanup/commit/ceb845de78c1873007b7c34f608e2b93351a86c0) - -## [1.0.39](https://github.com/leanupjs/leanup/compare/1.0.37...1.0.39) - 2020-11-01 - -### Commits - -- Auto dependency update [`93ca1d0`](https://github.com/leanupjs/leanup/commit/93ca1d0b9e37bb92ed96a9627b61cb87413a16a7) -- fix: https://david-dm.org url with branch ref [`6d4dbc9`](https://github.com/leanupjs/leanup/commit/6d4dbc92866718d8d91d9bc209989412bf9c5e8b) -- refactor: replace the dependency badge url [`60b4592`](https://github.com/leanupjs/leanup/commit/60b459248d82b64ae1d8b583937993ecdfd7992d) -- Auto dependency update [`99bf734`](https://github.com/leanupjs/leanup/commit/99bf73432abafc59585cf274ba40f559aff9aca3) - -## [1.0.37](https://github.com/leanupjs/leanup/compare/1.0.36...1.0.37) - 2020-10-31 - -### Commits - -- Auto dependency update [`804a377`](https://github.com/leanupjs/leanup/commit/804a37732a4312651002295aac3c0dd79f5034c3) -- chore: seperate auto update and increment version [`2571c87`](https://github.com/leanupjs/leanup/commit/2571c87504cd19b7fbda03b31d8f975290ba6f28) -- Create npm-v5.test.yml [`07244ed`](https://github.com/leanupjs/leanup/commit/07244ed378d155dd656fbef5c7fb76ecef8768c9) -- Update npm-v5.test.yml [`f9357d0`](https://github.com/leanupjs/leanup/commit/f9357d03b3c246a88cf6eee68289e2310fdf1082) -- Update npm-v5.test.yml [`e5c24cf`](https://github.com/leanupjs/leanup/commit/e5c24cf507abff87536cef487ad9b8785adda741) - -## [1.0.36](https://github.com/leanupjs/leanup/compare/1.0.35...1.0.36) - 2020-10-29 - -### Commits - -- Auto dependency update [`47b5577`](https://github.com/leanupjs/leanup/commit/47b5577a415089a7b8b74a3716ba67e4e98f00b8) - -## [1.0.35](https://github.com/leanupjs/leanup/compare/1.0.34...1.0.35) - 2020-10-28 - -### Commits - -- Auto dependency update [`d3646dd`](https://github.com/leanupjs/leanup/commit/d3646dd00fe746ba0ed4f4cb13bcc2a474ab97ba) -- Auto dependency update [`81e1aeb`](https://github.com/leanupjs/leanup/commit/81e1aeb605c602e139da96b6d3a3893175d4bba7) -- add npm v5 test [`c14b787`](https://github.com/leanupjs/leanup/commit/c14b787fc4e184ec4d809f1c681404fcaf29f13e) - -## [1.0.34](https://github.com/leanupjs/leanup/compare/1.0.33...1.0.34) - 2020-10-23 - -### Merged - -- Release/1.0 [`#28`](https://github.com/leanupjs/leanup/pull/28) - -### Commits - -- Auto dependency update [`9b60540`](https://github.com/leanupjs/leanup/commit/9b605409f09d0ea48c36fe42a6d886ea36070781) -- add react jsx transform support [`731c172`](https://github.com/leanupjs/leanup/commit/731c1729259f2dfed78c7ee1f58de7cdb5de7be7) -- Update auto-dependency-update.v1.0.yml [`b97b8e4`](https://github.com/leanupjs/leanup/commit/b97b8e478d76730408353c4e193840b595ec2e54) -- Update auto-dependency-update.v1.0.yml [`b9582e6`](https://github.com/leanupjs/leanup/commit/b9582e6301a64ec0f6df4cf741f30ef6bb8d4f60) -- Update auto-dependency-update.v1.1 webpack.yml [`7d00df0`](https://github.com/leanupjs/leanup/commit/7d00df0db0b33b73f42c99a562ddc8ea8972da67) -- Update auto-dependency-update.v1.1 webpack.yml [`1adec78`](https://github.com/leanupjs/leanup/commit/1adec78120fc0180b65135f6a9e3b1a7ee1e16d0) -- Update auto-dependency-update.v1.0.yml [`24f9a2d`](https://github.com/leanupjs/leanup/commit/24f9a2d3a088d09503626e37b2dd74b7f6fb6f8e) -- Update auto-dependency-update.v1.0.yml [`67ce3ae`](https://github.com/leanupjs/leanup/commit/67ce3aea23adaebc7a7adc12f594b626a04190c0) -- Update auto-dependency-update.v1.0.yml [`14d80cf`](https://github.com/leanupjs/leanup/commit/14d80cf403e85f400870c2aa4c8db873c580ec5e) -- Update auto-dependency-update.v1.0.yml [`e72d7b1`](https://github.com/leanupjs/leanup/commit/e72d7b168f022c1df6134a151d675efdd0c949b5) -- Update auto-dependency-update.v1.0.yml [`5ad3a8d`](https://github.com/leanupjs/leanup/commit/5ad3a8d0b502882a77bb3f43019969fa48aafe28) -- Update auto-dependency-update.v1.0.yml [`60636fa`](https://github.com/leanupjs/leanup/commit/60636faafcf1670e5c3a30f31df92665b31ffd68) -- Update auto-dependency-update.v1.0.yml [`d6919ed`](https://github.com/leanupjs/leanup/commit/d6919edf83a9d54e0dff5b198957b4b8ac83258c) -- Update auto-dependency-update.v1.1.yml [`a54a968`](https://github.com/leanupjs/leanup/commit/a54a96894e123ec7ac4ea6f37a9e2fd181dc6655) -- Update auto-dependency-update.v1.1 webpack.yml [`c36ced2`](https://github.com/leanupjs/leanup/commit/c36ced2be2453138cbec3b976131baf91a935475) -- Update auto-dependency-update.v1.0.yml [`25a7870`](https://github.com/leanupjs/leanup/commit/25a78703343b9571edfc5f17a0487e63cb525e00) -- Update auto-dependency-update.v1.1 webpack.yml [`5dfd0a9`](https://github.com/leanupjs/leanup/commit/5dfd0a9851af67bca07080d590d4d47939977614) -- Update auto-dependency-update.v1.1 webpack.yml [`1e6f205`](https://github.com/leanupjs/leanup/commit/1e6f205c80802634c50816886dcc7ca47f98d7ac) -- Update auto-dependency-update.v1.0.yml [`dd2cd6e`](https://github.com/leanupjs/leanup/commit/dd2cd6e2ebb3b78f9a7f44c913935d1d8cc08c03) -- Update auto-dependency-update.v1.0.yml [`6b1bf1f`](https://github.com/leanupjs/leanup/commit/6b1bf1f4643d9e99db633a0a1bc536d50bbf07f1) -- Update auto-dependency-update.v1.0.yml [`61eee24`](https://github.com/leanupjs/leanup/commit/61eee24d6c825f633fc0d70ab1fbdce5a433f6c7) -- Update auto-dependency-update.v1.0.yml [`59d395c`](https://github.com/leanupjs/leanup/commit/59d395caa5a75a4f0a1f4fe9c545d1712695aefd) -- Update auto-dependency-update.v1.0.yml [`c95086f`](https://github.com/leanupjs/leanup/commit/c95086f4a86c1fe6a42d9f38cbdc2a013dfc9b3e) -- Update auto-dependency-update.v1.1 webpack.yml [`ef4cd86`](https://github.com/leanupjs/leanup/commit/ef4cd863cd9ad5b316071795d28cb5b13a4b5343) -- Update auto-dependency-update.v1.1 webpack.yml [`5611d25`](https://github.com/leanupjs/leanup/commit/5611d25b42ecec9c16fd052e92a1c571cda40e6c) -- Update auto-dependency-update.v1.1 webpack.yml [`bce80c0`](https://github.com/leanupjs/leanup/commit/bce80c036b411cf293e0753a170f90e0eae8b8a9) -- Update auto-dependency-update.v1.1 webpack.yml [`0ebd228`](https://github.com/leanupjs/leanup/commit/0ebd228254113cb6e3edb0101a8c7cd5c4fead0f) -- Update auto-dependency-update.v1.0.yml [`5329603`](https://github.com/leanupjs/leanup/commit/532960376c05507758a3edc344135728c5e0d861) -- Update auto-dependency-update.v1.0.yml [`ba58c32`](https://github.com/leanupjs/leanup/commit/ba58c32b02ac8380291ae30a42243b1824ade7e0) -- Update auto-dependency-update.v1.1.yml [`b2a914b`](https://github.com/leanupjs/leanup/commit/b2a914b6330c496c1063366c2f931fbcce7e523a) -- Update auto-dependency-update.v1.0.yml [`85c31b6`](https://github.com/leanupjs/leanup/commit/85c31b6de019a3245243450dfaa59d7ce84d75f2) - -## [1.0.33](https://github.com/leanupjs/leanup/compare/1.0.32...1.0.33) - 2020-10-23 - -### Commits - -- Auto dependency update [`03cb38f`](https://github.com/leanupjs/leanup/commit/03cb38f0ed2f58dd3dbff6a19f2f5cd3164047c8) -- Auto dependency update [`6506bb2`](https://github.com/leanupjs/leanup/commit/6506bb23aaed3f46f184e1db1b27954829bc438a) -- Auto dependency update [`8ab2f27`](https://github.com/leanupjs/leanup/commit/8ab2f271a742857f63ae47606fb872ad847458c2) -- Auto dependency update [`ff333c4`](https://github.com/leanupjs/leanup/commit/ff333c440e94a06408f8055e888b13bcd5796924) -- Auto dependency update [`bb289ba`](https://github.com/leanupjs/leanup/commit/bb289ba030fb67be95e0fc4049e51890260d527b) -- Auto dependency update [`a4416ba`](https://github.com/leanupjs/leanup/commit/a4416bad8e2c575470aa2321c514622feac77477) - -## [1.0.32](https://github.com/leanupjs/leanup/compare/1.0.31...1.0.32) - 2020-10-17 - -### Commits - -- Auto dependency update [`1c82e3d`](https://github.com/leanupjs/leanup/commit/1c82e3d1df3a3e4d526b1d6b943194e9f27ce853) - -## [1.0.31](https://github.com/leanupjs/leanup/compare/1.0.30...1.0.31) - 2020-10-16 - -### Commits - -- Auto dependency update [`25f3508`](https://github.com/leanupjs/leanup/commit/25f3508880faf2abfc772a771917995c4e1255a1) -- Auto dependency update [`d803bba`](https://github.com/leanupjs/leanup/commit/d803bba53be4cb482868b69da7fd774db2814363) - -## [1.0.30](https://github.com/leanupjs/leanup/compare/1.0.29...1.0.30) - 2020-10-14 - -### Commits - -- Auto dependency update [`e860d67`](https://github.com/leanupjs/leanup/commit/e860d67913ee59c643ed53b59eedd7411764f8e7) -- Auto dependency update [`e9e66b5`](https://github.com/leanupjs/leanup/commit/e9e66b577f33c6e084711214a2497bd4e1e1e71c) -- Auto dependency update [`4fce3e9`](https://github.com/leanupjs/leanup/commit/4fce3e9668856f0a35623df6f736a2344b6aa535) -- fix: fix the prettier command options on git hooks [`c7f1f7f`](https://github.com/leanupjs/leanup/commit/c7f1f7f904ecd1648663f79ba82dfba222ff3c87) -- Auto dependency update [`cb0246b`](https://github.com/leanupjs/leanup/commit/cb0246b54cdefef222173b4c566ecf6793ccc7e2) - -## [1.0.29](https://github.com/leanupjs/leanup/compare/1.0.28...1.0.29) - 2020-10-10 - -### Commits - -- Auto dependency update [`b7d7459`](https://github.com/leanupjs/leanup/commit/b7d745951b6d3cda1224604fe83e67eb94afe22a) -- Auto dependency update [`7b57138`](https://github.com/leanupjs/leanup/commit/7b571385e19b235434e77b8ad02df5cb259faefb) - -## [1.0.28](https://github.com/leanupjs/leanup/compare/1.0.27...1.0.28) - 2020-10-08 - -### Merged - -- Release/1.0 [`#26`](https://github.com/leanupjs/leanup/pull/26) - -### Commits - -- Auto dependency update [`81d0be4`](https://github.com/leanupjs/leanup/commit/81d0be4fdd48ef7054602fb933818edbb3fef46d) -- Auto dependency update [`2541554`](https://github.com/leanupjs/leanup/commit/2541554bdcaa355263074ce7ca9e52a365245094) -- fix: eslint warning - missing return type on function [`a3ababd`](https://github.com/leanupjs/leanup/commit/a3ababd29abd3b6c08cd27240c4f06e080b00243) - -## [1.0.27](https://github.com/leanupjs/leanup/compare/1.0.26...1.0.27) - 2020-10-07 - -### Commits - -- Auto dependency update [`790af62`](https://github.com/leanupjs/leanup/commit/790af62b3d8ecf49ac4cfd9ec0951dcc5fb70192) -- Auto dependency update [`1689745`](https://github.com/leanupjs/leanup/commit/168974531df4eaacbc9c448311e540c5d4123470) - -## [1.0.26](https://github.com/leanupjs/leanup/compare/1.0.25...1.0.26) - 2020-10-06 - -### Commits - -- fix: missing dependency [`0f99a86`](https://github.com/leanupjs/leanup/commit/0f99a86588fe10a6bee320996abe347d337b4157) - -## [1.0.25](https://github.com/leanupjs/leanup/compare/1.0.24...1.0.25) - 2020-10-06 - -### Merged - -- Release/1.0 [`#20`](https://github.com/leanupjs/leanup/pull/20) - -### Commits - -- Auto dependency update [`acde31f`](https://github.com/leanupjs/leanup/commit/acde31fc5b464f41d6c89abc13de379cfb30c2dd) -- Auto dependency update [`b9ccd70`](https://github.com/leanupjs/leanup/commit/b9ccd70b144a9013ce36cedabed60655d7da9511) -- chore: sync framework versions [`a3e7c59`](https://github.com/leanupjs/leanup/commit/a3e7c594f426c9b81aac7dcab7dc6bb719566805) -- chore: add auto updater for webpack v5 [`1ffdac9`](https://github.com/leanupjs/leanup/commit/1ffdac9d4c838a22d65ede986423b96be605ae82) -- chore: switch auto updater commiter [`40a9858`](https://github.com/leanupjs/leanup/commit/40a98581b9f14c334981f144beb7996f9f7f14fe) -- chore: remove npm tag step [`c6f23d2`](https://github.com/leanupjs/leanup/commit/c6f23d2261da9baec0f30a7683b488ccdca186d8) - -## [1.0.24](https://github.com/leanupjs/leanup/compare/1.0.22...1.0.24) - 2020-10-04 - -### Merged - -- fix: setup version range for peer dependencies in @leanup [`#22`](https://github.com/leanupjs/leanup/pull/22) - -### Commits - -- Auto dependency update [`77ac92a`](https://github.com/leanupjs/leanup/commit/77ac92afff009490b691246358b871ae3aa39548) -- fix: release drafter does not work correct [`615dd85`](https://github.com/leanupjs/leanup/commit/615dd85308f8b44b8c48d42050023010e33fd5f1) -- chore: add release drafter config [`5690423`](https://github.com/leanupjs/leanup/commit/56904235bc9f4a36702f6b8e4f9bc522a04dac00) -- chore: add release drafter config [`c25eb96`](https://github.com/leanupjs/leanup/commit/c25eb96b8243af195f83ea9d955f18f0a0ee1093) -- fix: vue format [`14a8e35`](https://github.com/leanupjs/leanup/commit/14a8e3577bc310061bac6fba66e4fc4935ea4959) -- chore: switch release creation plugin [`5aa6629`](https://github.com/leanupjs/leanup/commit/5aa66297acba52aa78ce299438f32e0b6f35a658) -- chore: tag release drafter for different parallel release darfts [`9b63c29`](https://github.com/leanupjs/leanup/commit/9b63c291c548642f791ee0359a79af674da5a168) -- fix: tab space for console outline [`da1721b`](https://github.com/leanupjs/leanup/commit/da1721be9f1b94717f2b685b0fd00a5ce47ff968) - -## [1.0.22](https://github.com/leanupjs/leanup/compare/1.0.21...1.0.22) - 2020-10-03 - -### Commits - -- chore: extends the delay for npmjs.org [`247a843`](https://github.com/leanupjs/leanup/commit/247a843c42246eb92bd1d04b8342bb138c255801) -- doc: fix tiny icon [`fbb659b`](https://github.com/leanupjs/leanup/commit/fbb659b02dcc10426de84528a804d192d1eedab2) -- fix: fix eslint path [`b1659fe`](https://github.com/leanupjs/leanup/commit/b1659fe4ee253e6ecd6f9760be725dfc66585016) - -## [1.0.21](https://github.com/leanupjs/leanup/compare/1.0.20...1.0.21) - 2020-10-03 - -### Commits - -- Auto dependency update [`407d215`](https://github.com/leanupjs/leanup/commit/407d21592a1001883ca44a1447cdf06172ed0af5) -- chore: add env var for npm tag [`d44ec88`](https://github.com/leanupjs/leanup/commit/d44ec883214def5b6e36afb83c4c8903fa494877) -- refactor script handling [`483881d`](https://github.com/leanupjs/leanup/commit/483881df4afd4fd537a7f32b10854c186b690b9e) -- fix: remove public directory handling [`c0bed83`](https://github.com/leanupjs/leanup/commit/c0bed83d3556fe915174bf18925f99e8a161a0a7) - -## [1.0.20](https://github.com/leanupjs/leanup/compare/1.0.19...1.0.20) - 2020-10-03 - -### Commits - -- Auto dependency update [`0bd4f94`](https://github.com/leanupjs/leanup/commit/0bd4f94a608c7b018cdcf3b00def013372885b5b) -- chore: optimize automation workflows [`09750eb`](https://github.com/leanupjs/leanup/commit/09750ebe19e685f525537675aa9aa0d637967ded) -- fix: svelte type annotations [`54351ea`](https://github.com/leanupjs/leanup/commit/54351eaa24200427462b4d58cc30c19e702138d4) -- fix: adds a sleep to workflow, because npmjs needs a little bit more delay [`a9770d8`](https://github.com/leanupjs/leanup/commit/a9770d8d00bb524dc194a2279c2203d496a00ebf) -- chore: remove redundant outline in dist-tag script [`e1534d0`](https://github.com/leanupjs/leanup/commit/e1534d05ad79c1caef1476a7b411787467f2fa5c) - -## [1.0.19](https://github.com/leanupjs/leanup/compare/1.0.18...1.0.19) - 2020-10-03 - -### Commits - -- feat: add angular v8 support [`1cececa`](https://github.com/leanupjs/leanup/commit/1cececa02a3c4182555d53a6c80a704a393e7053) -- fix: add tabs for command outline text [`98327ef`](https://github.com/leanupjs/leanup/commit/98327ef7df51c952b6939a13e400e97a6d2331ea) - -## [1.0.18](https://github.com/leanupjs/leanup/compare/1.0.17...1.0.18) - 2020-10-02 - -### Commits - -- chore: add package lock files [`721edcc`](https://github.com/leanupjs/leanup/commit/721edcca38dc773748c14fbc4f071442838cf5f0) -- Auto dependency update [`8e9142a`](https://github.com/leanupjs/leanup/commit/8e9142abc91a03833c224a31a3ba5e5fe0d3e161) -- chore: rename the repo url [`6f136ff`](https://github.com/leanupjs/leanup/commit/6f136ffb62330c5b337da497d72bf79ed7578f88) -- chore: optimize auto update [`15da7a1`](https://github.com/leanupjs/leanup/commit/15da7a11bb2ef07a9074838af4cf18421213c79d) -- fix: --check-coverage in test command [`3ce3ed9`](https://github.com/leanupjs/leanup/commit/3ce3ed913835d1935210b0db1260ccca94352766) - -## [1.0.17](https://github.com/leanupjs/leanup/compare/1.0.16...1.0.17) - 2020-09-29 - -### Commits - -- chore: remove package-lock files [`b308436`](https://github.com/leanupjs/leanup/commit/b3084362a09cf36eeb03fa41217a00ad6d5f11b1) -- update deps [`c9539bf`](https://github.com/leanupjs/leanup/commit/c9539bf0b5575579727b47e660d8181525d1b7f7) -- add e2e browser deps to templates [`dd1c7bd`](https://github.com/leanupjs/leanup/commit/dd1c7bd91c1f111304598893ec5893b9e84d1a46) -- fix: format and workflows [`698db44`](https://github.com/leanupjs/leanup/commit/698db4414f236af38634df10183e3a56df68b383) -- chore: update workflow [`a65476f`](https://github.com/leanupjs/leanup/commit/a65476f4e8a913ced85b09177283282de6a2a6e9) -- auto: update @types/sinon dependency [`242698c`](https://github.com/leanupjs/leanup/commit/242698cc1b656a741476b44b55c51ba9311c8a74) -- Update auto-dependency-update.v1.1.yml [`789c275`](https://github.com/leanupjs/leanup/commit/789c275c9ba3afdb5cab0765224cb543c3f525c8) -- Update auto-dependency-update.v1.0.yml [`117b4f9`](https://github.com/leanupjs/leanup/commit/117b4f94c3a00f9712c71f413a85dee33a1933e3) - -## [1.0.16](https://github.com/leanupjs/leanup/compare/1.0.15...1.0.16) - 2020-09-29 - -### Merged - -- Merge branch 'master' into release/1.0 [`#17`](https://github.com/leanupjs/leanup/pull/17) -- Release/1.0 [`#16`](https://github.com/leanupjs/leanup/pull/16) -- Release/1.0 [`#15`](https://github.com/leanupjs/leanup/pull/15) -- Release/1.0 [`#14`](https://github.com/leanupjs/leanup/pull/14) -- Release/1.0 [`#13`](https://github.com/leanupjs/leanup/pull/13) -- Release/1.0 [`#12`](https://github.com/leanupjs/leanup/pull/12) - -### Commits - -- Auto dependency update [`d120605`](https://github.com/leanupjs/leanup/commit/d120605d294bec7de93bd2b03de15c228ef0addb) -- refactor: separate framework main files [`0bc1eb0`](https://github.com/leanupjs/leanup/commit/0bc1eb06bb4c89e75dc1381dc643055124e12fca) -- chore: update templates files for showing cli details [`0f2cddd`](https://github.com/leanupjs/leanup/commit/0f2cdddd459d533fd21852f6acfdfcca12dae9fe) -- feat: add new replacements values for cli details [`37a836e`](https://github.com/leanupjs/leanup/commit/37a836ed4f234205f42636dca65b08c492a7a90e) -- chore: auto versioning [`d1a8479`](https://github.com/leanupjs/leanup/commit/d1a8479ad88f1fca301158772682c8ad579463a3) -- chore: after publishing we must update the package-lock files [`ea0ba40`](https://github.com/leanupjs/leanup/commit/ea0ba409392015ad7bd75e073ce0947fd3a4aa3e) -- fix: add angularjs type definition [`b421847`](https://github.com/leanupjs/leanup/commit/b421847bc3c1e456cb175f7dd3bc4ef9b2325d5f) - -## [1.0.15](https://github.com/leanupjs/leanup/compare/1.0.14...1.0.15) - 2020-09-28 - -### Commits - -- update deps [`c29794c`](https://github.com/leanupjs/leanup/commit/c29794c273be4af30d9123dfb599675601ebaaa2) -- Auto dependency update [`1210c27`](https://github.com/leanupjs/leanup/commit/1210c27ced5a37b927e842f87d5699e207a156c4) -- chore: optimize cli outline [`7b04a5c`](https://github.com/leanupjs/leanup/commit/7b04a5c0283402bb26eb5c50574f854ddd7079d1) -- feat: add check coverage option to CLI unit test coverage [`5d58567`](https://github.com/leanupjs/leanup/commit/5d585676680f88fa2ea9208c7a5a9b08724df60a) - -## [1.0.14](https://github.com/leanupjs/leanup/compare/1.0.13...1.0.14) - 2020-09-27 - -### Commits - -- Auto dependency update [`27c3505`](https://github.com/leanupjs/leanup/commit/27c35053fa81fd9f2fa9e7e7449a18914ac083da) -- Auto dependency update [`c22c6f1`](https://github.com/leanupjs/leanup/commit/c22c6f1935102a08e341a38503cf7d2bc46af8ac) -- Auto dependency update [`718087a`](https://github.com/leanupjs/leanup/commit/718087ad4fcb35e4b86c864dd7d335f6f2892b41) - -## [1.0.13](https://github.com/leanupjs/leanup/compare/1.0.12...1.0.13) - 2020-09-25 - -### Commits - -- chore: use you own code [`a91750d`](https://github.com/leanupjs/leanup/commit/a91750d8937b22705d76048f84cde6af7eaf55dc) -- chore: add test execution for packages [`02f1663`](https://github.com/leanupjs/leanup/commit/02f1663d5a7de8423cfd9db165e4efcd0f3077da) -- update deps [`c01598e`](https://github.com/leanupjs/leanup/commit/c01598ed5cdd677b91f398a0cbd2b82ab331e891) -- fix: fix value change behavior [`d735d77`](https://github.com/leanupjs/leanup/commit/d735d77e1bf18e6ea62765b7e8a1d8dccf01b33d) -- fix: fix injector test [`e44cb4c`](https://github.com/leanupjs/leanup/commit/e44cb4c2a6ee0ee8dd38817426b6b0cabecade84) - -## [1.0.12](https://github.com/leanupjs/leanup/compare/1.0.11...1.0.12) - 2020-09-24 - -### Commits - -- fix model handling react like frameworks [`4c611c5`](https://github.com/leanupjs/leanup/commit/4c611c57bd5fc0c829083ecfefafcf3b6f59cd56) - -## [1.0.11](https://github.com/leanupjs/leanup/compare/1.0.10...1.0.11) - 2020-09-24 - -### Commits - -- Auto dependency update [`e1948f7`](https://github.com/leanupjs/leanup/commit/e1948f783bc40bf3ad45a51e07c949f7d4012086) -- update deps [`1814ad5`](https://github.com/leanupjs/leanup/commit/1814ad5fb3c8a16d8fd90eb6c32e9f3d7f4a24b9) -- add auto update for all releases [`ede16e4`](https://github.com/leanupjs/leanup/commit/ede16e4a7c4b0f1ebe31eae6255923ea4d268ebe) -- change update time [`11df01a`](https://github.com/leanupjs/leanup/commit/11df01a9c904c2fcd86a58895eb880ffe992551c) - -## [1.0.10](https://github.com/leanupjs/leanup/compare/1.0.9...1.0.10) - 2020-09-22 - -### Commits - -- Auto dependency update [`8200df1`](https://github.com/leanupjs/leanup/commit/8200df13293ae3768688746bfb92af73814955a1) -- fix: getInput- to getControl-Method [`67869c4`](https://github.com/leanupjs/leanup/commit/67869c460abbe50ffd956b74faac6a20c6184099) - -## [1.0.9](https://github.com/leanupjs/leanup/compare/1.0.8...1.0.9) - 2020-09-22 - -### Commits - -- sync template code to release 1.1 [`6f94c6e`](https://github.com/leanupjs/leanup/commit/6f94c6ea567733fb4c34cea1a5a866f0e45f07fe) -- fix template: Constructors for derived classes must contain a 'super' call. [`8b9c463`](https://github.com/leanupjs/leanup/commit/8b9c4631d517d9b770fb57afba71683a616c88e3) - -## [1.0.8](https://github.com/leanupjs/leanup/compare/1.0.7...1.0.8) - 2020-09-22 - -### Commits - -- update deps [`b19317a`](https://github.com/leanupjs/leanup/commit/b19317a7d51916ade79ea42dd6d69722310fae1f) -- fix: angularjs template [`4d7220b`](https://github.com/leanupjs/leanup/commit/4d7220b61f1f6f9693a2f4c9652d5c76f9b29511) -- disable lerna version [`7703e4c`](https://github.com/leanupjs/leanup/commit/7703e4c5132708f119fece3c83ad94aa556a474d) - -## [1.0.7](https://github.com/leanupjs/leanup/compare/1.0.6...1.0.7) - 2020-09-19 - -### Commits - -- Auto dependency update [`71a8a69`](https://github.com/leanupjs/leanup/commit/71a8a692181eb3ad591f3b5d7f91f56fed559752) -- update deps [`9889880`](https://github.com/leanupjs/leanup/commit/98898809aa5f9820cb97358839be5dbdd285cb01) -- fix: remove a lot of type annotation hint inside the templates [`ec8f2fc`](https://github.com/leanupjs/leanup/commit/ec8f2fc054e1841d807f005096e01cbd8e4be6a9) - -## [1.0.6](https://github.com/leanupjs/leanup/compare/1.0.5...1.0.6) - 2020-09-18 - -### Merged - -- Release/1.0 [`#9`](https://github.com/leanupjs/leanup/pull/9) -- Release/1.0 [`#1`](https://github.com/leanupjs/leanup/pull/1) - -### Commits - -- install deps [`4b9773e`](https://github.com/leanupjs/leanup/commit/4b9773e3d9887cd3165754307a186bb729279141) -- fix type annotation for core and preact [`79611b0`](https://github.com/leanupjs/leanup/commit/79611b0b70ca96195b8bb76767826be9a9efc566) -- update deps [`3d7cc46`](https://github.com/leanupjs/leanup/commit/3d7cc46a3ecd219324d607600ce88c3143d44a67) -- try it [`bb907a6`](https://github.com/leanupjs/leanup/commit/bb907a6a1ca494d4234e57a0fd2a168f2bffa757) -- test workflow [`63eaece`](https://github.com/leanupjs/leanup/commit/63eaece317804ec11f00c5de8a80af75d1efa751) -- evaluate autoupdate workflow [`c312eda`](https://github.com/leanupjs/leanup/commit/c312eda24b934319b64f97ab2d4002560ef1f9e0) -- update workflow file [`e2ea177`](https://github.com/leanupjs/leanup/commit/e2ea1774380fd6a62036e879be02e3a613a8b8a3) -- cleanup workflow file [`083db64`](https://github.com/leanupjs/leanup/commit/083db6486345f732a39fd5c0de896f80d4d8b011) -- delete branch without fail [`0419775`](https://github.com/leanupjs/leanup/commit/04197756b42c29d60fa6ad866cfe6e449d502093) -- setup autoupdater [`1c8a415`](https://github.com/leanupjs/leanup/commit/1c8a415b21dceb112362b7ff1d54d9edee121534) -- fix npm run script update [`4a1a390`](https://github.com/leanupjs/leanup/commit/4a1a390a3793c79165d38987272683d721bed50d) -- fix lerna command [`a402f33`](https://github.com/leanupjs/leanup/commit/a402f3335751fb16cb1e3b249072a03f655c1b37) -- add push [`83c1532`](https://github.com/leanupjs/leanup/commit/83c1532e9e717cd0522e61caddc9a754a7ab7e8c) -- fix build [`4931516`](https://github.com/leanupjs/leanup/commit/49315163c93e06c00fb3e56c177ae591400478cb) -- if: always() [`ecb9dc5`](https://github.com/leanupjs/leanup/commit/ecb9dc5ea144a273f88ae4e3ebf04ce6527be67b) - -## [1.0.5](https://github.com/leanupjs/leanup/compare/1.0.4...1.0.5) - 2020-09-17 - -### Commits - -- install and update dependencies [`2ba5c45`](https://github.com/leanupjs/leanup/commit/2ba5c45b82ffc253b601af2c108ef3234733e04b) -- update @types/node to v14.10.3 [`24e4df3`](https://github.com/leanupjs/leanup/commit/24e4df3ffa85970c3b19e1eec3f124e04e5b99f5) -- update lint-staged to v10.4.0 [`5c0d649`](https://github.com/leanupjs/leanup/commit/5c0d649084ab9cf63a25c485475731b26fc2e77d) -- update prettier to v2.1.2 [`deae98d`](https://github.com/leanupjs/leanup/commit/deae98d0f313df1bb6ec7864e8e488fa0722c23a) - -## [1.0.4](https://github.com/leanupjs/leanup/compare/1.0.3...1.0.4) - 2020-09-15 - -### Commits - -- fix: links and icon shields [`330f57c`](https://github.com/leanupjs/leanup/commit/330f57c7c4960af92570287d56a576b29ca463d9) -- chore: update eslint-typescript plugin and fix peerDep leanup/cli version [`71e898e`](https://github.com/leanupjs/leanup/commit/71e898e69334087181e08fbff9184cd9eca42471) -- fix: format template files [`7bc99ff`](https://github.com/leanupjs/leanup/commit/7bc99ffffba6bfa5be5fc714ea91c5d3cacefac0) -- fix: template type annotations [`90b8fb8`](https://github.com/leanupjs/leanup/commit/90b8fb8dd706623e1b43974fb0ff4e00d690bc8f) - -## [1.0.3](https://github.com/leanupjs/leanup/compare/1.0.2...1.0.3) - 2020-09-14 - -### Commits - -- fix: angular template [`05a247a`](https://github.com/leanupjs/leanup/commit/05a247a71e3e1f6c9ab4f1f128c96de9392a39f0) -- chore: separate @leanup/lib in workflow file [`db0dd48`](https://github.com/leanupjs/leanup/commit/db0dd488bcf1c904ce576a37439139a2ab25474c) - -## [1.0.2](https://github.com/leanupjs/leanup/compare/1.0.1...1.0.2) - 2020-09-13 - -### Commits - -- update deps [`5c5de7e`](https://github.com/leanupjs/leanup/commit/5c5de7e0947ace293a058e8bd9bf655eb00e83a2) - -## [1.0.1](https://github.com/leanupjs/leanup/compare/1.0.0...1.0.1) - 2020-09-11 - -### Commits - -- chore: update @types/node 14.10.0 [`f1a5fed`](https://github.com/leanupjs/leanup/commit/f1a5feda5c82856f0724a05a5bcdefac14817d61) -- refactor: import lib, form and doc packages [`29889c1`](https://github.com/leanupjs/leanup/commit/29889c1cdb1e0703724a38ebd7a10be2921fd011) -- refactor: remove doc [`62fa86f`](https://github.com/leanupjs/leanup/commit/62fa86fb028d5072e950b1217bac3bafab8d1c53) -- fix: tiny building issues [`4f55636`](https://github.com/leanupjs/leanup/commit/4f556360b829b15f6580c954d69cda6301d4e0c2) -- refactor: move all modules in packages folder [`9dd2230`](https://github.com/leanupjs/leanup/commit/9dd2230d5a8ab689c371b0474c4a5460d3af993f) -- chore: remove version script from package.json [`e82f5ce`](https://github.com/leanupjs/leanup/commit/e82f5cebf6b1400cd8148e1dd32eaccef3d09fb1) -- fix: github workflow file [`7cea8b5`](https://github.com/leanupjs/leanup/commit/7cea8b59f94a1e760d6136dee931fe56bc8b6342) - -## [1.0.0](https://github.com/leanupjs/leanup/compare/1.0.0-rc.527...1.0.0) - 2020-09-10 - -### Commits - -- update deps [`85c6742`](https://github.com/leanupjs/leanup/commit/85c67422b369dc86d9a37fa0fcfa7e9b2cf71eba) -- Update LICENSE [`466732c`](https://github.com/leanupjs/leanup/commit/466732c3268ddbae70937ee701d15733e8953704) -- chore: set version 1.0.0 [`45bb530`](https://github.com/leanupjs/leanup/commit/45bb530b2b57b87a7f0fe3813e5e5d8df0364852) -- chore: set v 1.0.0 [`3ecdc5d`](https://github.com/leanupjs/leanup/commit/3ecdc5d411c3ff37ad22d6a093a8a0b8818c4ec7) - -## [1.0.0-rc.527](https://github.com/leanupjs/leanup/compare/1.0.0-rc.526...1.0.0-rc.527) - 2020-09-09 - -### Commits - -- increment version [`0b0b5de`](https://github.com/leanupjs/leanup/commit/0b0b5dedd04ab2948136b3f5b5ec515d71e9e35c) -- update doc [`7f324c2`](https://github.com/leanupjs/leanup/commit/7f324c2acb64a380a866a086cbce66af708365f1) -- add optional chaining [`a24e4b1`](https://github.com/leanupjs/leanup/commit/a24e4b187b06432784a514945588f13d8becdbed) -- fix html markup in readme [`01e688d`](https://github.com/leanupjs/leanup/commit/01e688d770b02288be56c4a058700257c83feae2) -- update deps [`cf5c249`](https://github.com/leanupjs/leanup/commit/cf5c249d419d21aea745f2a4dfbc27334921d6bf) - -## [1.0.0-rc.526](https://github.com/leanupjs/leanup/compare/1.0.0-rc.525...1.0.0-rc.526) - 2020-09-08 - -### Commits - -- increment version [`e702893`](https://github.com/leanupjs/leanup/commit/e70289370d923f59008dc1b5fcaefab5b5e2daea) -- update readme [`ac529ae`](https://github.com/leanupjs/leanup/commit/ac529aec6e9e0a9ce7a28e394481ab4c26c16699) -- update deps [`1a2443a`](https://github.com/leanupjs/leanup/commit/1a2443a8e4def054c737620f9e843917edda76c1) -- optimize main readme [`fc78bfd`](https://github.com/leanupjs/leanup/commit/fc78bfd9271670709612c83d2da9bd10f1925d30) -- fix auto updater [`77b2f26`](https://github.com/leanupjs/leanup/commit/77b2f26a43665eb11a5eca15b47258cff14fe516) - -## [1.0.0-rc.525](https://github.com/leanupjs/leanup/compare/1.0.0-rc.524...1.0.0-rc.525) - 2020-09-07 - -### Commits - -- update deps [`46621f3`](https://github.com/leanupjs/leanup/commit/46621f3c84520309c19f6d63b727057f6086d805) -- chore: increment version [`e8fb8f6`](https://github.com/leanupjs/leanup/commit/e8fb8f6764b24f9c67c6a08963a4bfbe17d917bc) - -## [1.0.0-rc.524](https://github.com/leanupjs/leanup/compare/1.0.0-rc.523...1.0.0-rc.524) - 2020-09-05 - -### Commits - -- update nightwatch [`b0d363d`](https://github.com/leanupjs/leanup/commit/b0d363d1202485f77dec3be0d8eac540d57c4954) - -## [1.0.0-rc.523](https://github.com/leanupjs/leanup/compare/1.0.0-rc.522...1.0.0-rc.523) - 2020-09-04 - -### Commits - -- update deps [`b7bf722`](https://github.com/leanupjs/leanup/commit/b7bf722f07fcc93f63cdf3ed72c9567299de0bb2) -- fix workflow for dep update [`b2a7711`](https://github.com/leanupjs/leanup/commit/b2a77119981fb37f4f585478dad38bf27e73af7f) -- add auto dependency update workflow [`799ee3b`](https://github.com/leanupjs/leanup/commit/799ee3be486a0c414ffeaf2ef1edca70471c5726) - -## [1.0.0-rc.522](https://github.com/leanupjs/leanup/compare/1.0.0-rc.521...1.0.0-rc.522) - 2020-09-03 - -### Commits - -- update deps [`6c528c6`](https://github.com/leanupjs/leanup/commit/6c528c6ca0fd55dec6727b49f4553210c403de9b) - -## [1.0.0-rc.521](https://github.com/leanupjs/leanup/compare/1.0.0-rc.520...1.0.0-rc.521) - 2020-09-03 - -### Commits - -- optimize Framework information [`68d26ad`](https://github.com/leanupjs/leanup/commit/68d26adbb9894649ea4b1c0399ad89b531c1fd18) -- remove unused code [`a0e3cb3`](https://github.com/leanupjs/leanup/commit/a0e3cb3626c515757b1d999b14ab05f100c7a4b5) - -## [1.0.0-rc.520](https://github.com/leanupjs/leanup/compare/1.0.0-rc.519...1.0.0-rc.520) - 2020-09-03 - -### Commits - -- "@leanup/form": "^0.9.0-rc.1" [`18c2920`](https://github.com/leanupjs/leanup/commit/18c29200af6efe4d885a49e8d7e509fc893069cc) - -## [1.0.0-rc.519](https://github.com/leanupjs/leanup/compare/1.0.0-rc.518...1.0.0-rc.519) - 2020-09-03 - -### Commits - -- cleanup templates [`cbcf798`](https://github.com/leanupjs/leanup/commit/cbcf798e221d1ae3446a11e7ac5cbefe9693f71f) - -## [1.0.0-rc.518](https://github.com/leanupjs/leanup/compare/1.0.0-rc.517...1.0.0-rc.518) - 2020-09-03 - -### Commits - -- switch license [`5caa380`](https://github.com/leanupjs/leanup/commit/5caa380dc32001008d158289fb307e54b5803e46) - -## [1.0.0-rc.517](https://github.com/leanupjs/leanup/compare/1.0.0-rc.516...1.0.0-rc.517) - 2020-09-03 - -### Commits - -- update deps [`20b03db`](https://github.com/leanupjs/leanup/commit/20b03db83019c1a71739d64c0fa6c81cc1b02709) -- update deps [`a5fd554`](https://github.com/leanupjs/leanup/commit/a5fd554db15c0585295dc66a297b0b7e74d3a5d5) -- add new shell scripts [`c1494f4`](https://github.com/leanupjs/leanup/commit/c1494f432cb14bf6493ea4b9bf365f4cfead2383) -- "@leanup/form": "^0.9.0-rc.1" [`d7a4353`](https://github.com/leanupjs/leanup/commit/d7a4353d78d54511be96e3925cb4123d4db75d07) -- default tag npm publish is canary [`08f634b`](https://github.com/leanupjs/leanup/commit/08f634b71724ff98e258991cdeec9fb4942f352e) - -## [1.0.0-rc.516](https://github.com/leanupjs/leanup/compare/1.0.0-rc.515...1.0.0-rc.516) - 2020-09-02 - -### Commits - -- chore: update deps [`df42787`](https://github.com/leanupjs/leanup/commit/df4278718e9a781bb60eb32f3d5d24f7ccfff4b4) -- chore: inc version [`2e7eca8`](https://github.com/leanupjs/leanup/commit/2e7eca86be130355c2fa720d9044579b00dfc6dc) -- chore: remove the overhead --colors options [`fbc2bd5`](https://github.com/leanupjs/leanup/commit/fbc2bd5e26d10e99791b4cfcaba4a7fb3ac3d479) - -## [1.0.0-rc.515](https://github.com/leanupjs/leanup/compare/1.0.0-rc.514...1.0.0-rc.515) - 2020-09-01 - -### Commits - -- chore: upgrade @typescript-eslint/* [`c277031`](https://github.com/leanupjs/leanup/commit/c277031a3570939a24c8bdaf1411276eaa9d57c8) - -## [1.0.0-rc.514](https://github.com/leanupjs/leanup/compare/1.0.0-rc.513...1.0.0-rc.514) - 2020-09-01 - -### Commits - -- chore: update deps [`97a6387`](https://github.com/leanupjs/leanup/commit/97a6387afa1f67e5c96f68be06930336f6fe2e35) - -## [1.0.0-rc.513](https://github.com/leanupjs/leanup/compare/1.0.0-rc.512...1.0.0-rc.513) - 2020-08-28 - -### Commits - -- fix: "module": "UMD", [`adb9a4a`](https://github.com/leanupjs/leanup/commit/adb9a4a5156cd3d189b3935ba6fb02f90b453405) -- chore: disable npm unpublish [`aac2e4e`](https://github.com/leanupjs/leanup/commit/aac2e4e0f7b7af70447b27d5597cd40b3c28f1c6) - -## [1.0.0-rc.512](https://github.com/leanupjs/leanup/compare/1.0.0-rc.511...1.0.0-rc.512) - 2020-08-27 - -### Commits - -- chore: update deps [`44ae208`](https://github.com/leanupjs/leanup/commit/44ae208855998505b528ef7127af0cb2f261d032) -- update deps [`0ef57d8`](https://github.com/leanupjs/leanup/commit/0ef57d871d216a93147567d6fba9f641eb2bdc91) -- chore: update deps [`ad106fb`](https://github.com/leanupjs/leanup/commit/ad106fbf347bbbef815593d48af17b26016a7fd6) -- switch the tsc module to ESNext [`edf647a`](https://github.com/leanupjs/leanup/commit/edf647ade25ea4e7b099efbe1993b2cd47cb8569) - -## [1.0.0-rc.511](https://github.com/leanupjs/leanup/compare/1.0.0-rc.510...1.0.0-rc.511) - 2020-08-26 - -### Commits - -- update deps [`b601046`](https://github.com/leanupjs/leanup/commit/b6010462532085df260e669b80713218cca8a80d) -- update README.md [`d4f9e82`](https://github.com/leanupjs/leanup/commit/d4f9e82c17c625e3f7974edd3d2e0ae9aa20d6dc) - -## [1.0.0-rc.510](https://github.com/leanupjs/leanup/compare/1.0.0-rc.509...1.0.0-rc.510) - 2020-08-25 - -### Commits - -- upgrade less- and sass-loader / update all other deps [`0e5753b`](https://github.com/leanupjs/leanup/commit/0e5753bd6ed4a0654ccd48ebc12cadde86986654) - -## [1.0.0-rc.509](https://github.com/leanupjs/leanup/compare/1.0.0-rc.508...1.0.0-rc.509) - 2020-08-25 - -### Commits - -- update package.json and dependencies [`965af41`](https://github.com/leanupjs/leanup/commit/965af4170bc96d5f436fa91d8b7ecfe4f982c9f7) - -## [1.0.0-rc.508](https://github.com/leanupjs/leanup/compare/1.0.0-rc.507...1.0.0-rc.508) - 2020-08-24 - -### Commits - -- fix NODE_ENV and string-replace-loader [`7113b4b`](https://github.com/leanupjs/leanup/commit/7113b4bf8593b57be4312278aa36ab9bac346a9e) -- fix templates [`9dec0c0`](https://github.com/leanupjs/leanup/commit/9dec0c0df8f64ec9f67446d92dc1a83cb7241e50) -- always success [`ad1102f`](https://github.com/leanupjs/leanup/commit/ad1102f71a51c2a44b95b19f876ff3b9fdc20aee) - -## [1.0.0-rc.507](https://github.com/leanupjs/leanup/compare/1.0.0-rc.506...1.0.0-rc.507) - 2020-08-23 - -### Commits - -- remove unused js file in src [`e7e38fa`](https://github.com/leanupjs/leanup/commit/e7e38fa7155e7740fd63f512b9410f9b5027da9f) -- add node header [`188b1f9`](https://github.com/leanupjs/leanup/commit/188b1f97e57f9edd745d3c2031ea9b0d62892dc8) - -## [1.0.0-rc.506](https://github.com/leanupjs/leanup/compare/1.0.0-rc.505...1.0.0-rc.506) - 2020-08-23 - -### Commits - -- fix build [`596d682`](https://github.com/leanupjs/leanup/commit/596d6821506ea4c27cc491c2c7fca6e10edd70e8) -- remove unused types [`a2b215d`](https://github.com/leanupjs/leanup/commit/a2b215d3c4055985f416a3348e9c1b322ad6d6b2) -- fix github workflow [`706c1e7`](https://github.com/leanupjs/leanup/commit/706c1e7012512f4e00ff7b3c7f6924d7a49223ed) -- bui [`bb5e659`](https://github.com/leanupjs/leanup/commit/bb5e6599bc5d8248daae0c8e4d3c85691de9767c) -- github action workflow [`3e5eba5`](https://github.com/leanupjs/leanup/commit/3e5eba5cc679a7acb73979013c76bffde5b795a3) - -## [1.0.0-rc.505](https://github.com/leanupjs/leanup/compare/1.0.0-rc.504...1.0.0-rc.505) - 2020-08-23 - -### Commits - -- remove package-lock's [`0ec69a3`](https://github.com/leanupjs/leanup/commit/0ec69a3a86b8efb3ce312a90da91437386b3eafb) -- add package-lock's [`d161ecf`](https://github.com/leanupjs/leanup/commit/d161ecf5c1ee9447c512698afcefa4a6693c4dbd) -- optimize build [`c287cc3`](https://github.com/leanupjs/leanup/commit/c287cc3e9a4960e26c614ec835f1751800a596b8) -- fix build [`e761e2b`](https://github.com/leanupjs/leanup/commit/e761e2b32aefe219f88ec16d4839ad1bc5640bf7) -- fix github action workflow [`537f72f`](https://github.com/leanupjs/leanup/commit/537f72f903bc6a9df402a046ac2542674138cffe) -- simple workflow [`0ec8b73`](https://github.com/leanupjs/leanup/commit/0ec8b73384b1a6fb549ccbfd7609a1f430049a74) -- ignore package-lock's [`74f5cbc`](https://github.com/leanupjs/leanup/commit/74f5cbcd2e42ceb62ef446f80900a6d8e6a16f07) - -## [1.0.0-rc.504](https://github.com/leanupjs/leanup/compare/1.0.0-rc.503...1.0.0-rc.504) - 2020-08-23 - -### Commits - -- refact @leanup/features to @leanup/lib [`f707690`](https://github.com/leanupjs/leanup/commit/f707690803987c5fb90d8448c9351d5af9195ea7) -- refact @leanup/forms to @leanup/form [`b02b1fc`](https://github.com/leanupjs/leanup/commit/b02b1fcb9fd6d3978c044942e7d2c29a2ac383bc) - -## [1.0.0-rc.503](https://github.com/leanupjs/leanup/compare/1.0.0-rc.502...1.0.0-rc.503) - 2020-08-23 - -### Commits - -- remove package lock in template [`65d2d2c`](https://github.com/leanupjs/leanup/commit/65d2d2c4c88b9ba34f42a48e05f4375e18862d0b) - -## [1.0.0-rc.502](https://github.com/leanupjs/leanup/compare/1.0.0-rc.501...1.0.0-rc.502) - 2020-08-23 - -### Commits - -- refact to @leanup/lib and @leanup/form [`9bbc179`](https://github.com/leanupjs/leanup/commit/9bbc179e058f983b2bdb8b2af0d16dca1d51ff74) - -## 1.0.0-rc.501 - 2020-08-23 - -### Commits - -- chore: initial commit [`91527d8`](https://github.com/leanupjs/leanup/commit/91527d82423ef76b3634c4f876dc641c3a1323d8) -- update dependencies [`bfc7872`](https://github.com/leanupjs/leanup/commit/bfc7872e4f39b4641b1f8ff2334089724c8d1658) -- fix angular template with typescript version ^3 instead of ^4 [`f721b0a`](https://github.com/leanupjs/leanup/commit/f721b0aa17a1ac9aa22aa2aaaba9cfccd1680b53) -- fix: build [`41612fa`](https://github.com/leanupjs/leanup/commit/41612fa939c353a78fc67cecafdea37d86456c64) -- update deps [`28de6a4`](https://github.com/leanupjs/leanup/commit/28de6a45e80b70ec00a078ee611c01d9dac2e280) -- update deps [`aa55805`](https://github.com/leanupjs/leanup/commit/aa5580509c97e3d68ebe39186c82661ee7e49580) -- update to RC [`f7b4736`](https://github.com/leanupjs/leanup/commit/f7b47362702cb9c5f53dcc35c1bf65c158d3535b) -- clean up [`edf18cd`](https://github.com/leanupjs/leanup/commit/edf18cd122aeda339d393fdd65155222f8548606) -- fix projectname replace [`5a5ca90`](https://github.com/leanupjs/leanup/commit/5a5ca90e698a7c881e0210251ac9b47b9ba9332f) -- update github actions [`56f25ad`](https://github.com/leanupjs/leanup/commit/56f25ad07d02ec316093bc4779a4956a89b4f78c) -- fix peerDeps [`488af86`](https://github.com/leanupjs/leanup/commit/488af86c493cb6a7ce6c5c5449fd975d2b059ee3) -- fix templates [`7719591`](https://github.com/leanupjs/leanup/commit/7719591ba8217881942fef798016c26a821e2bf5) -- fix project name handling and template dep versions [`5e9120b`](https://github.com/leanupjs/leanup/commit/5e9120b470ab76033b87776eeaebbf4fc62022f5) -- fix vue [`167eae9`](https://github.com/leanupjs/leanup/commit/167eae997eb22b6f96b192d57c39ac0bcf4fd20e) -- fix: github action publish [`c0aee68`](https://github.com/leanupjs/leanup/commit/c0aee68ba8a89fd929af2ea67c8f1dcea1c2965e) -- chore: disable npm install [`1d7efc2`](https://github.com/leanupjs/leanup/commit/1d7efc22c715c6740adeb5af9dbdb1321e1b8298) -- tiny fixes [`c166cf7`](https://github.com/leanupjs/leanup/commit/c166cf701f00ad91498bca2175dd49b6a5fec911) -- fix: projectname detection [`c2658b3`](https://github.com/leanupjs/leanup/commit/c2658b3fc504f324c8f49850a4222105ae98d06f) -- fix vue3 [`1c38667`](https://github.com/leanupjs/leanup/commit/1c386679d5e6a22c471afa345faa6764e543dbd0) -- fix plugins builds [`f3023e4`](https://github.com/leanupjs/leanup/commit/f3023e4ab0a7e78074f76751d41123c027f3ccaa) -- chore: no npm install by release creation [`d10af5c`](https://github.com/leanupjs/leanup/commit/d10af5c36bdf05725e52bd9a8e177bebc0d96502) -- commit RC [`a8ca2d5`](https://github.com/leanupjs/leanup/commit/a8ca2d5c2f8a9231a4d7b5d11d3f5a27934dd546) -- update vue2 [`f9cf5a7`](https://github.com/leanupjs/leanup/commit/f9cf5a794a6384849e845c7fc34503a65034ae94) -- fix: publish build [`af74440`](https://github.com/leanupjs/leanup/commit/af744400ba4ede8995998c695eebd4cd5592e613) -- publish latest [`d1a144b`](https://github.com/leanupjs/leanup/commit/d1a144bdeba05190071ff0610a596d38940acf7f) -- remove wrong lerna version option --ignore [`833db2a`](https://github.com/leanupjs/leanup/commit/833db2ae76a78a2b9c8910d7f0bcf422b6815806) -- fix zone.js in angular template [`f41b019`](https://github.com/leanupjs/leanup/commit/f41b01990388c73d9227a0fe685ac828d1bb67c9) -- fix typescript for angular [`89f934a`](https://github.com/leanupjs/leanup/commit/89f934afbd7d371114c377f545c87b53aa8c5fb2) -- fix: package name replace [`d162aa4`](https://github.com/leanupjs/leanup/commit/d162aa4201aa5f0a2032633f94657bf7b9b5a43d) diff --git a/package.json b/package.json index 69f7ba85fc..978aabbcbf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "auto-changelog": { "template": "keepachangelog", - "unreleased": false, + "unreleased": true, "commitLimit": false }, "devDependencies": {