chore: release version v0.5.3

This commit is contained in:
Zach Daniel 2021-07-20 01:49:27 -04:00
parent 5d64d77aed
commit e4202b0931
3 changed files with 23 additions and 2 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.5.3](https://github.com/ash-project/ash_phoenix/compare/v0.5.2...v0.5.3) (2021-07-20)
### Bug Fixes:
* only prepend to data when necessary
* Fix remove form path when a nested single (#19)
* Add form to single (#18)
* actually reindex this time
* reindex after remove form
### Improvements:
* Improve error message when incorrect api configured for resource (#15)
## [v0.5.2](https://github.com/ash-project/ash_phoenix/compare/v0.5.1...v0.5.2) (2021-07-19)

View file

@ -18,7 +18,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.5.2"}
{:ash_phoenix, "~> 0.5.3"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""
@version "0.5.2"
@version "0.5.3"
def project do
[