From 13e74837fa6dcc25bb29c96e428f60d516257719 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 11 Mar 2024 08:33:34 -0400 Subject: [PATCH] chore: release version v1.3.3 --- CHANGELOG.md | 11 +++++++++++ documentation/topics/working-with-phoenix.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4579b..b19cd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 5aec8ed..fc995e2 100644 --- a/documentation/topics/working-with-phoenix.md +++ b/documentation/topics/working-with-phoenix.md @@ -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. diff --git a/mix.exs b/mix.exs index b8cb318..0bcedaf 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [