chore: release version v1.2.25

This commit is contained in:
Zach Daniel 2024-01-02 10:31:00 -05:00
parent fceed874e6
commit 25f1547a4c
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.25](https://github.com/ash-project/ash_phoenix/compare/v1.2.24...v1.2.25) (2024-01-02)
### Bug Fixes:
* remove system added error vars to ensure deduplication works properly
* ensure next page is detected for offset pages w/ more?: true
## [v1.2.24](https://github.com/ash-project/ash_phoenix/compare/v1.2.23...v1.2.24) (2023-12-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.24"}`
`{:ash_phoenix, "~> 1.2.25"}`
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.24"
@version "1.2.25"
def project do
[