chore: release version v0.1.4

This commit is contained in:
Zach Daniel 2021-03-24 00:28:17 -04:00
parent 40def10f30
commit e0bbc1ff23
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.1.4](https://github.com/ash-project/ash_admin/compare/v0.1.3...v0.1.4) (2021-03-24)
### Bug Fixes:
* support tenant on read actions
* remove IO.inspect
### Improvements:
* only send changing fields
* don't show `destination_field` on related tables
## [v0.1.3](https://github.com/ash-project/ash_admin/compare/v0.1.2...v0.1.3) (2021-03-23)

View file

@ -12,7 +12,7 @@ An admin UI for Ash resources. Built with Phoenix Liveview.
First, ensure you've added ash_admin to your `mix.exs` file.
```elixir
{:ash_admin, "~> 0.1.3"}
{:ash_admin, "~> 0.1.4"}
```
## Setup

View file

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