chore: release version v0.11.1

This commit is contained in:
Zach Daniel 2024-06-13 13:50:21 -04:00
parent 0b5399a6fc
commit 00a40e42d9
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.11.1](https://github.com/ash-project/ash_admin/compare/v0.11.0...v0.11.1) (2024-06-13)
### Bug Fixes:
* properly support lists of embeds
* render relationship inputs even when type is not a map
* properly render tenant form on mobile sidebar
### Improvements:
* various fixes around unions
* support for unions
## [v0.11.0](https://github.com/ash-project/ash_admin/compare/v0.10.10-rc.1...v0.11.0) (2024-05-10)

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
A super-admin UI for Ash Framework, built with Phoenix LiveView.
"""
@version "0.11.0"
@version "0.11.1"
def project do
[