chore: release version v0.10.3

This commit is contained in:
Zach Daniel 2024-02-04 10:41:29 -05:00
parent f6fb30cb11
commit a25b3b787a
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.10.3](https://github.com/ash-project/ash_admin/compare/v0.10.2...v0.10.3) (2024-02-04)
### Bug Fixes:
* ensure starting state of dropdowns is honored
### Improvements:
* update to phoenix_html 4.0
* support any sensitive value
* support PhoenixHTML 4.0
* Adds show_sensitive_fields option to Resource to allow unredacting se… (#86)
## [v0.10.2](https://github.com/ash-project/ash_admin/compare/v0.10.1...v0.10.2) (2024-01-04)

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.10.2"}
{:ash_admin, "~> 0.10.3"}
```
## Setup

View file

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