chore: release version v0.10.8

This commit is contained in:
Zach Daniel 2024-03-19 00:11:37 -04:00
parent e5291046b2
commit 4028b200cf
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.10.8](https://github.com/ash-project/ash_admin/compare/v0.10.7...v0.10.8) (2024-03-19)
### Bug Fixes:
* missing handle event in read forms
* Allow blank/nil default values in :atom inputs when allow_nil? is true (#93)
* Allow blank/default default values in :atom inputs when allow_nil? is true
### Improvements:
* Add :csp_nonce_assign_key to ash_admin options (fix for /issues/91) (#92)
## [v0.10.7](https://github.com/ash-project/ash_admin/compare/v0.10.6...v0.10.7) (2024-02-26)

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

View file

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