From 7e86f98c9300b2ea2fc4c7d524d69894c471ed69 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 13 Oct 2023 12:00:01 -0400 Subject: [PATCH] chore: release version v1.2.20 --- CHANGELOG.md | 17 +++++++++++++++++ documentation/topics/working-with-phoenix.md | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc2a0c..0d94b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.20](https://github.com/ash-project/ash_phoenix/compare/v1.2.19...v1.2.20) (2023-10-13) + + + + +### Bug Fixes: + +* Generator: Consider Resource.Info.plural_name as the help text promises (#110) + +* Fix module name for Show -> Update in generator (#109) + +* don't multiply error messages (#107) + +* ensure errors are unique in form + +* make opts optional on `for_action/3` + ## [v1.2.19](https://github.com/ash-project/ash_phoenix/compare/v1.2.18...v1.2.19) (2023-09-27) diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index f412093..a7f5864 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.2.19"}` +`{:ash_phoenix, "~> 1.2.20"}` 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 7a1124c..210eb9e 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.2.19" + @version "1.2.20" def project do [