chore: release version v1.2.4

This commit is contained in:
Zach Daniel 2023-01-18 01:04:08 -05:00
parent f5e338cd9d
commit 6849b758dd
4 changed files with 24 additions and 3 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.4](https://github.com/ash-project/ash_phoenix/compare/v1.2.3...v1.2.4) (2023-01-18)
### Bug Fixes:
* properly clear value in Form.clear_value/2 (#66)
* handle raised errors when comparing values
* ensure that params is always a map in Phoenix.HTML.Form
### Improvements:
* update to new ash docs patterns
* accept multiple fields in `AshPhoenix.Form.clear_value/2` (#67)
* add `to_filter_map/1` to filter_form
## [v1.2.3](https://github.com/ash-project/ash_phoenix/compare/v1.2.2...v1.2.3) (2022-12-21)

View file

@ -11,6 +11,6 @@ if Mix.env() == :dev do
manage_mix_version?: true,
# Instructs the tool to manage the version in your README.md
# Pass in `true` to use `"README.md"` or a string to customize
manage_readme_version: "README.md",
manage_readme_version: "documentation/topics/working-with-phoenix.md",
version_tag_prefix: "v"
end

View file

@ -2,7 +2,7 @@
The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).
{{mix_dep:ash_phoenix}}
`{:ash_phoenix, "~> 1.2.4"}`
## Whats in the box?

View file

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