chore: release version v1.2.21

This commit is contained in:
Zach Daniel 2023-10-24 09:03:37 -04:00
parent 18fa99259e
commit 6b80d0fe50
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.2.21](https://github.com/ash-project/ash_phoenix/compare/v1.2.20...v1.2.21) (2023-10-24)
### Improvements:
* ash_phoenix.gen.html generator (#112)
## [v1.2.20](https://github.com/ash-project/ash_phoenix/compare/v1.2.19...v1.2.20) (2023-10-13)

View file

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