From 65cfe1a07a7e62e47c486366c2894b84e5d81336 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 01:43:06 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.18=20=E2=86=92=200.5.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 3eec20b92..ac3c50e36 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.18" +version = "0.5.19" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b4374c2..2b4f9e696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## v0.5.19 (2024-12-06) + +### Feat + +- add support for parent field and resources list in Capability message +- add fast reflection methods for Capability and Resource +- add gum package and update devbox configuration +- add new button components and layout improvements + +### Fix + +- adjust fullscreen modal close button margin +- update devbox lockfile +- resolve rendering issue in login modal + +### Refactor + +- rename accaddr package to address +- Update Credential table to match WebAuthn Credential Descriptor +- Deployment setup +- migrate build system from Taskfile to Makefile +- rename Assertion to Account and update related code +- remove unused TUI components +- Move IPFS interaction functions to common package +- remove dependency on DWN.pkl +- remove unused dependencies and simplify module imports +- Rename x/vault -> x/dwn and x/service -> x/svc +- move resolver formatter to services package +- remove web documentation +- update devbox configuration and scripts +- rename layout component to root +- refactor authentication pages into their own modules +- update templ version to v0.2.778 and remove unused air config +- move signer implementation to mpc package + ## v0.5.18 (2024-11-06) ## v0.5.17 (2024-11-05)