chore: release version v2.0.0-rc.0

This commit is contained in:
Zach Daniel 2024-03-28 19:16:39 -04:00
parent b3559d87b6
commit 9a469ab334
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 -->
## [v2.0.0-rc.0](https://github.com/ash-project/ash_phoenix/compare/v1.3.4...v2.0.0-rc.0) (2024-03-28)
### Breaking Changes:
* upgrade to Ash 3.0
### Bug Fixes:
* handle destroy that only affects join resource in auto forms
* properly fetch refetch_window from config (#141)
* fix params/1 typespec (#140)
## [v1.3.4](https://github.com/ash-project/ash_phoenix/compare/v1.3.3...v1.3.4) (2024-03-11)

View file

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