diff --git a/.github/workflows/auto-dependency-updater.yml b/.github/workflows/auto-dependency-updater.yml index f5858c2baa..3295e805bb 100644 --- a/.github/workflows/auto-dependency-updater.yml +++ b/.github/workflows/auto-dependency-updater.yml @@ -87,7 +87,7 @@ jobs: - name: Generate changelogs run: | npm i auto-changelog --no-save - npx auto-changelog --release-summary --tag-pattern ^${{matrix.version}}.\d+ -o docs/changelog/index.md + npx auto-changelog --release-summary --tag-pattern "^${{matrix.version}}.\d+" -o docs/changelog/index.md npx auto-changelog --release-summary - name: Commit changelogs run: | diff --git a/docs/changelog/index.md b/docs/changelog/index.md index a724cf0df2..4abcd288f7 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,3 +6,1105 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 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) +- fix: fix auto updater pipe [`675d010`](https://github.com/leanupjs/leanup/commit/675d010543707395c0ba58d08aab8fe7916dcf9f) +- 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) + +## [1.2.0-rc.53](https://github.com/leanupjs/leanup/compare/1.2.0-rc.52...1.2.0-rc.53) - 2021-03-11 + +### Merged + +- Auto dependency update [`#1138`](https://github.com/leanupjs/leanup/pull/1138) + +### Commits + +- ci: update CHANGELOG.md [`609a463`](https://github.com/leanupjs/leanup/commit/609a4639ee446149c6c6d897e239a6495aaad19e) +- 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: 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: 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 update changelog pipe [`73b9be8`](https://github.com/leanupjs/leanup/commit/73b9be819d0b731360461be1e8531f22453d93fd) +- chore: reorganize github workflows [`1f425e1`](https://github.com/leanupjs/leanup/commit/1f425e194dd03879a2528cfd7b83c98287004d21) +- 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) +- 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 - 2021-03-07 + +### Merged + +- Auto dependency update [`#1056`](https://github.com/leanupjs/leanup/pull/1056) +- 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) +- Auto dependency update [`#1029`](https://github.com/leanupjs/leanup/pull/1029) +- Auto dependency update [`#949`](https://github.com/leanupjs/leanup/pull/949) +- Auto dependency update [`#947`](https://github.com/leanupjs/leanup/pull/947) +- 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) +- 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) +- Auto dependency update [`#807`](https://github.com/leanupjs/leanup/pull/807) +- Update/1.1 [`#768`](https://github.com/leanupjs/leanup/pull/768) +- 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) +- Auto dependency update [`#670`](https://github.com/leanupjs/leanup/pull/670) +- Auto dependency update [`#666`](https://github.com/leanupjs/leanup/pull/666) +- Auto dependency update [`#665`](https://github.com/leanupjs/leanup/pull/665) +- Auto dependency update [`#661`](https://github.com/leanupjs/leanup/pull/661) +- chore: upgrade webpack and loaders [`#656`](https://github.com/leanupjs/leanup/pull/656) +- Auto dependency update [`#655`](https://github.com/leanupjs/leanup/pull/655) +- Refactor/refact all templates [`#592`](https://github.com/leanupjs/leanup/pull/592) +- Auto dependency update [`#591`](https://github.com/leanupjs/leanup/pull/591) +- 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) +- chore: working on scripts [`#520`](https://github.com/leanupjs/leanup/pull/520) +- Auto dependency update [`#522`](https://github.com/leanupjs/leanup/pull/522) +- Auto dependency update [`#440`](https://github.com/leanupjs/leanup/pull/440) +- 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) +- 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) +- v1.1.0-rc.286 [`#294`](https://github.com/leanupjs/leanup/pull/294) +- chore(deps): bump geckodriver from 1.21.1 to 1.22.1 [`#269`](https://github.com/leanupjs/leanup/pull/269) +- chore(deps-dev): bump npm-check-updates from 10.3.1 to 11.0.0 [`#263`](https://github.com/leanupjs/leanup/pull/263) +- 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) +- 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) +- Feature/framework test [`#214`](https://github.com/leanupjs/leanup/pull/214) +- chore(deps-dev): bump prettier-plugin-svelte from 1.4.2 to 2.0.3 [`#208`](https://github.com/leanupjs/leanup/pull/208) +- chore(deps-dev): bump prettier-plugin-svelte from 1.4.2 to 2.0.3 [`#211`](https://github.com/leanupjs/leanup/pull/211) +- 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 [`#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(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: update copy-modules-webpack-plugin [`#189`](https://github.com/leanupjs/leanup/pull/189) +- chore(deps-dev): bump preact from 10.5.8 to 10.5.9 [`#181`](https://github.com/leanupjs/leanup/pull/181) +- 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) +- Release/1.0 [`#173`](https://github.com/leanupjs/leanup/pull/173) +- 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 3.3.12 to 4.3.1 [`#179`](https://github.com/leanupjs/leanup/pull/179) +- chore(deps): bump webpack-cli from 4.3.0 to 4.3.1 [`#180`](https://github.com/leanupjs/leanup/pull/180) +- 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-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 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 sass from 1.30.0 to 1.32.0 [`#171`](https://github.com/leanupjs/leanup/pull/171) +- 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 @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#146`](https://github.com/leanupjs/leanup/pull/146) +- 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): bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#148`](https://github.com/leanupjs/leanup/pull/148) +- 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): 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-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) +- chore(deps): bump autoprefixer from 9.8.5 to 9.8.6 [`#129`](https://github.com/leanupjs/leanup/pull/129) +- chore(deps-dev): bump typescript from 4.1.2 to 4.1.3 [`#130`](https://github.com/leanupjs/leanup/pull/130) +- 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 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) +- 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) +- 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-dev): bump @leanup/stack from 1.1.0-rc.213 to 1.1.0-rc.219 [`#118`](https://github.com/leanupjs/leanup/pull/118) +- 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) +- Feature/separate stack [`#107`](https://github.com/leanupjs/leanup/pull/107) +- 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-dev): bump npm-check-updates from 10.2.2 to 10.2.3 [`#103`](https://github.com/leanupjs/leanup/pull/103) +- 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 @leanup/cli-core-lint from 1.1.0-rc.197 to 1.1.0-rc.198 [`#99`](https://github.com/leanupjs/leanup/pull/99) +- 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-dev): bump typescript from 4.0.5 to 4.1.2 in /packages/cli/core/babel [`#82`](https://github.com/leanupjs/leanup/pull/82) +- 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) +- Release/1.0 [`#47`](https://github.com/leanupjs/leanup/pull/47) +- refactor: remove babel, and add ts-node [`#60`](https://github.com/leanupjs/leanup/pull/60) +- Merge changes [`#41`](https://github.com/leanupjs/leanup/pull/41) +- Release/1.0 [`#28`](https://github.com/leanupjs/leanup/pull/28) +- Release/1.0 [`#26`](https://github.com/leanupjs/leanup/pull/26) +- Release/1.0 [`#20`](https://github.com/leanupjs/leanup/pull/20) +- fix: setup version range for peer dependencies in @leanup [`#22`](https://github.com/leanupjs/leanup/pull/22) +- 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) +- Release/1.0 [`#9`](https://github.com/leanupjs/leanup/pull/9) +- Release/1.0 [`#1`](https://github.com/leanupjs/leanup/pull/1) + +### Commits + +- chore: replace master with release v1.1 [`e1e9791`](https://github.com/leanupjs/leanup/commit/e1e979179c0a75817b42e1abeb28a47e6d5e9328) +- 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) +- chore: update package-lock's [`adfb407`](https://github.com/leanupjs/leanup/commit/adfb4075927fa46c4270bc817730bbe32485ae82) +- add: [`376d103`](https://github.com/leanupjs/leanup/commit/376d103c78f905755e7cb09847bdc07f5b62535f) +- feature: config vue3 for snowpack [`4d810af`](https://github.com/leanupjs/leanup/commit/4d810af5255ffbec81f59dde138acea88dd7da32) +- fix: json handling for webpack and snowpack ESM [`af0914d`](https://github.com/leanupjs/leanup/commit/af0914d414c96c960147b78426c209c7645a0eed) +- 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) +- chore: sync webpack and snowpack configuration [`ae63ca8`](https://github.com/leanupjs/leanup/commit/ae63ca8c03d9864280bd8e9bc175ad76ba5b8d56) +- fix: fix knownEntrypoints by import package.jsons for snkowpack [`4997cb8`](https://github.com/leanupjs/leanup/commit/4997cb802baccd9721202a768151de37c71769d4) +- fix: better typed json handling with tiny util function [`7377982`](https://github.com/leanupjs/leanup/commit/7377982e78c5426e7510595c69cc599bbeeec4b7) +- docs: update doc [`a262caf`](https://github.com/leanupjs/leanup/commit/a262caf255d911fa3b8c8a161596d74bd3bdd8cd) +- docs: update keywords + cleanup [`21593df`](https://github.com/leanupjs/leanup/commit/21593df02d954ee99b362e7ff2ea2b2962176eb3) +- chore: cleanup snowpack configs [`e3f8069`](https://github.com/leanupjs/leanup/commit/e3f806942dd024230009eee963446bf2880aad3d) +- ci: update CHANGELOG.md [`5787700`](https://github.com/leanupjs/leanup/commit/5787700d056fcc09d741dcc62d940d152fa0feef) +- docs: add snowpack to readme [`bb7b865`](https://github.com/leanupjs/leanup/commit/bb7b865c53a8435c65c87c65e10a826770d97669) +- ci: update CHANGELOG.md [`c696490`](https://github.com/leanupjs/leanup/commit/c6964906b6e7b38fe715460f2af9ac6102c626a0) +- fix: fix html validation [`87b8c67`](https://github.com/leanupjs/leanup/commit/87b8c67a433900b274e324ac3ea69320b4358f91) +- chore: separate stack-snowpack in workflow [`663c03a`](https://github.com/leanupjs/leanup/commit/663c03a661f822d9fbec1f204f42c402d8e1aed5) +- docs: add snowpack approach [`1ae0633`](https://github.com/leanupjs/leanup/commit/1ae06336d1284276f48f9e4ae34039eb94ec7a9e) +- ci: update CHANGELOG.md [`20e6d6f`](https://github.com/leanupjs/leanup/commit/20e6d6fd911cbde4f58b298c99233f037f2a5158) +- ci: update CHANGELOG.md [`0163e5e`](https://github.com/leanupjs/leanup/commit/0163e5ed2d1ddb8852b5b058925bba72ac8328ba) +- feature: add snowpack angular config [`f8cff76`](https://github.com/leanupjs/leanup/commit/f8cff7614028f23a2b9833f2a6e87fe959400916) +- ci: update CHANGELOG.md [`2734684`](https://github.com/leanupjs/leanup/commit/27346848e11d863bd458a2a62f99e53067aed36c) +- 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) +- chore: add preact compat for react [`a2817dc`](https://github.com/leanupjs/leanup/commit/a2817dc77540bfb7a609145be9adb2b9f89753af) +- chore: clear package.json [`a54cd35`](https://github.com/leanupjs/leanup/commit/a54cd35df8ef522c539a5c3c6fbf7b5a75f3ef43) +- fix: fix the comment remove for webpack magic and reduce the bundle size [`ce82da6`](https://github.com/leanupjs/leanup/commit/ce82da61af80ab6fac4bb7167cf58723c05e2435) +- 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) +- fix: remove redundant run action [`109e0a0`](https://github.com/leanupjs/leanup/commit/109e0a06264bdab23e42c8972068db275f9107e3) +- fix: optimize angular stack and template [`4317620`](https://github.com/leanupjs/leanup/commit/4317620dda540060b587fc626a224c9733e86411) +- chore: enable npm progress to give users better feedback [`c77dccb`](https://github.com/leanupjs/leanup/commit/c77dccbf61ea47d2d8a8014594bd09242837f6c6) +- 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) +- fix: snowpack config [`acd42a4`](https://github.com/leanupjs/leanup/commit/acd42a4be67a1be7e1544da26f867d057eae23a0) +- chore: move geckodriver in peerdeps [`00065ee`](https://github.com/leanupjs/leanup/commit/00065eecf08c64271245cc5cdd3aab2737fd96c8) +- chore: separate stack-snowpack in workflow [`749cb3a`](https://github.com/leanupjs/leanup/commit/749cb3a322db84a729d1a2fd5ac12000f2277c4d) +- chore: upgrade svelte-loader to v3 [`63e1c89`](https://github.com/leanupjs/leanup/commit/63e1c896d9cb44a357cc30ce0dbdb677d1d67724) +- docs: fix detail in readme [`2f56526`](https://github.com/leanupjs/leanup/commit/2f5652674bdb38929cbfc2b22e95a78d3dbb8ea7) +- fix: fix publish workflow [`1f20415`](https://github.com/leanupjs/leanup/commit/1f20415718f927a217133504c2632d52ce0395c5) +- chore: add snowpack config to npm files [`f53e19a`](https://github.com/leanupjs/leanup/commit/f53e19ae222eeac4ed702a6289aa5c97fc1625f2) +- chore: add ncu to npm script - show only open major updates [`481a244`](https://github.com/leanupjs/leanup/commit/481a244cabdf3abd88a84699cf7fc714abaac94b) +- 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) +- feature: config vue3 for snowpack [`5fc80f8`](https://github.com/leanupjs/leanup/commit/5fc80f8d4950b2b724a05a3d22f7a093574f0558) +- chore: remove unused leanup package [`bb245f8`](https://github.com/leanupjs/leanup/commit/bb245f8098205107b90c31a2e92529ccb36cddcb) +- ci: update CHANGELOG.md [`585339a`](https://github.com/leanupjs/leanup/commit/585339aa93f2f59977aabe3310698b0d688c6438) +- chore: decouple main package.json from leanup packages [`3d5287b`](https://github.com/leanupjs/leanup/commit/3d5287b50f73aebbdcc21f0e8e6c2c29be4c2ed3) +- 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) +- chore: add doc to main repo [`c9a36d9`](https://github.com/leanupjs/leanup/commit/c9a36d9b996052ed366957d3e3e17760a71efb39) +- chore: remove redundant @types/prettier [`9de036a`](https://github.com/leanupjs/leanup/commit/9de036a583a18c0f145c686b53e845e8125979f0) +- refactor: upgrade to @cucumber deps [`cf17226`](https://github.com/leanupjs/leanup/commit/cf17226d3a6eaeb6da8c2d263684f0512daa581f) +- 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) +- chore: upgrade commitlint [`06dbdec`](https://github.com/leanupjs/leanup/commit/06dbdec92aa25bb655c38e0c506d1383084b81f2) +- chore: generic run method [`b861a61`](https://github.com/leanupjs/leanup/commit/b861a611201521e221d10859b73935876c820b44) +- docs: update guide md [`a6c94ac`](https://github.com/leanupjs/leanup/commit/a6c94acda6d281417302971824e97d357e5c1efb) +- refactor: add more vite variants and simplify the snowpack and vite configs [`7358096`](https://github.com/leanupjs/leanup/commit/735809622fd0089ffd32df725ef9b3ca60609a07) +- chore: update deps and fix broken import [`d6e44bc`](https://github.com/leanupjs/leanup/commit/d6e44bcd784f70064c1b76f916749f241dea5188) +- chore: release version 1.1 [`ff220f6`](https://github.com/leanupjs/leanup/commit/ff220f6b359afb628b76b7b8a15e1906357e917b) +- 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) +- fix: workflow [`e4f7a4a`](https://github.com/leanupjs/leanup/commit/e4f7a4a69526bf22dd7beb4a9063bd575df9530c) +- refactor: fix typing for resolvedRoute [`f58e981`](https://github.com/leanupjs/leanup/commit/f58e98152175130d2e6dd85116e994670d5584f2) +- chore: fix [`d19cd8a`](https://github.com/leanupjs/leanup/commit/d19cd8a9077c8b7c62478728750094421ce9a00f) +- feature: add lup cli [`302bdad`](https://github.com/leanupjs/leanup/commit/302bdadfa48fdf318d419e59dee60fd885f63502) +- chore: edit depdabot [`5a44cc7`](https://github.com/leanupjs/leanup/commit/5a44cc71d3fe97c0a77d85c0a0d2e86402b4fc15) +- chore: configure dry run [`a581619`](https://github.com/leanupjs/leanup/commit/a581619e888b63ad09e3afdc55b9ebab2dae6db3) +- chore: update publish workflows [`83e61d7`](https://github.com/leanupjs/leanup/commit/83e61d74890525bec659035029d56f8718bae494) +- docs: update README.md's [`2a748e2`](https://github.com/leanupjs/leanup/commit/2a748e26f9be10824725dd2c282910f7498336d0) +- fix: dry github workflow [`2faf564`](https://github.com/leanupjs/leanup/commit/2faf564cdad8376c128f8ede9db2fe8743d8ac58) +- fix: dry github workflow [`02a98bb`](https://github.com/leanupjs/leanup/commit/02a98bb4fc348049941f09ba6be3058eedcb3aa4) +- chore: update dependabot config [`6b699cf`](https://github.com/leanupjs/leanup/commit/6b699cf89cf92d559534e176c9ec16a00a905640) +- Update publish-to-npmjs.dry.yml [`aad8d6d`](https://github.com/leanupjs/leanup/commit/aad8d6d7597265673a0ec08551d9a0f94d5628ee) +- chore: try optimized replacement [`62392b6`](https://github.com/leanupjs/leanup/commit/62392b6cbc27d2438388fefaa2b34c23ee2a5bd1) +- chore: enable publish [`0e8ca98`](https://github.com/leanupjs/leanup/commit/0e8ca988d89b1038934ee1d5a95574c6d10a1864) +- chore: update dependencies [`d0d54d5`](https://github.com/leanupjs/leanup/commit/d0d54d52047ceb06b91590be3788dcb47b27e026) +- chore: configure the node and npm versions [`db262e9`](https://github.com/leanupjs/leanup/commit/db262e9ad04810809bf12a28325e212dc313cff8) +- fix: data flow handling [`3c023f5`](https://github.com/leanupjs/leanup/commit/3c023f53af87c0433aeb9a1a4112379888871300) +- refactor: add a new CLI class for Leanup and clear CommonCLI from leanup template [`f676cef`](https://github.com/leanupjs/leanup/commit/f676cef15494b1fc53ea12155a0275b560ffd61d) +- chore: add auto dep update for v1.2 [`142de32`](https://github.com/leanupjs/leanup/commit/142de3282687a556dbc8813fdcddcec3567f0f3b) +- chore: update dependabot config [`c72aceb`](https://github.com/leanupjs/leanup/commit/c72aceb86c2d1c28f2c0314ea194a1a33e145112) +- fix: publish workflows [`a1ae98d`](https://github.com/leanupjs/leanup/commit/a1ae98d76c6932527a7a9f55f9d964e5bde0b475) +- chore: we have a dry run for npm publish [`d2d9a12`](https://github.com/leanupjs/leanup/commit/d2d9a1209083531d75f73753167c4074cbc3fabe) +- chore: decouple dependencies [`af2d379`](https://github.com/leanupjs/leanup/commit/af2d37915d6796abaa8514389bfdfa3aaef99687) +- chore: upgrade deps [`0baaa51`](https://github.com/leanupjs/leanup/commit/0baaa5103826fdde4097524a0e01388320f9c7f5) +- refact: refact template code for snowpack [`dba4068`](https://github.com/leanupjs/leanup/commit/dba4068df41a54179ebd30f77d6267b0a2798387) +- chore: add new cleanup workflow [`a32fc73`](https://github.com/leanupjs/leanup/commit/a32fc73ebbff2ec1455a8a923874a30a3940d9e2) +- chore: this commit fixed the SPDX expression - #108 [`7afa23c`](https://github.com/leanupjs/leanup/commit/7afa23c311a1be1f3f2a5d3994c0a615d82373c3) +- chore: add a additional test demo senario for cucumber [`6844a53`](https://github.com/leanupjs/leanup/commit/6844a538b909e0c4362ecaf25bbd8acf9acf4998) +- chore: edit dist-tag-all list [`c55babe`](https://github.com/leanupjs/leanup/commit/c55babe6c0b35ba2c7bb4766ee4df769541efeac) +- 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: add auto dep update for v1.2 [`43e922a`](https://github.com/leanupjs/leanup/commit/43e922af26086becec125e53ccc90ed0d7ac7546) +- chore: manage script and dry workflow [`2b18cec`](https://github.com/leanupjs/leanup/commit/2b18cec27492720489e1ae35a517f8679976d0e6) +- fix: dry github workflow [`4167145`](https://github.com/leanupjs/leanup/commit/41671455588a9277344b0dee6e4c8d8ed6aaca24) +- chore: add master dep updater / disable release v1.1 updater [`190a507`](https://github.com/leanupjs/leanup/commit/190a507cb715b558b0dd3ef30cb83d6efc1b24fb) +- fix: workflow [`c21b2fd`](https://github.com/leanupjs/leanup/commit/c21b2fd7ba7091f10bcb27977aaf552b3d036a33) +- fix: dry github workflow [`b4ea083`](https://github.com/leanupjs/leanup/commit/b4ea083ea7a7ab7c67c4544fe50bf47cba202e72) +- chore: does not copy empty folder by using --only-config option [`1b757a1`](https://github.com/leanupjs/leanup/commit/1b757a177ce6f25903800cd437683f3c5c9557be) +- fix: dry github workflow [`c298afc`](https://github.com/leanupjs/leanup/commit/c298afc41b7ebd0beb964be4dd3a5653ecf90abc) +- 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) +- chore: fix index.html [`7081c5c`](https://github.com/leanupjs/leanup/commit/7081c5c7bf46061396f2d87b79a8ff017b7e9eda) +- fix: dry github workflow [`fb8bd9f`](https://github.com/leanupjs/leanup/commit/fb8bd9f15021cd0cdfc13df4e873a60e106d2b17) +- fix: workflow [`0522bee`](https://github.com/leanupjs/leanup/commit/0522beee1f44b87d8d32e47c9d27d3cbc13b1e84) +- fix: refact angular, angularjs and aurelia template [`9ea3730`](https://github.com/leanupjs/leanup/commit/9ea373080b6e9cb6bc14d5a1554246ee1077d49d) +- chore: optimize update dependency workflows [`29340a6`](https://github.com/leanupjs/leanup/commit/29340a65c0515f38cd86cf77380fd3b7b70ea1db) +- fix: prettier svelte config [`54bc259`](https://github.com/leanupjs/leanup/commit/54bc259b984707063b523b9353c5236de29627ef) +- chore: optimize update dependency workflows [`385165e`](https://github.com/leanupjs/leanup/commit/385165e2d7ccd8245fb875a844839c89b13048b6) +- fix: tiny type errors in templates [`26fa43d`](https://github.com/leanupjs/leanup/commit/26fa43df2d1b3062ba426ca2b47372a08c678d5b) +- fix: sync publsh workflow to dry run [`d9d0d98`](https://github.com/leanupjs/leanup/commit/d9d0d985293cde728fc4379c15bf89fcf68997c0) +- chore: fix format changes in svelte prettier [`135c4f4`](https://github.com/leanupjs/leanup/commit/135c4f415a0272a0dd0f2b8f11f7e324640cdb98) +- fix: refact angular, angularjs and aurelia template [`adca06c`](https://github.com/leanupjs/leanup/commit/adca06c1c053a1f7e26f14737214bbd61e7fc719) +- chore: edit github workspace script [`37d83d3`](https://github.com/leanupjs/leanup/commit/37d83d30edac74864a051081c9972e343b656d55) +- chore(deps): bump webpack in /packages/stack/webpack [`3a9e5cb`](https://github.com/leanupjs/leanup/commit/3a9e5cb031dc29e44bb8fd392e01630a0b9a9c2c) +- chore: update workflows [`ab61f45`](https://github.com/leanupjs/leanup/commit/ab61f458122360c12b3801a3a7f1064631d47cd7) +- ci: update CHANGELOG.md [`d64ac39`](https://github.com/leanupjs/leanup/commit/d64ac39827c1b2d62190492849fa38b44dabbe6a) +- docs: update README.md [`bac16c5`](https://github.com/leanupjs/leanup/commit/bac16c5a971ba7a27b1fc8702d1361070087feec) +- ci: update CHANGELOG.md [`7884a31`](https://github.com/leanupjs/leanup/commit/7884a319de40f6fc115e5bfe099e282147af7771) +- 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) +- chore: reset the snowpack-plugin-sass configuration [`a492a8e`](https://github.com/leanupjs/leanup/commit/a492a8e6b5601879a38ee392bfcd9d7f0d7de866) +- fix: stack webpack dependency [`9c7fbc2`](https://github.com/leanupjs/leanup/commit/9c7fbc2e80317d9dc32ef8c42a02874f541fe285) +- chore: fix dry workflow [`4a39855`](https://github.com/leanupjs/leanup/commit/4a398553cbffa83a714b7bf1a70aef1928908e18) +- ci: update CHANGELOG.md [`fd434af`](https://github.com/leanupjs/leanup/commit/fd434af99fcfb1a82fc297c64b5135515dbf9566) +- chore: add less and sass config to snowpack [`a4a350a`](https://github.com/leanupjs/leanup/commit/a4a350a9155d78a34affaa98d878def97343e244) +- fix: dry github workflow [`04af710`](https://github.com/leanupjs/leanup/commit/04af7104c7da353f42177abb88a6eb8634ed5482) +- fix: dry github workflow [`782c7f7`](https://github.com/leanupjs/leanup/commit/782c7f72a0da16cacb3ac94a3152d60da8485034) +- Update auto-dependency-update.v1.1.yml [`965e677`](https://github.com/leanupjs/leanup/commit/965e677ddb1ae69b197c554d558cdb3a409595c7) +- fix: dry github workflow [`16dd9ab`](https://github.com/leanupjs/leanup/commit/16dd9ab6dbd402aeb72d889c9216c0b32b2d961d) +- chore: add new cli options [`44879d0`](https://github.com/leanupjs/leanup/commit/44879d0f7648997013d426275da3c95b1e895d6c) +- ci: update CHANGELOG.md [`f7f9148`](https://github.com/leanupjs/leanup/commit/f7f914871b3aa81256e41dd3859a51f07c631e89) +- 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) +- Update auto-dependency-update.v1.0.yml [`32a493b`](https://github.com/leanupjs/leanup/commit/32a493b268b1309cc9e37bbae4abed8ff895ac58) +- fix: wrong module export [`68ece73`](https://github.com/leanupjs/leanup/commit/68ece7324e24e07859229aea936a914b49345b6a) +- refactor: move deps in sematic package [`4d5ffff`](https://github.com/leanupjs/leanup/commit/4d5ffff2c1b53c51b7545058db40f0366c81333f) +- fix: optimize some preact thinks [`5d70a25`](https://github.com/leanupjs/leanup/commit/5d70a2547e07ab44dd7fc7cae151b845faf308c6) +- ci: update CHANGELOG.md [`0363b35`](https://github.com/leanupjs/leanup/commit/0363b35fe7bd6dc049a78c1aa527212ffde714b5) +- chore: simple reorganize deps [`d08a47c`](https://github.com/leanupjs/leanup/commit/d08a47c64fcd659d36c351ce22f4d2417438f920) +- chore: reconfigure vite config - because it was changed [`2073adc`](https://github.com/leanupjs/leanup/commit/2073adce6ed562959322160396bb5114ab6aa7bc) +- 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) +- ci: update CHANGELOG.md [`0f13121`](https://github.com/leanupjs/leanup/commit/0f131210b2efa9227ad4c73c999c4731703ab235) +- fix: doc deploy github workflow [`71e6e3e`](https://github.com/leanupjs/leanup/commit/71e6e3e31733b04ef5b807f62688c4fb9997058e) +- 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) +- fix: package details [`06cbcc7`](https://github.com/leanupjs/leanup/commit/06cbcc74bb4edeed7945717233ba772785adb869) +- chore: disable dry run for publish npm [`91939e2`](https://github.com/leanupjs/leanup/commit/91939e2f12a6e677fb64dcb3e177b35f21d98f56) +- chore: add css preprocessorOptions for less and sass / vite [`cebdb3b`](https://github.com/leanupjs/leanup/commit/cebdb3b75768775fa1aba50e1af3c641045ee41c) +- chore(deps): bump nightwatch-api in /packages/cli/plugins/cucumber [`82e6b51`](https://github.com/leanupjs/leanup/commit/82e6b51dd4ddd389f9dfa95963d0b4fdac94f6a8) +- ci: update CHANGELOG.md [`8c0c369`](https://github.com/leanupjs/leanup/commit/8c0c369b94b65274d99915e65a7164cd2411ae55) +- ci: update CHANGELOG.md [`15c5b6e`](https://github.com/leanupjs/leanup/commit/15c5b6e2f0e4411babbce3f7c08708683b751900) +- chore: fix wrong secret token [`1c05c9a`](https://github.com/leanupjs/leanup/commit/1c05c9a820b69216d6b90f9e180fe2ff79c61417) +- fix: missing devDependency [`2ad84a4`](https://github.com/leanupjs/leanup/commit/2ad84a417f5172d7bb186201204be923987cb633) +- chore: breaking change by eslint explizit members [`5554900`](https://github.com/leanupjs/leanup/commit/5554900034c3046f1b56f07f43966172846edf01) +- chore: configure vite scripts [`7204969`](https://github.com/leanupjs/leanup/commit/72049699101e881ab55ae8a52567c9353caaac87) +- 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: update sass-loader [`9a4957a`](https://github.com/leanupjs/leanup/commit/9a4957a5c8f7e7d3272e7d4bfe2ab20a5d02b096) +- fix: input binding [`1b7e135`](https://github.com/leanupjs/leanup/commit/1b7e1354925313bd6890771c8dea7aaf2efd2506) +- fix: angular compiler magic - by empty constructors [`9f7284a`](https://github.com/leanupjs/leanup/commit/9f7284ac58089cfaa4f4b23f43d3d5b7d603dc56) +- chore: decouple from @leanup/stack-webpack [`27bfdd4`](https://github.com/leanupjs/leanup/commit/27bfdd4dc99cabcf5c6667fc0d151c090ce3e433) +- fix: remove redundant vite config [`a5f63f8`](https://github.com/leanupjs/leanup/commit/a5f63f8738877c924a87f2c30b435a4543b43bb6) +- chore: reconfigure version 1.1 [`99f4a67`](https://github.com/leanupjs/leanup/commit/99f4a675aee9be72007797f936be0de0fec0d6f9) +- chore: reconfigure eslint [`9f19b44`](https://github.com/leanupjs/leanup/commit/9f19b44b1c533ff90291e0b44c9fa276841511d8) +- chore: sync tsconfig.app.json from release/1.0 branch [`cba3faf`](https://github.com/leanupjs/leanup/commit/cba3fafeb20f7473853214f10ffe75bb44a8ca3a) +- 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) +- refactor: rename main files [`77efec5`](https://github.com/leanupjs/leanup/commit/77efec5b4156315c600d324213b3d797f26e7a23) +- chore: fix name of workflow [`f15d6cc`](https://github.com/leanupjs/leanup/commit/f15d6cc5c573b74e6d5655c1c310111be0fd9044) +- chore: protect angular typescript requirements [`b1d57af`](https://github.com/leanupjs/leanup/commit/b1d57af38c1492ac07ebf58529a745c2d7ccf45e) +- chore: fix headline h5 in preact template [`a09a186`](https://github.com/leanupjs/leanup/commit/a09a186dacf182f0b7643f7cf31ed4b09ce74fad) +- fix: wrong import in editor component in angular template [`e5fdefa`](https://github.com/leanupjs/leanup/commit/e5fdefa81bf735e2ab4e7ad3ee49893630c4153a) +- fix: dry github workflow [`2a2b868`](https://github.com/leanupjs/leanup/commit/2a2b868c85b1bf5e92e6001edf038d53fbf8374c) +- chore: commit optimized replacement for dry run [`030bb7d`](https://github.com/leanupjs/leanup/commit/030bb7dfdd55a63fac51b45518f29c7f5d6c8302) +- Update auto-dependency-update.v1.0.yml [`3db10a4`](https://github.com/leanupjs/leanup/commit/3db10a403f043bb92bc7914ea3f1f6a621c860ea) +- chore: remove display inline [`e3dde40`](https://github.com/leanupjs/leanup/commit/e3dde4030a8061c34affb6829de5a6f63b2a961f) +- fix: import MOCK [`df1f2fd`](https://github.com/leanupjs/leanup/commit/df1f2fd0ff2a8116421e7ac68a66309b1ab3ae79) +- 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) +- fix: prettier svelte config [`37c6069`](https://github.com/leanupjs/leanup/commit/37c6069c0d8047ca648802fca1d21b40e77b833d) +- fix: dry github workflow [`b960c54`](https://github.com/leanupjs/leanup/commit/b960c54a241a9b585c1753b58eac35925dc9df28) +- Update auto-dependency-update.v1.1.yml [`b2c39a8`](https://github.com/leanupjs/leanup/commit/b2c39a88580b90d54eac5b7af0cb4f268d9d6c0e) +- fix: fix svelte vite config [`5c0772b`](https://github.com/leanupjs/leanup/commit/5c0772b8f9d2909e84e2a9c73c8ace4c8dda0d22) +- chore: update scritps [`239484a`](https://github.com/leanupjs/leanup/commit/239484a01825fe5798fa2ea514086043b60e43a1) +- fix: broken create command [`b1f1482`](https://github.com/leanupjs/leanup/commit/b1f1482185bf4414834a731486e752acf340709f) +- fix: bin lup to lin/cli [`ccebc6e`](https://github.com/leanupjs/leanup/commit/ccebc6ed418112293e6251994365969f5c75d590) +- chore: fix postinstall script [`9d2ebfd`](https://github.com/leanupjs/leanup/commit/9d2ebfdcb7711c891f7e8bac5e40f5a6c305b083) +- chore: disable aurelia template by testing - we hope the webpack v5 upgrade comes later [`8b3c202`](https://github.com/leanupjs/leanup/commit/8b3c20266bdb33832e4296d28e52639f69dc576b) +- fix: fix bug in svelte template in app component [`1be875d`](https://github.com/leanupjs/leanup/commit/1be875d809e17668c8918a328d46b2e5b16e8612) +- chore: update navigo [`3cd009e`](https://github.com/leanupjs/leanup/commit/3cd009e08eb905ab3c6da932922f1b5cfc4b2565) +- chore: remove assets from coverage [`a8a5bb1`](https://github.com/leanupjs/leanup/commit/a8a5bb1a45557dfba08a1fb4ba3214e0be824aa4) +- fix: dry github workflow [`60c4880`](https://github.com/leanupjs/leanup/commit/60c4880f4d129a3e2830be64500cf6b1fda7817b) +- 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) +- chore: work on update workflows [`7386816`](https://github.com/leanupjs/leanup/commit/7386816b69c071ce6d9fb5888317c706eb10d6ce) +- fix: fix wrong import in template [`7ebf18e`](https://github.com/leanupjs/leanup/commit/7ebf18ec5ce1329a0daf6972c778b62adc5721c4) +- chore: upgrade template dependencies [`23229ac`](https://github.com/leanupjs/leanup/commit/23229ac3dcc6b9b40ab7ba308990907af7287f71) +- fix: magic bug by import inferno package.json [`bd7f1be`](https://github.com/leanupjs/leanup/commit/bd7f1be0c7fa91509964c0018b4cc326751feea2) +- 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) +- chore: force push at the end [`4678298`](https://github.com/leanupjs/leanup/commit/4678298e5d1e6537435492e63066c72f8a272035) +- chore: remove empty less config [`114e296`](https://github.com/leanupjs/leanup/commit/114e296db42fa99085282bd97c05590a6b3d3686) +- fix: dry github workflow [`23f06d8`](https://github.com/leanupjs/leanup/commit/23f06d8890a2fb748c7f9a7d7ca6cdc61d318f88) +- Update auto-dependency-update.v1.1.yml [`2be220b`](https://github.com/leanupjs/leanup/commit/2be220be4eaa47a2fb26e64a3ee56f4b66944bc5) +- chore: add ncu:show to npm scripts - to show all possible updates [`37ebd76`](https://github.com/leanupjs/leanup/commit/37ebd769b3dea3096851ae404df1a409a44c8e14) +- fix: react tsconfig [`07ab962`](https://github.com/leanupjs/leanup/commit/07ab962f756e4a194a8c8faa4312fd31e38b33a6) +- docs: remove unimportant detail for snowpack approach [`f121424`](https://github.com/leanupjs/leanup/commit/f12142417a7be8850dbb92db6c55f5fa200fc8a2) +- 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) +- chore: move lup in cli folder [`75b960c`](https://github.com/leanupjs/leanup/commit/75b960c06c8670f6af3adf9587905363aec08f9f) +- chore: update deps [`6f486be`](https://github.com/leanupjs/leanup/commit/6f486be671314809bd2c123eb40c66d15a1ac812) +- chore: fix dependency versions [`4afdd1a`](https://github.com/leanupjs/leanup/commit/4afdd1a9bc7f8e1c83d8e25c7521d4a2c68c43df) +- chore: update deps [`6709d88`](https://github.com/leanupjs/leanup/commit/6709d88c747ab37fc3399cdeab2bb7d64b9d03d5) +- chore: manage peer deps [`491109f`](https://github.com/leanupjs/leanup/commit/491109f28bbe7c218d1c1da7d0ac5e7566cb1b6e) +- 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: 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) +- chore: fix all dependencies [`4cfa6fd`](https://github.com/leanupjs/leanup/commit/4cfa6fd8396ba2579ba3108764115f26af57ddb3) +- chore: fix all dependencies [`126f747`](https://github.com/leanupjs/leanup/commit/126f747b98d7fdb18d53679ee45e004a071182ea) +- chore: configure dependabot [`d579043`](https://github.com/leanupjs/leanup/commit/d57904362098b47f6623e91817d2e8fa1d97deb3) +- docs: update ref link for dep shields [`8776cc9`](https://github.com/leanupjs/leanup/commit/8776cc9546f9b4d3247fd3a3a3f3ef075516e9ed) +- docs: fix dependency shield urls [`ff53d06`](https://github.com/leanupjs/leanup/commit/ff53d06f08dab25c0e541768a7be2f73f71e6a83) +- chore: format code [`fe49ba0`](https://github.com/leanupjs/leanup/commit/fe49ba0d6eba5352109d3c1b0004cca11f357561) +- docs: update dev shield links for stack modules [`4df1084`](https://github.com/leanupjs/leanup/commit/4df10842a2789374a5087ca3c099e9f44a8cd184) +- chore: update npm scripts [`c02ccbb`](https://github.com/leanupjs/leanup/commit/c02ccbbc3504218c09408979465bd38194895116) +- chore: add logos to app header [`f5e778f`](https://github.com/leanupjs/leanup/commit/f5e778fd79f64114ef18fcac5ba02d3081a491e9) +- 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) +- fix: fix copy static resources by create a project [`e89cbbf`](https://github.com/leanupjs/leanup/commit/e89cbbfa87a4ca6d49d77ec34bf8af01626ae2a9) +- chore: tailswind detect the production mode only by using NODE_ENV [`4848ed2`](https://github.com/leanupjs/leanup/commit/4848ed295f47cd2222459b2c323095ec22a5bdfd) +- chore: upgrade postcss [`f2644bf`](https://github.com/leanupjs/leanup/commit/f2644bf30a88108e054cdd0a02a1089c93a7bd1c) +- chore: update template styling [`efc2bc6`](https://github.com/leanupjs/leanup/commit/efc2bc6eefff9e03c0a636995a100328602b1bb1) +- chore: minimize index.html [`c967ba0`](https://github.com/leanupjs/leanup/commit/c967ba00a1f87033188192106e3ff5026c94e115) +- chore: update public template frame [`68b50ec`](https://github.com/leanupjs/leanup/commit/68b50ec6d7835d4407a75a377a4c53278fffe1d9) +- chore: add missing devDep and peerDep for @leanup/cli [`d720236`](https://github.com/leanupjs/leanup/commit/d72023648abfb5b5996cb6a324799888300078e0) +- chore: fix npm scripts for serve and build by using --mode [`9ab00d2`](https://github.com/leanupjs/leanup/commit/9ab00d2032ea1910bdea1cda004affa8d479ac4a) +- 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: peerDeps [`a941844`](https://github.com/leanupjs/leanup/commit/a9418446afa602e83103367cfcde1ae47cc40b9e) +- chore: button performance secondary styling [`042a0df`](https://github.com/leanupjs/leanup/commit/042a0dfc1411ef1883635d92010367e06b5313f7) +- chore: fix npm pack and tsc [`1b67dda`](https://github.com/leanupjs/leanup/commit/1b67dda9c5caeda0d547e229084993cc36289a72) +- fix: fix template [`07b8ec0`](https://github.com/leanupjs/leanup/commit/07b8ec0db321ff1c63c3d08fb340e589a84c45a3) +- fix: broken refactoring mapToExclude [`f3fa37b`](https://github.com/leanupjs/leanup/commit/f3fa37b4cd553c3248fd97080f8c97d65e3fd09a) +- fix: fix angular and angularjs image handling [`64bb242`](https://github.com/leanupjs/leanup/commit/64bb2422af0eb0c495e9da55a63a09c449d744e6) +- fix: remove mini-css-extract-plugin because style-loader is more tiny [`a6980fa`](https://github.com/leanupjs/leanup/commit/a6980fa4538bc8db9ad8d2c14da63caf2c8a478f) +- chore: fix npm scripts for inferno [`b880dc3`](https://github.com/leanupjs/leanup/commit/b880dc3dce4f80a2f712d2b304103d1c9eb3f475) +- chore: optimize wakeup script [`51d3aaf`](https://github.com/leanupjs/leanup/commit/51d3aaf4d588394707a5abe8bc5703a5c7d4713f) +- fix: unwanted change reversed / separate css file [`fbc6edf`](https://github.com/leanupjs/leanup/commit/fbc6edf86fad4fed62d8ac1ee9f4a2795764e5dc) +- 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: the aurelia image handling [`c67ca45`](https://github.com/leanupjs/leanup/commit/c67ca45fdb4b58b1e565264ec1b0fc4460efb65e) +- fix: bug in last change [`3bdc561`](https://github.com/leanupjs/leanup/commit/3bdc561b9942508f84a91b64efac0356e22c0d77) +- chore: style fix vanilla [`f974655`](https://github.com/leanupjs/leanup/commit/f974655d04fd50b365c9609cbd3029964fe0aeff) +- chore: optimize template overwrite handling [`8af3074`](https://github.com/leanupjs/leanup/commit/8af3074c9720432428f841e9f33ad0a661e78799) +- chore: try overhead constructor for angular [`c88a0f8`](https://github.com/leanupjs/leanup/commit/c88a0f8f06e314885181f1f6aa5d763a0842dc8f) +- chore: remove log files to [`4e1e9ea`](https://github.com/leanupjs/leanup/commit/4e1e9eacbff8939ec1983912b38fd1d66055b690) +- fix: fix corresponding type declarations for other file extensions [`79b17de`](https://github.com/leanupjs/leanup/commit/79b17de05034d3be83ea800aef6152cb02a44268) +- Update common-cli.ts [`524fe3b`](https://github.com/leanupjs/leanup/commit/524fe3b0f7ad337fd10c07e6beced815a0d861cc) +- chore: remove overhead dependency [`64c760e`](https://github.com/leanupjs/leanup/commit/64c760e3df616bbfd036da2b419b3be74efbea6d) +- chore: fix scripts for lit-element [`5e7da75`](https://github.com/leanupjs/leanup/commit/5e7da756cc0d94982e31e473b47e6dbb6c0f0b74) +- chore: optimize template [`5d5b63f`](https://github.com/leanupjs/leanup/commit/5d5b63f4f2ee270cda77829e32ce4080fd5d28ab) +- merged from master [`affd250`](https://github.com/leanupjs/leanup/commit/affd250d34eb02fa1169e1804c4528b81bc0e1a0) +- chore: update deps [`1b1a982`](https://github.com/leanupjs/leanup/commit/1b1a9829254bc6581e62aba619eae2744aef9f9a) +- chore: update deps [`eef48e3`](https://github.com/leanupjs/leanup/commit/eef48e3f76db276e4fda0f7f68c650b3d91af4fb) +- fix: fix peerDep versions [`5576b1f`](https://github.com/leanupjs/leanup/commit/5576b1f85173f5ab1ce026684f9e40272acbd3c2) +- fix: add missing deps leanup stack [`6a5c2da`](https://github.com/leanupjs/leanup/commit/6a5c2da43950fff4c0eb140f856ceddaa97428a4) +- fix: dependency versions [`07457c3`](https://github.com/leanupjs/leanup/commit/07457c39f3754a3d35e87a71f8a11ff5b86d6cf6) +- chore: update deps [`cbcce92`](https://github.com/leanupjs/leanup/commit/cbcce92ecdefbeaee168aadbdacc89428fecd53f) +- fix: react and vanilla [`8b15d62`](https://github.com/leanupjs/leanup/commit/8b15d62141a7e971847ccbbb099b1abc4a27c5d2) +- chore: update deps and downgrade copy-modules-webpack-plugin [`7ef4088`](https://github.com/leanupjs/leanup/commit/7ef4088a878888a077effa533749d81af823217d) +- chore: add changelog file [`14baedb`](https://github.com/leanupjs/leanup/commit/14baedb0ad98f9e468ee1c4a6609f2bde911743d) +- chore: update deps [`062e1fd`](https://github.com/leanupjs/leanup/commit/062e1fd90d49234cb8887b7c1d32373e7962b1fe) +- chore: downgrade webpack and remove --legacy-peer-deps [`2a97e6a`](https://github.com/leanupjs/leanup/commit/2a97e6a059ea4967a252c5d795ca5c5af7559e01) +- docs: update changelog [`a43fd07`](https://github.com/leanupjs/leanup/commit/a43fd0773b22b976a117e2ef8591003a947a630c) +- docs: update readme's [`3749f56`](https://github.com/leanupjs/leanup/commit/3749f56ee9b9da932bdd6a0e807b593642b784ef) +- feat: add new framework lit-element [`6979aec`](https://github.com/leanupjs/leanup/commit/6979aecdf78ef7f852c04475c5caacabb5b76a2e) +- chore: update framework versions [`fc494c5`](https://github.com/leanupjs/leanup/commit/fc494c5b04aab75dba48101e4318c082fd38f027) +- chore: reorganize unpublish scripts [`0061431`](https://github.com/leanupjs/leanup/commit/0061431d9a2a6c446f64e5348b73719113911f21) +- chore: redesign templates [`455877f`](https://github.com/leanupjs/leanup/commit/455877f7a58dab5a6d5381bee76e29db4a3364a7) +- chore: remove geckodriver because the firefox is more and more irrelevant [`7b97c78`](https://github.com/leanupjs/leanup/commit/7b97c7894107c29c61b76aa2119d888104613374) +- fix: change id naming for input controls - refact e2e tests [`0ab2f59`](https://github.com/leanupjs/leanup/commit/0ab2f5999af690a6b68cf05698034e675e66d1d5) +- refactor: refact the dependency logic [`7a1c87a`](https://github.com/leanupjs/leanup/commit/7a1c87a14ed6823e4010724e8b227b4422e0afc0) +- refactor: refact dependency handling [`8a2a4ba`](https://github.com/leanupjs/leanup/commit/8a2a4baef69c82e753add16b543952040ea380d1) +- chore: redesign templates [`fe1b0f4`](https://github.com/leanupjs/leanup/commit/fe1b0f498f25e31b2bcdc3d0caada91c08f71f37) +- refactor: use leanup cli as peer dep [`c142fb0`](https://github.com/leanupjs/leanup/commit/c142fb03cab07314760fbe7a6fbabe12e47cbf90) +- chore: rename files [`05056d0`](https://github.com/leanupjs/leanup/commit/05056d03289552c8157a8d7af4c66f3462091584) +- chore: add new pages to lit-element template [`0602727`](https://github.com/leanupjs/leanup/commit/06027274915ebb901cf2bf348c94e453af5f52e2) +- chore: add unpublish logic [`8cfbae8`](https://github.com/leanupjs/leanup/commit/8cfbae86191b6892c0c44ffdbb96ead8b6239c77) +- chore: optimize template styling with tailwindcss [`dc20ad0`](https://github.com/leanupjs/leanup/commit/dc20ad08cc11da28fe8f4baf795368e9bc621740) +- chore: set new version [`95acb1e`](https://github.com/leanupjs/leanup/commit/95acb1e4867b8e48c2365678d3818970295da0fe) +- docs: add a GUIDE.md and rename License file [`09b3e01`](https://github.com/leanupjs/leanup/commit/09b3e0173422f8c0853a870d7db30966d4cd4d47) +- Delete component.preact.tsx [`a3d29f4`](https://github.com/leanupjs/leanup/commit/a3d29f4f51889b67e8780b6b609e815399aa7d5c) +- fix: serve does not work with webpack-cli@^4 [`7d9cd31`](https://github.com/leanupjs/leanup/commit/7d9cd31e8d7447c951826b80f4610c36b173f003) +- Delete component.lit-element.tsx [`004e932`](https://github.com/leanupjs/leanup/commit/004e9329606097100e4359fe42a07d8a775159b4) +- chore: fix framework test [`e942ae3`](https://github.com/leanupjs/leanup/commit/e942ae36498dd68e15efedc30c90e0e9cdcc2d31) +- chore: prepare test all frameworks [`27e69d3`](https://github.com/leanupjs/leanup/commit/27e69d3eee3b866f8dc21abb22a3b464360d666a) +- 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) +- fix: separate release creation [`9258906`](https://github.com/leanupjs/leanup/commit/9258906356d98ba91e95afe14bc33060cc95c813) +- Delete controller.ts [`a3fa7ce`](https://github.com/leanupjs/leanup/commit/a3fa7ce6f33689b0e3e303afe389ffcbbd08e3ff) +- 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) +- chore: separate release creation [`ab7c6a4`](https://github.com/leanupjs/leanup/commit/ab7c6a41bc1122d3f3b572219d79a1a74c91ed41) +- Delete controller.ts [`14dcc55`](https://github.com/leanupjs/leanup/commit/14dcc55b8ab371025e3516e7b6534d55c76fcfdb) +- chore: manage unpublish scripts [`861b98e`](https://github.com/leanupjs/leanup/commit/861b98e59e36727d8f9a6d07258ed0136ea35427) +- chore: update package-lock.json [`9cc899c`](https://github.com/leanupjs/leanup/commit/9cc899c112ff34291600c5c7e32fcbae442be66a) +- chore: add workflow for changelog update [`c064084`](https://github.com/leanupjs/leanup/commit/c064084f65c01c1e5f65d7bff44c9abcc3daad74) +- Delete component.lit-element.tsx [`10400bc`](https://github.com/leanupjs/leanup/commit/10400bccf1ababbff4522e84ca2b5da67f608bd9) +- chore: script to delete tags [`adb0126`](https://github.com/leanupjs/leanup/commit/adb0126e4d70f8906f85e73df4a28c9da3f00c6b) +- ci: update CHANGELOG.md [`806aeb4`](https://github.com/leanupjs/leanup/commit/806aeb4e6e113a245302c528423b790cad53ebad) +- ci: update CHANGELOG.md [`0bbb31b`](https://github.com/leanupjs/leanup/commit/0bbb31baf2cf43d52c70cc876f9b9f9f88ecdc01) +- ci: update CHANGELOG.md [`5e4b6d0`](https://github.com/leanupjs/leanup/commit/5e4b6d01256457f437e88f03b55a8a6b7d0dc772) +- chore: fixed cli version [`6c666d2`](https://github.com/leanupjs/leanup/commit/6c666d2275edeaa81ebfebdc0ef711f52303503a) +- chore: extends the node version support [`76c84fb`](https://github.com/leanupjs/leanup/commit/76c84fb32e651fda5d66e2526732b158a3549120) +- 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 [`7d85438`](https://github.com/leanupjs/leanup/commit/7d85438134a6018cd61841cc1cb00f1b653a2ad3) +- chore: edit release workflow [`4cb3fb8`](https://github.com/leanupjs/leanup/commit/4cb3fb80747daa89c31b0714c3bcb3d1a2829e85) +- chore(deps): bump @babel/plugin-proposal-decorators [`951641c`](https://github.com/leanupjs/leanup/commit/951641c6cced6cf3d55acbe05688efd4740a0d41) +- ci: update CHANGELOG.md [`4065a10`](https://github.com/leanupjs/leanup/commit/4065a104aaad2052892e5f85f323b6d7a90a6af1) +- Update wake-up-all.sh [`dd47800`](https://github.com/leanupjs/leanup/commit/dd47800d13680f6ab067305d3c98dcc796f04325) +- chore: fix own dep versions [`208ea4d`](https://github.com/leanupjs/leanup/commit/208ea4d2b5dafca27ddd0f39ebf63a0c44bd4e96) +- Update wake-up-all.sh [`2b65a7f`](https://github.com/leanupjs/leanup/commit/2b65a7f4a79b72a60922e6b993e610ae9799d9ac) +- Update wake-up-all.sh [`7557695`](https://github.com/leanupjs/leanup/commit/75576954d847726914c84a40b81d9b3ca7bf4324) +- chore: remove addons and add cli to templates [`84a438f`](https://github.com/leanupjs/leanup/commit/84a438faa625897080acd886f7b3e0451441b4bf) +- Update CONTRIBUTING.md [`cb381b1`](https://github.com/leanupjs/leanup/commit/cb381b1f87d28126afc5d22a2844ce0902bf2366) +- ci: update CHANGELOG.md [`1184bfd`](https://github.com/leanupjs/leanup/commit/1184bfdb7e45710febdaa3afaa6298073eefdc86) +- 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) +- ci: update CHANGELOG.md [`6a903e8`](https://github.com/leanupjs/leanup/commit/6a903e85f981ccb8b07e0bb280e6233d255fdba0) +- fix: peerDep version in framework stacks [`e913edc`](https://github.com/leanupjs/leanup/commit/e913edc6865cccefa1599c06234452b287b80e8c) +- fix: bug in cli core [`d62ca70`](https://github.com/leanupjs/leanup/commit/d62ca709d2c2ac902ed06608ccf584a8b7079f85) +- chore: fix wake-up script [`722899e`](https://github.com/leanupjs/leanup/commit/722899e8b80f292e81680e95879b96b20512ab38) +- ci: update CHANGELOG.md [`3356ae9`](https://github.com/leanupjs/leanup/commit/3356ae9aabf40c58ecf30bcda8a37928ab9ae8dc) +- chore: optimize release creation [`c2f75f3`](https://github.com/leanupjs/leanup/commit/c2f75f371ba671180b5160fcf788db0c520befda) +- chore: prepare a new variant to create release [`c09ccd2`](https://github.com/leanupjs/leanup/commit/c09ccd29096a9bb4fdf711ecc325c01dbdaa8acc) +- chore: prepare a new way to create releases [`55b6de9`](https://github.com/leanupjs/leanup/commit/55b6de9cccd054d03c399eaaaea9d0a2a3f734f8) +- ci: update CHANGELOG.md [`bfa581b`](https://github.com/leanupjs/leanup/commit/bfa581b054070899da1accca6a0803402570f4e1) +- ci: update CHANGELOG.md [`7b25b4d`](https://github.com/leanupjs/leanup/commit/7b25b4dec4252b4502cdce5249c8a12009621ae7) +- chore: remove npm v7 hack --legacy-peer-deps [`07f3ebc`](https://github.com/leanupjs/leanup/commit/07f3ebc60e082388449b52f0b141921a828d49e4) +- Delete webpack.config.ts [`fe600ba`](https://github.com/leanupjs/leanup/commit/fe600ba12a7be3b9e6b0a77e06ffee3fd66f2d45) +- ci: update CHANGELOG.md [`d42e2a7`](https://github.com/leanupjs/leanup/commit/d42e2a7241ff7873f72045a33d15ac8524cec5be) +- ci: update CHANGELOG.md [`10db8c5`](https://github.com/leanupjs/leanup/commit/10db8c592b68d28f2de03b1a0eb57c57169b484b) +- ci: update CHANGELOG.md [`ebd6d08`](https://github.com/leanupjs/leanup/commit/ebd6d08df850593e1b40c4c25fa658e63388df50) +- ci: update CHANGELOG.md [`327cbf3`](https://github.com/leanupjs/leanup/commit/327cbf3bdcad7302d43ee1e8e736520c12473ea6) +- Update node-v15.npm-v7.test.yml [`9b193ab`](https://github.com/leanupjs/leanup/commit/9b193abe9450c10ec89499ecdb0f61cab518f567) +- chore: optimize templates [`26c3f2b`](https://github.com/leanupjs/leanup/commit/26c3f2be176bc8d4d685cf07e22eb3a2dbba6d0f) +- ci: update CHANGELOG.md [`de272e0`](https://github.com/leanupjs/leanup/commit/de272e0e1bb162f2e80aed8e9f389610e83c5fa5) +- chore: remove old outdated files [`2611016`](https://github.com/leanupjs/leanup/commit/26110165efeb8c76ee43122b149e6dddbd26e936) +- chore: optimize update script, downgrade prettier-plugin-svelte, copy-modules-webpack-plugin [`225b26e`](https://github.com/leanupjs/leanup/commit/225b26edff1462dcb6e2ee3b5dcee14e4bf7518f) +- fix: add missing lit-element and vanilla cli in template [`caebfe4`](https://github.com/leanupjs/leanup/commit/caebfe47a431e6b0b9102f80da6a27c6321dbb1b) +- chore: fix all dep versions [`2a134b4`](https://github.com/leanupjs/leanup/commit/2a134b45ec05bc14bca436b0e9d3569a9ad79aa5) +- chore: fix file format for vue template [`8ce0f92`](https://github.com/leanupjs/leanup/commit/8ce0f92733b7ed57b43ca8ebe765dc55203b916b) +- 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: sass import for tailwindcss [`cb7586b`](https://github.com/leanupjs/leanup/commit/cb7586b1c3c408c4e656b3ba52e17b0984dd38ce) +- ci: update CHANGELOG.md [`0e28cdb`](https://github.com/leanupjs/leanup/commit/0e28cdb3955937c28ddb12efdcfea69325118d6f) +- chore: update framework versions [`a602e5f`](https://github.com/leanupjs/leanup/commit/a602e5f9e27dc565564583c4242c76eb9a4b6812) +- ci: update CHANGELOG.md [`206a3f6`](https://github.com/leanupjs/leanup/commit/206a3f649c4e9c31e199f18931e68d0e148fbedd) +- fix: add missing lit-element and vanilla cli in template [`780668c`](https://github.com/leanupjs/leanup/commit/780668c1d1f201fefbaba405aed850d236748481) +- ci: update CHANGELOG.md [`6d1bc64`](https://github.com/leanupjs/leanup/commit/6d1bc6400c831c2e0678154fad40571cecb85b17) +- chore: increase the timeout [`a9e77e5`](https://github.com/leanupjs/leanup/commit/a9e77e5f5e7b6914f179e908085316d0232400a2) +- fix: angular handling with static methods [`5c34ba7`](https://github.com/leanupjs/leanup/commit/5c34ba75c7d6757765b10575c19d6c69732f4558) +- chore: rename lit-element naming [`0502c4c`](https://github.com/leanupjs/leanup/commit/0502c4c7a4f3ff0bcfefe7c28ff31f0f0773f04c) +- fix: fix test for form control [`04eeebb`](https://github.com/leanupjs/leanup/commit/04eeebb1dd222618f54772e9d526ee3195f3257e) +- chore: update changelog in master branch [`67ebef9`](https://github.com/leanupjs/leanup/commit/67ebef9b8a59e30ae98069eaa5a0c4f27c13ca66) +- chore: fix react and lint, format setting [`0dbdaa0`](https://github.com/leanupjs/leanup/commit/0dbdaa01982639f1d1f277feaa9e2021575f746b) +- 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: 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: opmiize console output for common cli [`31de056`](https://github.com/leanupjs/leanup/commit/31de0566a2dfc0dde0b32963bb82d3bf3500792b) +- 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: edit release workflow [`30738ea`](https://github.com/leanupjs/leanup/commit/30738ea4c6f6cf96859511ffb368851f95aa9643) +- Update auto-dependency-update.v1.1.yml [`833b306`](https://github.com/leanupjs/leanup/commit/833b3064fcf9b4c486d689eb062203b250ac62af) +- Update auto-dependency-update.v1.1.yml [`e826ce5`](https://github.com/leanupjs/leanup/commit/e826ce5a730a3ffa82d6c60a20f75a0c52222ca4) +- chore: tiny styling [`5e4920e`](https://github.com/leanupjs/leanup/commit/5e4920eee3552fc8f295286cbe15a4ba15d86343) +- chore: move message on the bottom [`903d92b`](https://github.com/leanupjs/leanup/commit/903d92b3b2ac28e1cef8a0b2a4fa6ebe84e53b74) +- chore: tiny template fix [`00d7578`](https://github.com/leanupjs/leanup/commit/00d757802e6fba74aa4fb2ccb6a93a4498d10b21) +- chore: fix project setting [`3d1fcc7`](https://github.com/leanupjs/leanup/commit/3d1fcc7fd4ec141783599ab5110b70a3626228c3) +- 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) +- Update publish-to-npmjs.yml [`0be97e5`](https://github.com/leanupjs/leanup/commit/0be97e5a4a79b5a57abf369ca70406b121bd6c3d) +- 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) +- 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) +- chore: new commit message [`da3a548`](https://github.com/leanupjs/leanup/commit/da3a548209783767a99722fa77d70f4599d3209b) +- fix: broken import in leanup cli [`31af3a4`](https://github.com/leanupjs/leanup/commit/31af3a4398ca72dacf93526116d981d7dec24216) +- fix: wrong dependency constellation [`d6c8ab7`](https://github.com/leanupjs/leanup/commit/d6c8ab7be4b67d61325918965de355653c8d4ec0) +- Update README.md [`9d1d598`](https://github.com/leanupjs/leanup/commit/9d1d598e4298d2ec65c3c91244e6892b6bd0111d) +- Update component.lit-element.ts [`019699e`](https://github.com/leanupjs/leanup/commit/019699ef63ff2af86068c0ffbd25b7cb3ba1c211) +- 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) +- 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) +- fix: add missing deps leanup stack [`42d4bb9`](https://github.com/leanupjs/leanup/commit/42d4bb9ae4bdaff6626bb6e4900502b59cd0437b) +- 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) +- Update auto-dependency-update.v1.1.yml [`6c2b966`](https://github.com/leanupjs/leanup/commit/6c2b966a7ccc3548e727212135287121cbd7a998) +- chore: fix version gape [`d5ccde5`](https://github.com/leanupjs/leanup/commit/d5ccde53741b41e6f9ed08853af69dc1aafc0bf4) +- chore: fix version gape [`5f3683e`](https://github.com/leanupjs/leanup/commit/5f3683e6b230e7d747d1a7a653902fa7dd4f1cff) +- docs: fix redundant get paremeter type [`02a2930`](https://github.com/leanupjs/leanup/commit/02a293030f361742158af2d1cedcf5c3800e1ed0) +- fix: redundant get parameter type removed [`bf43749`](https://github.com/leanupjs/leanup/commit/bf437495a3d3b6eca2f0f759782a0e587a517eb0) +- Update create-a-release.yml [`63c8fdb`](https://github.com/leanupjs/leanup/commit/63c8fdbcefb4b9e7410b011e11cf182e545d7b84) +- 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) +- fix: import path to @leanup/cli [`cce8108`](https://github.com/leanupjs/leanup/commit/cce81084c30caf858868f76eac44363b51699bac) +- chore: full width in app box [`7244c44`](https://github.com/leanupjs/leanup/commit/7244c4401a9004fdc4efa1ae32ef342b16491620) +- chore: activate tailwind css purge [`401af44`](https://github.com/leanupjs/leanup/commit/401af444766ddc30e9cf957d684e5a8c3506fabe) +- Update node-v15.npm-v7.test.yml [`2bc549b`](https://github.com/leanupjs/leanup/commit/2bc549b8dbc7b5ff7d51b4f08c978016d0cfc2bd) +- docs: update index html [`0fe59f0`](https://github.com/leanupjs/leanup/commit/0fe59f067a67707ec41ed7c393bf90a064f363ef) +- chore: fix ddd [`0bc4d8d`](https://github.com/leanupjs/leanup/commit/0bc4d8dffacd1ea4ad58f5152a70a130e498304a) +- fix: filter usage in aurelia template [`0a8229e`](https://github.com/leanupjs/leanup/commit/0a8229ebe144fde3d98051b7a873957007f5e179) +- chore: remove build status [`1b63263`](https://github.com/leanupjs/leanup/commit/1b63263e73d5e5d77f60838d27e5d19810295eaf) +- chore: fix doc [`469af2f`](https://github.com/leanupjs/leanup/commit/469af2f25bd599bb0087682ce8c060b814b3a14e) +- docs: update guide [`f03b55a`](https://github.com/leanupjs/leanup/commit/f03b55ae7c7ebbd67784461d87e61c71cc4d87b0) +- chore: optimize npm install command [`bd19edd`](https://github.com/leanupjs/leanup/commit/bd19eddd91a80d5981d9b2da321f1cff087e2b12) +- docs: add the sonatype depshield [`3f74dcb`](https://github.com/leanupjs/leanup/commit/3f74dcbd6ec726514c76b1c9844fb04902947704) +- fix: remove wrong dep in cli package [`5d69278`](https://github.com/leanupjs/leanup/commit/5d692787862e9da602321b444777dec1fc3498d2) +- chore: remove lib in gitignore [`bbaff87`](https://github.com/leanupjs/leanup/commit/bbaff871b863e0817198f130cd867b6bb875c8b8) +- chore: remove unused git ignore lib folder [`63f442b`](https://github.com/leanupjs/leanup/commit/63f442bf97ca968aae80296cb9b7538b7cf8cd7a) +- fix: esbuild freeze with version 0..8.22 [`bf8c706`](https://github.com/leanupjs/leanup/commit/bf8c7062021be4e2ed0a8102f4a5c5bf4ff2acbf) +- Create CONTRIBUTING.MD [`8421ca9`](https://github.com/leanupjs/leanup/commit/8421ca939d05e08df6aace4b2e1c56bcff5a9153) +- refactor: move stack folder [`d60e617`](https://github.com/leanupjs/leanup/commit/d60e617a4b4e2c44764e9ac58b32a0d7d82d990b) +- Rename CONTRIBUTING.MD to CONTRIBUTING.md [`787f2c9`](https://github.com/leanupjs/leanup/commit/787f2c9d0f815c7b908b01fc427c946a1c74c158) +- chore: update deps [`ae3a299`](https://github.com/leanupjs/leanup/commit/ae3a299ecf703401d67934e628fdf1490cf75ce4) +- chore: remove self peer deps [`3d5c79c`](https://github.com/leanupjs/leanup/commit/3d5c79c4b3064a5c4de586b58415ff088177daa1) +- chore: update deps [`ea91311`](https://github.com/leanupjs/leanup/commit/ea91311d6cec44347734ddc4bc8c2d584ce123d5) +- fix: package-lock's [`d051086`](https://github.com/leanupjs/leanup/commit/d05108645d5b25eaced8a63f9028749ed57c57fc) +- chore: upgrade html-webpack-plugin ~5.0.0-alpha [`5748aa9`](https://github.com/leanupjs/leanup/commit/5748aa9a56c7a81099e12bd3591aa3560667c537) +- chore: update deps - missing methode 'addFirstActionToCommand' [`6292afd`](https://github.com/leanupjs/leanup/commit/6292afd63c3e33ab37973997a44190ef4e86ff47) +- chore: update deps [`e895f37`](https://github.com/leanupjs/leanup/commit/e895f37692d8884398f1bb1bb510bf4a146e50ce) +- chore: deps update / remove babel from lint [`9789c5f`](https://github.com/leanupjs/leanup/commit/9789c5fab9c64bbd52fcaf93e3eae6135c1a5c74) +- refactor: move babel stuff in separate module and cleanup core [`361f28a`](https://github.com/leanupjs/leanup/commit/361f28ac7e42ef1b43b4f34ab39e95e9fddec496) +- refactor: separate babel and esbuild configuration [`351ae4a`](https://github.com/leanupjs/leanup/commit/351ae4afc317e1c9028eb2013e5a05b73fd30f78) +- chore: update package-lock's [`5bbd977`](https://github.com/leanupjs/leanup/commit/5bbd977db68e19550df00eb76da230420c27ed40) +- 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: try to fix the wrong peer dep config [`9997951`](https://github.com/leanupjs/leanup/commit/99979512e2a8f18d458e10a13067ddb9ef65216d) +- fix: angular for typescript 4.1 [`fc0a14f`](https://github.com/leanupjs/leanup/commit/fc0a14ff1b36d0c75103b13a70a0e980516159a6) +- 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) +- fix: fix svelte typescript configuration [`dbec80f`](https://github.com/leanupjs/leanup/commit/dbec80f7bcc3d56a45bd3144b55a136a91d71184) +- fix: core build [`53c98b0`](https://github.com/leanupjs/leanup/commit/53c98b003f5c114df124f33124bef6d46b1058c5) +- feat: separate webpack stuff [`d9264ed`](https://github.com/leanupjs/leanup/commit/d9264ed3dad270128bb8815f14743f3671ab1b7a) +- fix: build packages [`17c651f`](https://github.com/leanupjs/leanup/commit/17c651f60f2c8e9414a04059fd4e77eaf14bf8e4) +- chore: refactor github workflows for version incrementation - add dist tag pipe [`65a4a55`](https://github.com/leanupjs/leanup/commit/65a4a55c8cfa572687715ef0802fce9aeeca6dbe) +- 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) +- fix: optimize handling with package.json and tsconfig.json [`b84a9ed`](https://github.com/leanupjs/leanup/commit/b84a9ed8fc7bdb67143d69de6473c060aae4c469) +- chore: remove webpack copy plugin for dist - for serve it is not needed [`3b0775f`](https://github.com/leanupjs/leanup/commit/3b0775f10722d5c640763b73fc1c9ff538f60a0f) +- update package json's [`1d44af2`](https://github.com/leanupjs/leanup/commit/1d44af2b7761997b6d1a81b455a3e1b12b6a5ccb) +- docs: update README.md [`124b1b7`](https://github.com/leanupjs/leanup/commit/124b1b736812ca64c6402f61c9ddc845d2cb21de) +- chore: update dependabot [`085eaf6`](https://github.com/leanupjs/leanup/commit/085eaf6aed0e0c6b91eb2bb4a8e6ba120a7c12ca) +- feat: add openapi example [`cd13f92`](https://github.com/leanupjs/leanup/commit/cd13f927a889049f7b72eae93953396c6570a823) +- 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) +- fix: fix versioning inside branch tag next [`e8036c6`](https://github.com/leanupjs/leanup/commit/e8036c6a57c45bf73894c2e7a77bc14a7d10dcb2) +- docs: update readme [`07d30b1`](https://github.com/leanupjs/leanup/commit/07d30b17c9d68b36eea2c497e1cde05e758aede5) +- refactor: separate stack from cli - remove webpack.confs from cli [`607cd14`](https://github.com/leanupjs/leanup/commit/607cd140952fdb31aa0bf547d0ab2f058e661a7f) +- fix: fix versioning inside branch tag next [`5bfe24c`](https://github.com/leanupjs/leanup/commit/5bfe24ca961c96d9bf9eb650db93fe2a35d93cf2) +- refactor: add branch support to dependency url [`eefc77b`](https://github.com/leanupjs/leanup/commit/eefc77b40c13a0e1a8f770e6ea8c0976f40acf61) +- fix: https://david-dm.org url with branch ref [`6d4dbc9`](https://github.com/leanupjs/leanup/commit/6d4dbc92866718d8d91d9bc209989412bf9c5e8b) +- chore: seperate auto update and increment version [`2571c87`](https://github.com/leanupjs/leanup/commit/2571c87504cd19b7fbda03b31d8f975290ba6f28) +- chore: update template deps [`de1b9eb`](https://github.com/leanupjs/leanup/commit/de1b9ebfc78c9cfb3213db93852cebcd7ccc3a45) +- sync version range for next branch [`9d586c0`](https://github.com/leanupjs/leanup/commit/9d586c040c0dc07fd7dd6cfe937f56b9e278b17c) +- chore(deps): bump @leanup/cli-core-lint [`3d5c7c2`](https://github.com/leanupjs/leanup/commit/3d5c7c24b7a1881a489b55fedf62f3484e5c2aff) +- fix: template copy [`83dbb19`](https://github.com/leanupjs/leanup/commit/83dbb199d83288bace9d574dd1f5fc7632e39ca3) +- chore: separate stack from cli - update package json frameworks [`2e4b095`](https://github.com/leanupjs/leanup/commit/2e4b095afddaedb6a3f71272c92042b3f3e8b50d) +- fix: fix wrong dependency version webpack.15 [`5532381`](https://github.com/leanupjs/leanup/commit/55323818d66b8a32f667a312586aa6c14e6d256a) +- fix: npm missing npm files [`f54ce56`](https://github.com/leanupjs/leanup/commit/f54ce56b22850e39caa7342892406f651999af07) +- fix: angularjs and inferno webpack.config [`8bf21be`](https://github.com/leanupjs/leanup/commit/8bf21beb1592202aada23087d119e4002eba1dc6) +- fix: optimize demo request over openapi [`c7624ef`](https://github.com/leanupjs/leanup/commit/c7624efabe2deebdfa1c931e7e3d8f9608d99cbc) +- chore: remove more overhead args [`aea0975`](https://github.com/leanupjs/leanup/commit/aea09750b6d8017fcdd1d4733659194ab8f4f642) +- feat: add openapi unittest [`87e69fd`](https://github.com/leanupjs/leanup/commit/87e69fd05d9280ecb69aaa8155cbf02268e8cd2b) +- feat: add nexus iq module copy [`dd96c7f`](https://github.com/leanupjs/leanup/commit/dd96c7f3de1980e550667bf726258912e9022b2d) +- chore: remove exclude and include cli option [`127ff19`](https://github.com/leanupjs/leanup/commit/127ff19ae3be400fdda648e8bb5851b191542af9) +- doc: document the new feature [`f7a1dd7`](https://github.com/leanupjs/leanup/commit/f7a1dd72b27dfd5b11d230d7cbee633d8d861727) +- chore: update template deps [`6b37206`](https://github.com/leanupjs/leanup/commit/6b37206d0c7800ed2d53b09526b72dfe77263cb6) +- refactor: copy framework template first [`9a65ebc`](https://github.com/leanupjs/leanup/commit/9a65ebc7e9d5d601ba3c383fd1e63995cebb5c74) +- chore: sync framework versions [`a3e7c59`](https://github.com/leanupjs/leanup/commit/a3e7c594f426c9b81aac7dcab7dc6bb719566805) +- chore: remove babel rest [`1bdaa70`](https://github.com/leanupjs/leanup/commit/1bdaa7073f5bd0403cb533c7d975dd1f78782710) +- chore(deps): bump @commitlint/config-conventional in /packages/git-hooks [`8545067`](https://github.com/leanupjs/leanup/commit/85450670e2ae31eabb1051c4d234fc5014f93249) +- chore: remove webpack branch handling [`01adf7c`](https://github.com/leanupjs/leanup/commit/01adf7c77e0c3ba14d66d4750cedca321e62c33f) +- refactor: replace dependecy badge url [`e8c8344`](https://github.com/leanupjs/leanup/commit/e8c83444f1ea11e1992f5c63742c9569a3c65b67) +- refactor: replace the dependency badge url [`60b4592`](https://github.com/leanupjs/leanup/commit/60b459248d82b64ae1d8b583937993ecdfd7992d) +- chore: add auto updater for webpack v5 [`1ffdac9`](https://github.com/leanupjs/leanup/commit/1ffdac9d4c838a22d65ede986423b96be605ae82) +- feat: add esbuild as bundler [`8c983cd`](https://github.com/leanupjs/leanup/commit/8c983cd38e730a35fd49929e5c7bc8e16b6aadfe) +- fix: stack package jsons . remove bin [`0c9cf22`](https://github.com/leanupjs/leanup/commit/0c9cf22d9a14806966b06ee15f176d27dbb0906d) +- 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) +- chore: we use the package-lock files [`439f88e`](https://github.com/leanupjs/leanup/commit/439f88ef7103fa17eda1c5f03d0ac8b1dc7bff29) +- fix: remove buggy mini-css-extract-plugin [`aed8012`](https://github.com/leanupjs/leanup/commit/aed8012ed01392d5920a44d695b34655d4958946) +- refact: remove the include option [`5a59ae5`](https://github.com/leanupjs/leanup/commit/5a59ae58ca23fff1ecf469f9ff752c893de3b8a4) +- add npm v7 test [`ee5e29f`](https://github.com/leanupjs/leanup/commit/ee5e29f9048fa33d19df2e259a72da34b9d77208) +- add npm v5 test [`c14b787`](https://github.com/leanupjs/leanup/commit/c14b787fc4e184ec4d809f1c681404fcaf29f13e) +- chore: extends nodejs and npm test [`0d26fce`](https://github.com/leanupjs/leanup/commit/0d26fce74675a4f8da69cc7fe4cecb3b5025bd1e) +- fix: fix jsxFactory configuration in inferno and preact [`7259164`](https://github.com/leanupjs/leanup/commit/72591645751e49a47605b8872ff91e21a440dc42) +- add react jsx transform support [`731c172`](https://github.com/leanupjs/leanup/commit/731c1729259f2dfed78c7ee1f58de7cdb5de7be7) +- add react jsx transform support [`49db124`](https://github.com/leanupjs/leanup/commit/49db124edba901f3108cc9f13114d666fe195456) +- fix: fix versioning inside branch tag next [`dc576ab`](https://github.com/leanupjs/leanup/commit/dc576abf923bf1a70b12142bcbcca08b8e04a319) +- Create npm-v5.test.yml [`07244ed`](https://github.com/leanupjs/leanup/commit/07244ed378d155dd656fbef5c7fb76ecef8768c9) +- Update auto-dependency-update.v1.0.yml [`b97b8e4`](https://github.com/leanupjs/leanup/commit/b97b8e478d76730408353c4e193840b595ec2e54) +- fix: fix the prettier command options on git hooks [`c7f1f7f`](https://github.com/leanupjs/leanup/commit/c7f1f7f904ecd1648663f79ba82dfba222ff3c87) +- feat: add openapi demo [`0fda388`](https://github.com/leanupjs/leanup/commit/0fda38815bd34045f7f07424b75432ec3cbc0188) +- chore: find the minimal setup for mocha typescript [`330006c`](https://github.com/leanupjs/leanup/commit/330006cb5bd2d129ed38d00220248c262a437a3f) +- fix: build of stack [`93f8d79`](https://github.com/leanupjs/leanup/commit/93f8d794e585d8a4a301722fb39384a1cd51d0c7) +- feat: optimize webpack mode handling [`b584201`](https://github.com/leanupjs/leanup/commit/b58420184f2fda10cc870c34525fe54b4386e4b0) +- feat: add analyze option for webpack v5 [`f0fa185`](https://github.com/leanupjs/leanup/commit/f0fa185606ba1d8566823d977589987325caaa63) +- refactor: replace babel with esbuild to transpile ts [`a25a94c`](https://github.com/leanupjs/leanup/commit/a25a94ca8345f71aec3abf4c29d754d35d0b3a27) +- refactor: remove babel from the core [`51c1ece`](https://github.com/leanupjs/leanup/commit/51c1ece069171e7089fc5e865f34e63022bd1574) +- fix: handling with openapi [`0d89f68`](https://github.com/leanupjs/leanup/commit/0d89f68e0baad9392140723dc9cb165c7ffa6ec5) +- refactor: manage jsxFactory without runtime automatic [`abbee36`](https://github.com/leanupjs/leanup/commit/abbee362de58654e016d216a99dbdf64360e4174) +- chore: add deprecation script [`d251465`](https://github.com/leanupjs/leanup/commit/d251465763cd17f286ed8d0d1f37fe838e5ab372) +- 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) +- chore: edit workflow [`5f2c544`](https://github.com/leanupjs/leanup/commit/5f2c5446e5aa2bc24497a7a0b40ff2d9de5a0185) +- feat: add openapi example [`0d251ac`](https://github.com/leanupjs/leanup/commit/0d251ac58cea797d83fbd7ef2073ffe258fc8a9b) +- refactor: remove vuetify from vue and vue3 #34 [`8082ba5`](https://github.com/leanupjs/leanup/commit/8082ba5d00a0c910236f3c3ab13536e112af2938) +- refactor: remove gzip option by default [`4faf703`](https://github.com/leanupjs/leanup/commit/4faf703c8c47d9093c2301a56ab5b5acaf0cb127) +- 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) +- feat: add hot module replace [`7e02409`](https://github.com/leanupjs/leanup/commit/7e02409cb6d71a36e8a3f40edb33cb9c09e477ac) +- Update auto-dependency-update.v1.0.yml [`67ce3ae`](https://github.com/leanupjs/leanup/commit/67ce3aea23adaebc7a7adc12f594b626a04190c0) +- fix: syntax error [`fd60288`](https://github.com/leanupjs/leanup/commit/fd6028809a8da4a358b43662b823d806d67b15dd) +- Update auto-dependency-update.v1.1.yml [`719133b`](https://github.com/leanupjs/leanup/commit/719133ba65f799acb2e6b53106682bbbb5174f1a) +- fix: angular template [`dec1707`](https://github.com/leanupjs/leanup/commit/dec1707f3488d9fe16cf0945298b2efb7f0b75bb) +- chore: comment unused code [`5526b09`](https://github.com/leanupjs/leanup/commit/5526b09d3b3a88579aefb33af54bed386924ccf4) +- refactor: remove webpack-dev-server instead of webpack --serve command [`cfc3e55`](https://github.com/leanupjs/leanup/commit/cfc3e55a17a01d21ebae21a45309c6de8ff508d6) +- fix: bug in code for templates [`41418a7`](https://github.com/leanupjs/leanup/commit/41418a7c8d61a004aad65997934a712feb77b4f5) +- fix: template copy order [`6a45587`](https://github.com/leanupjs/leanup/commit/6a45587dc2f1a4cb022bd3e1a3206eb8a767fa13) +- chore: remove html-webpack-plugin it is not required [`18cba5a`](https://github.com/leanupjs/leanup/commit/18cba5afc7c3465fd090d37e7547781d66d81436) +- Update auto-dependency-update.v1.0.yml [`14d80cf`](https://github.com/leanupjs/leanup/commit/14d80cf403e85f400870c2aa4c8db873c580ec5e) +- chore: edit dist tag script [`d3b43ba`](https://github.com/leanupjs/leanup/commit/d3b43ba2a57c785e63acc3f99964306e9a34e9b6) +- Test 'actions/cache@v2' [`6454e22`](https://github.com/leanupjs/leanup/commit/6454e22fa5ceaf599626d9bea6f40ac49ae09c1c) +- 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) +- fix: copy framework template first [`667b226`](https://github.com/leanupjs/leanup/commit/667b226f842cffc848200bf00e17c53591e734a5) +- fix: babel config for angularjs and inferno [`e170a30`](https://github.com/leanupjs/leanup/commit/e170a306b87deb8ade063dd802bf59a7ac8fa4ea) +- chore: switch auto updater commiter [`40a9858`](https://github.com/leanupjs/leanup/commit/40a98581b9f14c334981f144beb7996f9f7f14fe) +- chore: remove peer deps [`3eab568`](https://github.com/leanupjs/leanup/commit/3eab5687e29a70250c9890f4da4b928808e904b7) +- fix: add prettier for cli [`daa55af`](https://github.com/leanupjs/leanup/commit/daa55af4095f5414bdc5d0b01522ca3067f75e1c) +- Update wake-up.sh [`b7d60ca`](https://github.com/leanupjs/leanup/commit/b7d60ca8a63547cc36dbb59c8c3c6e7dd77ae701) +- fix: webpack option open with browser identifier [`40561dd`](https://github.com/leanupjs/leanup/commit/40561ddcf1b768579ae615d8bcc89b26077d0243) +- chore: git hooks - disable eslint and prettier [`69d1bdf`](https://github.com/leanupjs/leanup/commit/69d1bdff45de80c9e9f1515c186549e533f6b898) +- 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.0.yml [`2673d0e`](https://github.com/leanupjs/leanup/commit/2673d0e4e7edda243e504173bdd19fba7204ade1) +- chore(deps-dev): bump typescript in /packages/cli/core/babel [`057776d`](https://github.com/leanupjs/leanup/commit/057776d9ee7344b7c90429cae8375e5bd7d85bfb) +- fix: webpack serve [`2e59df0`](https://github.com/leanupjs/leanup/commit/2e59df0abb718a83612826bcb4e8ec0919a13436) +- 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) +- fix: workflow missing deps babel [`5c286b7`](https://github.com/leanupjs/leanup/commit/5c286b7a3fc3ad0dbc485336e334fe47147a1c6a) +- chore: messure the duration of the execution of commands [`f338270`](https://github.com/leanupjs/leanup/commit/f33827062bedefa41a9761dff9c12e6a8ac77852) +- chore: optimize nexus-iq settings [`b964df6`](https://github.com/leanupjs/leanup/commit/b964df610ea1e81e0ce7326d74779bc1dcc318e5) +- 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) +- fix: fix missing webpack config for react [`59b3557`](https://github.com/leanupjs/leanup/commit/59b3557172250932f032f27b0367b5e0924a7f6e) +- Update auto-dependency-update.v1.0.yml [`25a7870`](https://github.com/leanupjs/leanup/commit/25a78703343b9571edfc5f17a0487e63cb525e00) +- Upgrade css-loader and style-loader [`58bee69`](https://github.com/leanupjs/leanup/commit/58bee699baae0f28f65f280b28365faa36d5475a) +- refactor: replace webpack-cli with webpack-nano [`f8b95b5`](https://github.com/leanupjs/leanup/commit/f8b95b598cfc268956349699f3f457dd1c87c39f) +- fix: npm 7 peer deps [`5bb1d89`](https://github.com/leanupjs/leanup/commit/5bb1d89732ce68dea1de8db9b4261556870ae892) +- Update node-v15.npm-v7.test.yml [`a2146bd`](https://github.com/leanupjs/leanup/commit/a2146bd273ea7dfc9a4121d77f89fbfa74570a03) +- 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) +- fix: missing source for code gen [`56e7add`](https://github.com/leanupjs/leanup/commit/56e7add9484211fae253dd86ae2c32bc1da1496b) +- fix: tsconfig [`c390858`](https://github.com/leanupjs/leanup/commit/c390858b26c853de1e0b09a5e110a25703364b77) +- chore: optimize mocha and nyc config files [`688ad70`](https://github.com/leanupjs/leanup/commit/688ad700f081de4a81a16fc96008a8f9570aad62) +- 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) +- fix: angular typescript 4.1 [`4454e7d`](https://github.com/leanupjs/leanup/commit/4454e7d40b08497e050a71522181228bdddd0138) +- fix: eslint setting for graphql [`bc59111`](https://github.com/leanupjs/leanup/commit/bc591112eb8eb035ba019a97d898e958c0ea7bae) +- Update npm.dist-tag.yml [`1f7b6cd`](https://github.com/leanupjs/leanup/commit/1f7b6cd74de6d37d22b5eeb525f2f1ff5c32485d) +- Update auto-dependency-update.v1.0.yml [`61eee24`](https://github.com/leanupjs/leanup/commit/61eee24d6c825f633fc0d70ab1fbdce5a433f6c7) +- fix: angular dev deps [`ee9c606`](https://github.com/leanupjs/leanup/commit/ee9c606ea5ab1d0a16d7241b51df4facdc9f9eae) +- chore: remove css context - is bundled inside js [`028296a`](https://github.com/leanupjs/leanup/commit/028296a2dd38a353a8a14452a4dfbb9fbc15d0cf) +- fix: missing webpack-dev-server dependency [`5f30e1a`](https://github.com/leanupjs/leanup/commit/5f30e1ae4b7de79565167ae4f60c40147de13657) +- chore: add typescript to dev deps [`d306844`](https://github.com/leanupjs/leanup/commit/d3068447a92103d0e25a8f9b10cb135106184187) +- 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-v5.test.yml [`f9357d0`](https://github.com/leanupjs/leanup/commit/f9357d03b3c246a88cf6eee68289e2310fdf1082) +- 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 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) +- chore: update scripts [`47a77ee`](https://github.com/leanupjs/leanup/commit/47a77ee11c6a0a86da37f02e6a342d55a9d2430b) +- docs: add youtube video to readme md [`5333d84`](https://github.com/leanupjs/leanup/commit/5333d846b1eb111bc9765e155073b95db3609157) +- chore: downgrade esbuild - broken stack [`ba83b5d`](https://github.com/leanupjs/leanup/commit/ba83b5d79a2ac744d8c36ade13b542f0be44112d) +- chore: enable legacy peer deps for npm v7 [`c288871`](https://github.com/leanupjs/leanup/commit/c2888718a8713c56e3e5807cab8634b3e33169d8) +- Update auto-dependency-update.v1.0.yml [`990e879`](https://github.com/leanupjs/leanup/commit/990e8793c82946630800de3a87d26e029301b384) +- fix: inferno webpack config [`593ac33`](https://github.com/leanupjs/leanup/commit/593ac33c22a025b729ff4d5be0e72c39c2a3a0ac) +- 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) +- chore: node ^14 and npm ^6 setup [`744afec`](https://github.com/leanupjs/leanup/commit/744afec916e20d30c6a8217d5a6a7ca746608b1c) +- chore: node ^14 and npm ^6 setup [`c4a07f4`](https://github.com/leanupjs/leanup/commit/c4a07f45574787680c4248b8bf55e20ee3e09828) +- fix: package script update [`042d3fa`](https://github.com/leanupjs/leanup/commit/042d3fa2c978228d83209312f1e5901f663e17e2) +- refactor: remove more babel stuff [`8d74459`](https://github.com/leanupjs/leanup/commit/8d7445912a522e7e5df4dcc39947b6088c426df7) +- Update babel.register.js [`6396ec7`](https://github.com/leanupjs/leanup/commit/6396ec73d5d3455be9a87b4cc48b420a36ebb4be) +- fix: form dep lib 1.1.0-rc.153 [`59c2289`](https://github.com/leanupjs/leanup/commit/59c2289b1976e0a7631d90ab715ac84105ce968b) +- chore: upgrade string replace loader for webpack [`1a5388e`](https://github.com/leanupjs/leanup/commit/1a5388e28909a4e36cd063e2e35ca0253f7a51a5) +- chore: try own implementation svelte loader [`3e2c936`](https://github.com/leanupjs/leanup/commit/3e2c9363e725ffe017f78602b1fb20ad0bbce9c3) +- smittyvb/svelte-loader#update-virtual-modules [`3384715`](https://github.com/leanupjs/leanup/commit/3384715314b3230cfa93dbad48d1b83b52db80b5) +- fix: fix command serve option --open with optional value [`937ac72`](https://github.com/leanupjs/leanup/commit/937ac721973cb5e06f444d964f0902b43cc27b58) +- Update wake-up.sh [`19b8561`](https://github.com/leanupjs/leanup/commit/19b8561198e89085c9bf1fab6b1117895c2df20b) +- 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) +- 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) +- fix: webpack command [`2d29462`](https://github.com/leanupjs/leanup/commit/2d29462e2c0ff3d306fea6d1e2eca1ce2a48a194) +- Update npm-v5.test.yml [`e5c24cf`](https://github.com/leanupjs/leanup/commit/e5c24cf507abff87536cef487ad9b8785adda741) +- 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) +- fix: eslint warning - missing return type on function [`a3ababd`](https://github.com/leanupjs/leanup/commit/a3ababd29abd3b6c08cd27240c4f06e080b00243) +- fix: add .eslintrc.js file in package.json [`8923f3a`](https://github.com/leanupjs/leanup/commit/8923f3a526cf88120f60e7d0e0c4fc9ee6925e58) +- fix: add .eslintrc.js file in package.json [`7411a58`](https://github.com/leanupjs/leanup/commit/7411a585deaf21c248623fc29dbe8ccb8229d2da) +- Update README.md [`d66fc9d`](https://github.com/leanupjs/leanup/commit/d66fc9d9b19ac0970cfe72f0ded1514275672427) +- fix: esbuild + esbuild-register [`3c46f8c`](https://github.com/leanupjs/leanup/commit/3c46f8ca49482c2c2e2a075e1602ef3ec26636ec) +- fix: create command - unused configs [`446c3d2`](https://github.com/leanupjs/leanup/commit/446c3d21553d8c95293fc23cdada49f09cc56817) +- fix: remove babel context from nyc config [`a756b22`](https://github.com/leanupjs/leanup/commit/a756b22cb887652aea488080a67c07f15a711817) +- chore: remove html-webpack-plugin it is not required [`31e65ce`](https://github.com/leanupjs/leanup/commit/31e65ce5d3a65eb9831eb94e9c946cb3caa07877) +- merge master in release/1.1 [`6182b52`](https://github.com/leanupjs/leanup/commit/6182b5258f9cb7de8397649b60165497b0c16821) +- 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) +- fix: copy-modules-webpack-plugin [`96135fa`](https://github.com/leanupjs/leanup/commit/96135fae48e05cc6d83a92883d024f030732f9b3) +- chore: refactor github workflows for version incrementation - add dist tag pipe [`dd7298e`](https://github.com/leanupjs/leanup/commit/dd7298ecaa62de15a60ac84500178bec04bd464f) +- chore: initial commit [`91527d8`](https://github.com/leanupjs/leanup/commit/91527d82423ef76b3634c4f876dc641c3a1323d8) +- 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) +- install and update dependencies [`2ba5c45`](https://github.com/leanupjs/leanup/commit/2ba5c45b82ffc253b601af2c108ef3234733e04b) +- update dependencies [`bfc7872`](https://github.com/leanupjs/leanup/commit/bfc7872e4f39b4641b1f8ff2334089724c8d1658) +- chore: update @types/node 14.10.0 [`f1a5fed`](https://github.com/leanupjs/leanup/commit/f1a5feda5c82856f0724a05a5bcdefac14817d61) +- update deps [`20b03db`](https://github.com/leanupjs/leanup/commit/20b03db83019c1a71739d64c0fa6c81cc1b02709) +- chore: update deps [`44ae208`](https://github.com/leanupjs/leanup/commit/44ae208855998505b528ef7127af0cb2f261d032) +- remove package lock in template [`65d2d2c`](https://github.com/leanupjs/leanup/commit/65d2d2c4c88b9ba34f42a48e05f4375e18862d0b) +- update package.json and dependencies [`965af41`](https://github.com/leanupjs/leanup/commit/965af4170bc96d5f436fa91d8b7ecfe4f982c9f7) +- remove package-lock's [`0ec69a3`](https://github.com/leanupjs/leanup/commit/0ec69a3a86b8efb3ce312a90da91437386b3eafb) +- fix build [`596d682`](https://github.com/leanupjs/leanup/commit/596d6821506ea4c27cc491c2c7fca6e10edd70e8) +- update deps [`85c6742`](https://github.com/leanupjs/leanup/commit/85c67422b369dc86d9a37fa0fcfa7e9b2cf71eba) +- add package-lock's [`d161ecf`](https://github.com/leanupjs/leanup/commit/d161ecf5c1ee9447c512698afcefa4a6693c4dbd) +- refactor: import lib, form and doc packages [`29889c1`](https://github.com/leanupjs/leanup/commit/29889c1cdb1e0703724a38ebd7a10be2921fd011) +- update deps [`85b356a`](https://github.com/leanupjs/leanup/commit/85b356ad544f01678f08c5649a24bfcdc7e2e4d4) +- refactor: remove doc [`62fa86f`](https://github.com/leanupjs/leanup/commit/62fa86fb028d5072e950b1217bac3bafab8d1c53) +- update deps [`be9e3d3`](https://github.com/leanupjs/leanup/commit/be9e3d32143dd70d3632a061d3f5afa342bf68aa) +- chore: use you own code [`a91750d`](https://github.com/leanupjs/leanup/commit/a91750d8937b22705d76048f84cde6af7eaf55dc) +- chore: update deps [`da0e032`](https://github.com/leanupjs/leanup/commit/da0e032e9e7375875202da837e296185049a19d3) +- update deps [`c29794c`](https://github.com/leanupjs/leanup/commit/c29794c273be4af30d9123dfb599675601ebaaa2) +- update postcss to v8.0.8 [`8199305`](https://github.com/leanupjs/leanup/commit/8199305707e3be82bcb267e59ee735b7b81d3cd6) +- chore: update deps [`df42787`](https://github.com/leanupjs/leanup/commit/df4278718e9a781bb60eb32f3d5d24f7ccfff4b4) +- update deps [`b7bf722`](https://github.com/leanupjs/leanup/commit/b7bf722f07fcc93f63cdf3ed72c9567299de0bb2) +- upgrade and update deps [`870b33f`](https://github.com/leanupjs/leanup/commit/870b33ff7daa59fe691a7ea01d26b2459a9e2b5a) +- update deps [`6c528c6`](https://github.com/leanupjs/leanup/commit/6c528c6ca0fd55dec6727b49f4553210c403de9b) +- update deps [`b601046`](https://github.com/leanupjs/leanup/commit/b6010462532085df260e669b80713218cca8a80d) +- chore: update deps [`97a6387`](https://github.com/leanupjs/leanup/commit/97a6387afa1f67e5c96f68be06930336f6fe2e35) +- optimize build [`c287cc3`](https://github.com/leanupjs/leanup/commit/c287cc3e9a4960e26c614ec835f1751800a596b8) +- chore: add test execution for packages [`02f1663`](https://github.com/leanupjs/leanup/commit/02f1663d5a7de8423cfd9db165e4efcd0f3077da) +- fix angular template with typescript version ^3 instead of ^4 [`f721b0a`](https://github.com/leanupjs/leanup/commit/f721b0aa17a1ac9aa22aa2aaaba9cfccd1680b53) +- upgrade less- and sass-loader / update all other deps [`0e5753b`](https://github.com/leanupjs/leanup/commit/0e5753bd6ed4a0654ccd48ebc12cadde86986654) +- install deps [`4b9773e`](https://github.com/leanupjs/leanup/commit/4b9773e3d9887cd3165754307a186bb729279141) +- update nightwatch [`b0d363d`](https://github.com/leanupjs/leanup/commit/b0d363d1202485f77dec3be0d8eac540d57c4954) +- update deps [`0ef57d8`](https://github.com/leanupjs/leanup/commit/0ef57d871d216a93147567d6fba9f641eb2bdc91) +- update deps [`46621f3`](https://github.com/leanupjs/leanup/commit/46621f3c84520309c19f6d63b727057f6086d805) +- update deps [`b19317a`](https://github.com/leanupjs/leanup/commit/b19317a7d51916ade79ea42dd6d69722310fae1f) +- fix: build [`41612fa`](https://github.com/leanupjs/leanup/commit/41612fa939c353a78fc67cecafdea37d86456c64) +- update deps [`c9539bf`](https://github.com/leanupjs/leanup/commit/c9539bf0b5575579727b47e660d8181525d1b7f7) +- update deps [`c01598e`](https://github.com/leanupjs/leanup/commit/c01598ed5cdd677b91f398a0cbd2b82ab331e891) +- update deps [`9889880`](https://github.com/leanupjs/leanup/commit/98898809aa5f9820cb97358839be5dbdd285cb01) +- fix: remove a lot of type annotation hint inside the templates [`87c979d`](https://github.com/leanupjs/leanup/commit/87c979d7b9ab05597537150c1ca61490c5f80017) +- fix: remove a lot of type annotation hint inside the templates [`ec8f2fc`](https://github.com/leanupjs/leanup/commit/ec8f2fc054e1841d807f005096e01cbd8e4be6a9) +- fix NODE_ENV and string-replace-loader [`7113b4b`](https://github.com/leanupjs/leanup/commit/7113b4bf8593b57be4312278aa36ab9bac346a9e) +- chore: upgrade @typescript-eslint/* [`c277031`](https://github.com/leanupjs/leanup/commit/c277031a3570939a24c8bdaf1411276eaa9d57c8) +- switch license [`5caa380`](https://github.com/leanupjs/leanup/commit/5caa380dc32001008d158289fb307e54b5803e46) +- update deps [`28de6a4`](https://github.com/leanupjs/leanup/commit/28de6a45e80b70ec00a078ee611c01d9dac2e280) +- update deps [`31c457d`](https://github.com/leanupjs/leanup/commit/31c457d8b38d7d081351bc1f7d4dd9f217f655d2) +- chore: merge changes of release 1.0 [`ded02b0`](https://github.com/leanupjs/leanup/commit/ded02b082a35b866e35c5b5369feffacabf2a95e) +- cleanup templates [`cbcf798`](https://github.com/leanupjs/leanup/commit/cbcf798e221d1ae3446a11e7ac5cbefe9693f71f) +- fix: "module": "UMD", [`adb9a4a`](https://github.com/leanupjs/leanup/commit/adb9a4a5156cd3d189b3935ba6fb02f90b453405) +- fix: links and icon shields [`330f57c`](https://github.com/leanupjs/leanup/commit/330f57c7c4960af92570287d56a576b29ca463d9) +- chore: update deps [`ad106fb`](https://github.com/leanupjs/leanup/commit/ad106fbf347bbbef815593d48af17b26016a7fd6) +- optimize Framework information [`68d26ad`](https://github.com/leanupjs/leanup/commit/68d26adbb9894649ea4b1c0399ad89b531c1fd18) +- update deps [`aa55805`](https://github.com/leanupjs/leanup/commit/aa5580509c97e3d68ebe39186c82661ee7e49580) +- update deps [`5c5de7e`](https://github.com/leanupjs/leanup/commit/5c5de7e0947ace293a058e8bd9bf655eb00e83a2) +- set version number 1.1.0-rc.0 [`40e5ae2`](https://github.com/leanupjs/leanup/commit/40e5ae28c478145751995eb24d74bf541f9fda41) +- "@leanup/form": "^0.9.0-rc.1" [`18c2920`](https://github.com/leanupjs/leanup/commit/18c29200af6efe4d885a49e8d7e509fc893069cc) +- chore: inc version [`2e7eca8`](https://github.com/leanupjs/leanup/commit/2e7eca86be130355c2fa720d9044579b00dfc6dc) +- fix workflow for dep update [`b2a7711`](https://github.com/leanupjs/leanup/commit/b2a77119981fb37f4f585478dad38bf27e73af7f) +- update deps [`a5fd554`](https://github.com/leanupjs/leanup/commit/a5fd554db15c0585295dc66a297b0b7e74d3a5d5) +- increment version [`0b0b5de`](https://github.com/leanupjs/leanup/commit/0b0b5dedd04ab2948136b3f5b5ec515d71e9e35c) +- increment version [`e702893`](https://github.com/leanupjs/leanup/commit/e70289370d923f59008dc1b5fcaefab5b5e2daea) +- chore: increment version [`e8fb8f6`](https://github.com/leanupjs/leanup/commit/e8fb8f6764b24f9c67c6a08963a4bfbe17d917bc) +- Update LICENSE [`466732c`](https://github.com/leanupjs/leanup/commit/466732c3268ddbae70937ee701d15733e8953704) +- chore: update eslint-typescript plugin and fix peerDep leanup/cli version [`71e898e`](https://github.com/leanupjs/leanup/commit/71e898e69334087181e08fbff9184cd9eca42471) +- chore: set version 1.0.0 [`45bb530`](https://github.com/leanupjs/leanup/commit/45bb530b2b57b87a7f0fe3813e5e5d8df0364852) +- fix dependency versions [`c492f6e`](https://github.com/leanupjs/leanup/commit/c492f6e4351fdd89617706bb521a1d2e6a29cba8) +- update to RC [`f7b4736`](https://github.com/leanupjs/leanup/commit/f7b47362702cb9c5f53dcc35c1bf65c158d3535b) +- fix: tiny building issues [`4f55636`](https://github.com/leanupjs/leanup/commit/4f556360b829b15f6580c954d69cda6301d4e0c2) +- remove unused js file in src [`e7e38fa`](https://github.com/leanupjs/leanup/commit/e7e38fa7155e7740fd63f512b9410f9b5027da9f) +- update readme [`ac529ae`](https://github.com/leanupjs/leanup/commit/ac529aec6e9e0a9ce7a28e394481ab4c26c16699) +- clean up [`edf18cd`](https://github.com/leanupjs/leanup/commit/edf18cd122aeda339d393fdd65155222f8548606) +- fix type annotation for core and preact [`79611b0`](https://github.com/leanupjs/leanup/commit/79611b0b70ca96195b8bb76767826be9a9efc566) +- chore: increment prerelease version [`9c7be59`](https://github.com/leanupjs/leanup/commit/9c7be59ecac86407dc3e27caf4096c05940d587a) +- refactor: separate framework main files [`0bc1eb0`](https://github.com/leanupjs/leanup/commit/0bc1eb06bb4c89e75dc1381dc643055124e12fca) +- update deps [`3d7cc46`](https://github.com/leanupjs/leanup/commit/3d7cc46a3ecd219324d607600ce88c3143d44a67) +- update @types/node to v14.10.3 [`24e4df3`](https://github.com/leanupjs/leanup/commit/24e4df3ffa85970c3b19e1eec3f124e04e5b99f5) +- fix: fix value change behavior [`d735d77`](https://github.com/leanupjs/leanup/commit/d735d77e1bf18e6ea62765b7e8a1d8dccf01b33d) +- chore: rename the repo url [`6f136ff`](https://github.com/leanupjs/leanup/commit/6f136ffb62330c5b337da497d72bf79ed7578f88) +- update doc [`7f324c2`](https://github.com/leanupjs/leanup/commit/7f324c2acb64a380a866a086cbce66af708365f1) +- update deps [`1a2443a`](https://github.com/leanupjs/leanup/commit/1a2443a8e4def054c737620f9e843917edda76c1) +- update deps [`8e8d3ce`](https://github.com/leanupjs/leanup/commit/8e8d3cee780b77b534224d12b9cae9ef583f5f53) +- add optional chaining [`a24e4b1`](https://github.com/leanupjs/leanup/commit/a24e4b187b06432784a514945588f13d8becdbed) +- refact @leanup/features to @leanup/lib [`f707690`](https://github.com/leanupjs/leanup/commit/f707690803987c5fb90d8448c9351d5af9195ea7) +- update deps [`1814ad5`](https://github.com/leanupjs/leanup/commit/1814ad5fb3c8a16d8fd90eb6c32e9f3d7f4a24b9) +- optimize main readme [`fc78bfd`](https://github.com/leanupjs/leanup/commit/fc78bfd9271670709612c83d2da9bd10f1925d30) +- update README.md [`d4f9e82`](https://github.com/leanupjs/leanup/commit/d4f9e82c17c625e3f7974edd3d2e0ae9aa20d6dc) +- fix: format template files [`7bc99ff`](https://github.com/leanupjs/leanup/commit/7bc99ffffba6bfa5be5fc714ea91c5d3cacefac0) +- add new shell scripts [`c1494f4`](https://github.com/leanupjs/leanup/commit/c1494f432cb14bf6493ea4b9bf365f4cfead2383) +- refact to @leanup/lib and @leanup/form [`9bbc179`](https://github.com/leanupjs/leanup/commit/9bbc179e058f983b2bdb8b2af0d16dca1d51ff74) +- fix projectname replace [`5a5ca90`](https://github.com/leanupjs/leanup/commit/5a5ca90e698a7c881e0210251ac9b47b9ba9332f) +- fix template code [`79e652e`](https://github.com/leanupjs/leanup/commit/79e652e5075af2bcdf0f64aa6689e834bd38a661) +- fix: angularjs template [`4d7220b`](https://github.com/leanupjs/leanup/commit/4d7220b61f1f6f9693a2f4c9652d5c76f9b29511) +- fix model handling react like frameworks [`4c611c5`](https://github.com/leanupjs/leanup/commit/4c611c57bd5fc0c829083ecfefafcf3b6f59cd56) +- fix model handling react like frameworks [`6b05dc2`](https://github.com/leanupjs/leanup/commit/6b05dc2e777456cac718343e7db119b2b7b564f0) +- update github actions [`56f25ad`](https://github.com/leanupjs/leanup/commit/56f25ad07d02ec316093bc4779a4956a89b4f78c) +- chore: update templates files for showing cli details [`0f2cddd`](https://github.com/leanupjs/leanup/commit/0f2cdddd459d533fd21852f6acfdfcca12dae9fe) +- update template package.json'S [`5f4070f`](https://github.com/leanupjs/leanup/commit/5f4070fe6a04b78591de3a2099e55b3d4d0968a2) +- fix build [`e761e2b`](https://github.com/leanupjs/leanup/commit/e761e2b32aefe219f88ec16d4839ad1bc5640bf7) +- chore: optimize auto update [`15da7a1`](https://github.com/leanupjs/leanup/commit/15da7a11bb2ef07a9074838af4cf18421213c79d) +- sync template code to release 1.1 [`6f94c6e`](https://github.com/leanupjs/leanup/commit/6f94c6ea567733fb4c34cea1a5a866f0e45f07fe) +- chore: optimize automation workflows [`09750eb`](https://github.com/leanupjs/leanup/commit/09750ebe19e685f525537675aa9aa0d637967ded) +- fix: svelte type annotations [`54351ea`](https://github.com/leanupjs/leanup/commit/54351eaa24200427462b4d58cc30c19e702138d4) +- feat: add new replacements values for cli details [`37a836e`](https://github.com/leanupjs/leanup/commit/37a836ed4f234205f42636dca65b08c492a7a90e) +- fix peerDeps [`488af86`](https://github.com/leanupjs/leanup/commit/488af86c493cb6a7ce6c5c5449fd975d2b059ee3) +- fix templates [`7719591`](https://github.com/leanupjs/leanup/commit/7719591ba8217881942fef798016c26a821e2bf5) +- fix: release drafter does not work correct [`615dd85`](https://github.com/leanupjs/leanup/commit/615dd85308f8b44b8c48d42050023010e33fd5f1) +- add auto update for all releases [`ede16e4`](https://github.com/leanupjs/leanup/commit/ede16e4a7c4b0f1ebe31eae6255923ea4d268ebe) +- add auto dependency update workflow [`799ee3b`](https://github.com/leanupjs/leanup/commit/799ee3be486a0c414ffeaf2ef1edca70471c5726) +- fix: angular template [`05a247a`](https://github.com/leanupjs/leanup/commit/05a247a71e3e1f6c9ab4f1f128c96de9392a39f0) +- switch the tsc module to ESNext [`edf647a`](https://github.com/leanupjs/leanup/commit/edf647ade25ea4e7b099efbe1993b2cd47cb8569) +- 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 project name handling and template dep versions [`5e9120b`](https://github.com/leanupjs/leanup/commit/5e9120b470ab76033b87776eeaebbf4fc62022f5) +- add e2e browser deps to templates [`dd1c7bd`](https://github.com/leanupjs/leanup/commit/dd1c7bd91c1f111304598893ec5893b9e84d1a46) +- remove unused types [`a2b215d`](https://github.com/leanupjs/leanup/commit/a2b215d3c4055985f416a3348e9c1b322ad6d6b2) +- feat: add angular v8 support [`1cececa`](https://github.com/leanupjs/leanup/commit/1cececa02a3c4182555d53a6c80a704a393e7053) +- fix: format and workflows [`698db44`](https://github.com/leanupjs/leanup/commit/698db4414f236af38634df10183e3a56df68b383) +- chore: add env var for npm tag [`d44ec88`](https://github.com/leanupjs/leanup/commit/d44ec883214def5b6e36afb83c4c8903fa494877) +- "@leanup/form": "^0.9.0-rc.1" [`d7a4353`](https://github.com/leanupjs/leanup/commit/d7a4353d78d54511be96e3925cb4123d4db75d07) +- fix templates [`9dec0c0`](https://github.com/leanupjs/leanup/commit/9dec0c0df8f64ec9f67446d92dc1a83cb7241e50) +- fix html markup in readme [`01e688d`](https://github.com/leanupjs/leanup/commit/01e688d770b02288be56c4a058700257c83feae2) +- fix vue [`167eae9`](https://github.com/leanupjs/leanup/commit/167eae997eb22b6f96b192d57c39ac0bcf4fd20e) +- fix: github action publish [`c0aee68`](https://github.com/leanupjs/leanup/commit/c0aee68ba8a89fd929af2ea67c8f1dcea1c2965e) +- fix: postcss-loader, add postcss to direct deps [`7a347e9`](https://github.com/leanupjs/leanup/commit/7a347e98839a5a6ea8655b09b84287d5ec71dab9) +- fix: getInput- replaced getControl-Method [`5ad7da0`](https://github.com/leanupjs/leanup/commit/5ad7da0667f400f58b38f33d2ea678cc160a6814) +- fix: getInput- to getControl-Method [`67869c4`](https://github.com/leanupjs/leanup/commit/67869c460abbe50ffd956b74faac6a20c6184099) +- try it [`bb907a6`](https://github.com/leanupjs/leanup/commit/bb907a6a1ca494d4234e57a0fd2a168f2bffa757) +- chore: disable npm install [`1d7efc2`](https://github.com/leanupjs/leanup/commit/1d7efc22c715c6740adeb5af9dbdb1321e1b8298) +- add node header [`188b1f9`](https://github.com/leanupjs/leanup/commit/188b1f97e57f9edd745d3c2031ea9b0d62892dc8) +- chore: focus next angular and react major versions [`1b9147d`](https://github.com/leanupjs/leanup/commit/1b9147d4661c70a0a54875b61d59966dc1eeb321) +- setup tag to next instead of canary [`ae72d4b`](https://github.com/leanupjs/leanup/commit/ae72d4b74f53cd79a3c971a8dc98d81074dd020c) +- fix: fix injector test [`e44cb4c`](https://github.com/leanupjs/leanup/commit/e44cb4c2a6ee0ee8dd38817426b6b0cabecade84) +- update deps [`cf5c249`](https://github.com/leanupjs/leanup/commit/cf5c249d419d21aea745f2a4dfbc27334921d6bf) +- 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: separate @leanup/lib in workflow file [`db0dd48`](https://github.com/leanupjs/leanup/commit/db0dd488bcf1c904ce576a37439139a2ab25474c) +- fix: angular next release is labeled with next not with rc [`bf5c7f4`](https://github.com/leanupjs/leanup/commit/bf5c7f4f0cea061043b8939acee16683d2185ae1) +- test workflow [`63eaece`](https://github.com/leanupjs/leanup/commit/63eaece317804ec11f00c5de8a80af75d1efa751) +- fix github workflow [`706c1e7`](https://github.com/leanupjs/leanup/commit/706c1e7012512f4e00ff7b3c7f6924d7a49223ed) +- fix github action workflow [`537f72f`](https://github.com/leanupjs/leanup/commit/537f72f903bc6a9df402a046ac2542674138cffe) +- evaluate autoupdate workflow [`c312eda`](https://github.com/leanupjs/leanup/commit/c312eda24b934319b64f97ab2d4002560ef1f9e0) +- chore: update workflow [`a65476f`](https://github.com/leanupjs/leanup/commit/a65476f4e8a913ced85b09177283282de6a2a6e9) +- bui [`bb5e659`](https://github.com/leanupjs/leanup/commit/bb5e6599bc5d8248daae0c8e4d3c85691de9767c) +- fix: vue format [`14a8e35`](https://github.com/leanupjs/leanup/commit/14a8e3577bc310061bac6fba66e4fc4935ea4959) +- chore: extends the delay for npmjs.org [`247a843`](https://github.com/leanupjs/leanup/commit/247a843c42246eb92bd1d04b8342bb138c255801) +- chore: auto versioning [`d1a8479`](https://github.com/leanupjs/leanup/commit/d1a8479ad88f1fca301158772682c8ad579463a3) +- update workflow file [`e2ea177`](https://github.com/leanupjs/leanup/commit/e2ea1774380fd6a62036e879be02e3a613a8b8a3) +- default tag npm publish is canary [`08f634b`](https://github.com/leanupjs/leanup/commit/08f634b71724ff98e258991cdeec9fb4942f352e) +- tiny fixes [`c166cf7`](https://github.com/leanupjs/leanup/commit/c166cf701f00ad91498bca2175dd49b6a5fec911) +- fix: projectname detection [`c2658b3`](https://github.com/leanupjs/leanup/commit/c2658b3fc504f324c8f49850a4222105ae98d06f) +- cleanup workflow file [`083db64`](https://github.com/leanupjs/leanup/commit/083db6486345f732a39fd5c0de896f80d4d8b011) +- fix auto updater [`77b2f26`](https://github.com/leanupjs/leanup/commit/77b2f26a43665eb11a5eca15b47258cff14fe516) +- chore: after publishing we must update the package-lock files [`ea0ba40`](https://github.com/leanupjs/leanup/commit/ea0ba409392015ad7bd75e073ce0947fd3a4aa3e) +- fix: template type annotations [`90b8fb8`](https://github.com/leanupjs/leanup/commit/90b8fb8dd706623e1b43974fb0ff4e00d690bc8f) +- always success [`ad1102f`](https://github.com/leanupjs/leanup/commit/ad1102f71a51c2a44b95b19f876ff3b9fdc20aee) +- 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) +- chore: remove npm tag step [`c6f23d2`](https://github.com/leanupjs/leanup/commit/c6f23d2261da9baec0f30a7683b488ccdca186d8) +- chore: switch release creation plugin [`5aa6629`](https://github.com/leanupjs/leanup/commit/5aa66297acba52aa78ce299438f32e0b6f35a658) +- fix: adds a sleep to workflow, because npmjs needs a little bit more delay [`a9770d8`](https://github.com/leanupjs/leanup/commit/a9770d8d00bb524dc194a2279c2203d496a00ebf) +- 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) +- chore: remove the overhead --colors options [`fbc2bd5`](https://github.com/leanupjs/leanup/commit/fbc2bd5e26d10e99791b4cfcaba4a7fb3ac3d479) +- github action workflow [`3e5eba5`](https://github.com/leanupjs/leanup/commit/3e5eba5cc679a7acb73979013c76bffde5b795a3) +- remove unpublish [`bd017fc`](https://github.com/leanupjs/leanup/commit/bd017fcb4bd80db190cf743b4600aabe32a85646) +- force unpubish before publish [`b41b378`](https://github.com/leanupjs/leanup/commit/b41b378317d61510de7a626fa5a3e7615feae612) +- commit RC [`a8ca2d5`](https://github.com/leanupjs/leanup/commit/a8ca2d5c2f8a9231a4d7b5d11d3f5a27934dd546) +- chore: no latest tagging in next release [`5c5c4aa`](https://github.com/leanupjs/leanup/commit/5c5c4aac3bbeb15e13b099a838012ab345470f45) +- refactor script handling [`483881d`](https://github.com/leanupjs/leanup/commit/483881df4afd4fd537a7f32b10854c186b690b9e) +- auto: update @types/sinon dependency [`242698c`](https://github.com/leanupjs/leanup/commit/242698cc1b656a741476b44b55c51ba9311c8a74) +- disable lerna version [`7703e4c`](https://github.com/leanupjs/leanup/commit/7703e4c5132708f119fece3c83ad94aa556a474d) +- delete branch without fail [`0419775`](https://github.com/leanupjs/leanup/commit/04197756b42c29d60fa6ad866cfe6e449d502093) +- refactor: move all modules in packages folder [`9dd2230`](https://github.com/leanupjs/leanup/commit/9dd2230d5a8ab689c371b0474c4a5460d3af993f) +- setup autoupdater [`1c8a415`](https://github.com/leanupjs/leanup/commit/1c8a415b21dceb112362b7ff1d54d9edee121534) +- 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) +- change update time [`11df01a`](https://github.com/leanupjs/leanup/commit/11df01a9c904c2fcd86a58895eb880ffe992551c) +- reconfigure workflow file [`c538d0a`](https://github.com/leanupjs/leanup/commit/c538d0a0393480c9703296cf055113bafe86efe8) +- chore: disable npm unpublish [`aac2e4e`](https://github.com/leanupjs/leanup/commit/aac2e4e0f7b7af70447b27d5597cd40b3c28f1c6) +- refact @leanup/forms to @leanup/form [`b02b1fc`](https://github.com/leanupjs/leanup/commit/b02b1fcb9fd6d3978c044942e7d2c29a2ac383bc) +- update vue2 [`f9cf5a7`](https://github.com/leanupjs/leanup/commit/f9cf5a794a6384849e845c7fc34503a65034ae94) +- fix: publish build [`af74440`](https://github.com/leanupjs/leanup/commit/af744400ba4ede8995998c695eebd4cd5592e613) +- chore: remove redundant outline in dist-tag script [`e1534d0`](https://github.com/leanupjs/leanup/commit/e1534d05ad79c1caef1476a7b411787467f2fa5c) +- fix: --check-coverage in test command [`3ce3ed9`](https://github.com/leanupjs/leanup/commit/3ce3ed913835d1935210b0db1260ccca94352766) +- fix npm run script update [`4a1a390`](https://github.com/leanupjs/leanup/commit/4a1a390a3793c79165d38987272683d721bed50d) +- chore: remove version script from package.json [`e82f5ce`](https://github.com/leanupjs/leanup/commit/e82f5cebf6b1400cd8148e1dd32eaccef3d09fb1) +- remove unused code [`a0e3cb3`](https://github.com/leanupjs/leanup/commit/a0e3cb3626c515757b1d999b14ab05f100c7a4b5) +- 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) +- doc: fix tiny icon [`fbb659b`](https://github.com/leanupjs/leanup/commit/fbb659b02dcc10426de84528a804d192d1eedab2) +- fix: fix eslint path [`b1659fe`](https://github.com/leanupjs/leanup/commit/b1659fe4ee253e6ecd6f9760be725dfc66585016) +- chore: configure prerelease mode for next version [`e3c877b`](https://github.com/leanupjs/leanup/commit/e3c877b4d7e157f1072f5dbf6713fa72d4fab351) +- fix: add tabs for command outline text [`98327ef`](https://github.com/leanupjs/leanup/commit/98327ef7df51c952b6939a13e400e97a6d2331ea) +- doc: tiny fix in README.md [`d43712e`](https://github.com/leanupjs/leanup/commit/d43712e8fd67be8da19ea52aacad9216a4695394) +- tiny change [`f8cbf61`](https://github.com/leanupjs/leanup/commit/f8cbf61a1a1d781ca22f24db5511f9db6fc3f22a) +- 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) +- chore: set v 1.0.0 [`3ecdc5d`](https://github.com/leanupjs/leanup/commit/3ecdc5d411c3ff37ad22d6a093a8a0b8818c4ec7) +- ignore package-lock's [`74f5cbc`](https://github.com/leanupjs/leanup/commit/74f5cbcd2e42ceb62ef446f80900a6d8e6a16f07) +- 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) +- Update npm.dist-tag.yml [`ceb845d`](https://github.com/leanupjs/leanup/commit/ceb845de78c1873007b7c34f608e2b93351a86c0) +- 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) +- fix: missing dependency [`0f99a86`](https://github.com/leanupjs/leanup/commit/0f99a86588fe10a6bee320996abe347d337b4157) +- fix: remove public directory handling [`c0bed83`](https://github.com/leanupjs/leanup/commit/c0bed83d3556fe915174bf18925f99e8a161a0a7) +- fix: add angularjs type definition [`b421847`](https://github.com/leanupjs/leanup/commit/b421847bc3c1e456cb175f7dd3bc4ef9b2325d5f) +- fix template: Constructors for derived classes must contain a 'super' call. [`8b9c463`](https://github.com/leanupjs/leanup/commit/8b9c4631d517d9b770fb57afba71683a616c88e3) +- fix template: Constructors for derived classes must contain a 'super' call. [`5ae8bcb`](https://github.com/leanupjs/leanup/commit/5ae8bcbfc24ef8553e71839e6ca6cbca430658b6) +- if: always() [`ecb9dc5`](https://github.com/leanupjs/leanup/commit/ecb9dc5ea144a273f88ae4e3ebf04ce6527be67b) +- fix: github workflow file [`7cea8b5`](https://github.com/leanupjs/leanup/commit/7cea8b59f94a1e760d6136dee931fe56bc8b6342)