chore: release version v0.1.5

This commit is contained in:
Zach Daniel 2021-03-24 00:56:08 -04:00
parent 1c0fb37a41
commit db024baa65
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.5](https://github.com/ash-project/ash_admin/compare/v0.1.4...v0.1.5) (2021-03-24)
### Bug Fixes:
* remove IO.inspect
* properly only provide changing fields to actions
## [v0.1.4](https://github.com/ash-project/ash_admin/compare/v0.1.3...v0.1.4) (2021-03-24)

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

View file

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