chore: release version v0.2.11

This commit is contained in:
Zach Daniel 2021-05-06 17:25:52 -04:00
parent 20c04bd26a
commit 53ea5665e7
3 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.11](https://github.com/ash-project/ash_admin/compare/v0.2.10...v0.2.11) (2021-05-06)
### Bug Fixes:
* fix special text fields
### Improvements:
* always show action dropdown
* log on failures in the UI
## [v0.2.10](https://github.com/ash-project/ash_admin/compare/v0.2.9...v0.2.10) (2021-04-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.2.10"}
{:ash_admin, "~> 0.2.11"}
```
## Setup

View file

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