chore: release version v0.5.14

This commit is contained in:
Zach Daniel 2021-09-15 12:56:37 -04:00
parent d6f5f3266f
commit c85818fd3a
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.5.14](https://github.com/ash-project/ash_phoenix/compare/v0.5.13...v0.5.14) (2021-09-15)
### Bug Fixes:
* only include primary key's in hidden
* don't show hidden primary keys
* don't add forms for remaining data
### Improvements:
* work on LiveView being available for regular sockets
## [v0.5.13](https://github.com/ash-project/ash_phoenix/compare/v0.5.12...v0.5.13) (2021-09-06)

View file

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

View file

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