chore: release version v1.2.16

This commit is contained in:
Zach Daniel 2023-07-26 08:17:32 -04:00
parent b549081e8f
commit 4e158b1285
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 -->
## [v1.2.16](https://github.com/ash-project/ash_phoenix/compare/v1.2.15...v1.2.16) (2023-07-26)
### Bug Fixes:
* handle single types against to many forms
* more fixes for accidentally list form data
### Improvements:
* add support for `target` and `only_touched?` validate opts
## [v1.2.15](https://github.com/ash-project/ash_phoenix/compare/v1.2.14...v1.2.15) (2023-07-12)

View file

@ -2,7 +2,7 @@
The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).
`{:ash_phoenix, "~> 1.2.15"}`
`{:ash_phoenix, "~> 1.2.16"}`
## Whats in the box?

View file

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