chore: release version v1.2.24

This commit is contained in:
Zach Daniel 2023-12-12 17:20:26 -05:00
parent 580be7e13e
commit 0026d16fa6
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.24](https://github.com/ash-project/ash_phoenix/compare/v1.2.23...v1.2.24) (2023-12-12)
### Bug Fixes:
* add show fields in gen.live (#118)
* remove multiple attribute from select for one_of fields (#115)
### Improvements:
* carry over nested errors on creation, validation and submission
* properly return nested errors with `for_path: :all`
* properly get invalid values provided to forms
## [v1.2.23](https://github.com/ash-project/ash_phoenix/compare/v1.2.22...v1.2.23) (2023-10-24)

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.23"}`
`{:ash_phoenix, "~> 1.2.24"}`
Check out the [getting started with phoenix guide](/documentation/tutorials/getting-started-with-ash-and-phoenix.md) for setup.

View file

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