chore: release version v1.3.0

This commit is contained in:
Zach Daniel 2024-01-21 13:06:22 -05:00
parent 4afb10473e
commit 36df5a4b04
3 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.0](https://github.com/ash-project/ash_phoenix/compare/v1.2.26...v1.3.0) (2024-01-21)
### Features:
* update to latest phoenix_html
### Bug Fixes:
* new_params replaced with updated changeset_params (#129)
* `do_decode_path` for string paths (#127)
## [v1.2.26](https://github.com/ash-project/ash_phoenix/compare/v1.2.25...v1.2.26) (2024-01-12)

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