chore: release version v0.10.0

This commit is contained in:
Zach Daniel 2023-11-30 10:15:43 -05:00
parent d19d808622
commit eb4aa30be8
3 changed files with 29 additions and 2 deletions

View file

@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.10.0](https://github.com/ash-project/ash_admin/compare/v0.9.8...v0.10.0) (2023-11-30)
### Features:
* Hide sensitive attributes by default (#82)
### Bug Fixes:
* fix cases where data may not match expected patterns
* allow nil values for all dropdowns to handle list behavior
* Dropdown component has Surface hangover (#81)
### Improvements:
* use prompt instead of adding a nil option for dropdowns
* only ensure `nil` value is present on dropdowns when inside of lists
* fix warnings on actor plug
* use the first enum value as the default for dropdowns
## [v0.9.8](https://github.com/ash-project/ash_admin/compare/v0.9.7...v0.9.8) (2023-11-17)

View file

@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c
First, ensure you've added ash_admin to your `mix.exs` file.
```elixir
{:ash_admin, "~> 0.9.8"}
{:ash_admin, "~> 0.10.0"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.9.8"
@version "0.10.0"
def project do
[