chore: release version v0.4.5-rc.0

This commit is contained in:
Zach Daniel 2022-05-23 02:48:14 -04:00
parent 3c3d476061
commit 501b81a388
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.4.5-rc.0](https://github.com/ash-project/ash_admin/compare/v0.4.4...v0.4.5-rc.0) (2022-05-23)
### Bug Fixes:
* update to latest ash for bugfix
* get the original value using `AshPhoenix.Form.value/2`
### Improvements:
* Top nav resource grouping (#15)
* update ash version and fix build
* add DateInput for dates
## [v0.4.4](https://github.com/ash-project/ash_admin/compare/v0.4.3...v0.4.4) (2022-03-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.4.4"}
{:ash_admin, "~> 0.4.5-rc.0"}
```
## Setup

View file

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