chore: release version v1.3.4

This commit is contained in:
Zach Daniel 2024-03-11 12:36:12 -04:00
parent 99a3a4915f
commit 1a5953104c
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.4](https://github.com/ash-project/ash_phoenix/compare/v1.3.3...v1.3.4) (2024-03-11)
### Bug Fixes:
* get casted values from form (requires Ash 2.20+)
## [v1.3.3](https://github.com/ash-project/ash_phoenix/compare/v1.3.2...v1.3.3) (2024-03-11)

View file

@ -2,7 +2,7 @@
The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).
`{:ash_phoenix, "~> 1.3.3"}`
`{:ash_phoenix, "~> 1.3.4"}`
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.3.3"
@version "1.3.4"
def project do
[