chore: release version v1.3.3

This commit is contained in:
Zach Daniel 2024-03-11 08:33:34 -04:00
parent ecc8ee8246
commit 13e74837fa
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.3](https://github.com/ash-project/ash_phoenix/compare/v1.3.2...v1.3.3) (2024-03-11)
### Bug Fixes:
* properly fetch nested form values
* ash version dependency requirement (#137)
## [v1.3.2](https://github.com/ash-project/ash_phoenix/compare/v1.3.1...v1.3.2) (2024-03-06)

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.2"}`
`{:ash_phoenix, "~> 1.3.3"}`
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.2"
@version "1.3.3"
def project do
[