chore: release version v0.10.10-rc.0

This commit is contained in:
Zach Daniel 2024-04-02 11:59:57 -04:00
parent d814254b05
commit d46a8636ad
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 --> <!-- changelog -->
## [v0.10.10-rc.0](https://github.com/ash-project/ash_admin/compare/v0.10.9...v0.10.10-rc.0) (2024-04-02)
### Bug Fixes:
* properly add indexes to embedded list attribtues
* ensure action selection is accurate/consistent
* only consider top-level targets for input pruning
* only show forms for map type inputs
### Improvements:
* upgrade to 3.0
## [v0.10.9](https://github.com/ash-project/ash_admin/compare/v0.10.8...v0.10.9) (2024-03-29) ## [v0.10.9](https://github.com/ash-project/ash_admin/compare/v0.10.8...v0.10.9) (2024-03-29)

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. First, ensure you've added ash_admin to your `mix.exs` file.
```elixir ```elixir
{:ash_admin, "~> 0.10.9"} {:ash_admin, "~> 0.10.10-rc.0"}
``` ```
## Setup ## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework An admin UI for Ash Framework
""" """
@version "0.10.9" @version "0.10.10-rc.0"
def project do def project do
[ [