diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2b41fdf8..5e63877b 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -13,14 +13,51 @@ curl --silent "https://api.github.com/repos/daeuniverse/daed/releases" | jq -r ' ## Releases - -- [v0.2.0 (Latest)](#v020-latest) +- [v0.3.0 (Latest)](#v030-latest) +- [v0.2.0](#v020) - [v0.1.1](#v011) - [v0.1.0](#v010) - [v0.1.0rc1 (Pre-release)](#v010rc1-pre-release) -### v0.2.0 (Latest) +### v0.3.0 (Latest) + +> Release date: 2023/07/29 + +### Features + +- feat: add configure juicity modal in [#191](https://github.com/daeuniverse/daed/pull/191) by (@wanlce) + +### Bug Fixes + +- fix: rename modal not closing after changing rule names in [#188](https://github.com/daeuniverse/daed/pull/188) by (@kunish) +- fix: reload icon not showing on small size screens in [#187](https://github.com/daeuniverse/daed/pull/187) by (@kunish) +- fix: avoid to install husky when not in a git repo in [#185](https://github.com/daeuniverse/daed/pull/185) by (@douglarek) + +### Others + +- chore(sync): keep upstream source up-to-date in [#194](https://github.com/daeuniverse/daed/pull/194) by (@daebot) +- ci/fix(generate-changelogs): fix dry_run input description in [#193](https://github.com/daeuniverse/daed/pull/193) by (@yqlbu) +- chore/feat: add checkout.sh in [#192](https://github.com/daeuniverse/daed/pull/192) by (@mzz2017) +- ci/fix(pr-build,build): fix submodule path trigger in [#190](https://github.com/daeuniverse/daed/pull/190) by (@yqlbu) +- chore(sync): keep upstream source up-to-date in [#189](https://github.com/daeuniverse/daed/pull/189) by (@daebot) +- chore(sync): keep upstream source up-to-date in [#186](https://github.com/daeuniverse/daed/pull/186) by (@daebot) +- chore(sync): keep upstream source up-to-date in [#184](https://github.com/daeuniverse/daed/pull/184) by (@daebot) +- ci(pr-build): update trigger paths in [#183](https://github.com/daeuniverse/daed/pull/183) by (@yqlbu) +- chore: update codeowners in [#182](https://github.com/daeuniverse/daed/pull/182) by (@yqlbu) +- chore(sync): keep upstream source up-to-date in [#181](https://github.com/daeuniverse/daed/pull/181) by (@daebot) +- ci(pr-build): ONLY keep arm64, amd64 as build targets in [#180](https://github.com/daeuniverse/daed/pull/180) by (@yqlbu) +- chore(sync): keep upstream source up-to-date in [#179](https://github.com/daeuniverse/daed/pull/179) by (@daebot) +- ci(release): checkout codebase based on ref in [#178](https://github.com/daeuniverse/daed/pull/178) by (@yqlbu) + +**Full Changelog**: https://github.com/daeuniverse/daed/compare/v0.2.0...v0.3.0 + +### New Contributors + +- @douglarek made their first contribution in #185 +- @wanlce made their first contribution in #191 + +### v0.2.0 > Release date: 2023/07/17 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4021c360..ba07e69e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true