chore: release version v2.0.0-rc.8

This commit is contained in:
Zach Daniel 2024-04-29 20:23:15 -04:00
parent 38e9f89a7e
commit 453c96baa9
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.0-rc.8](https://github.com/ash-project/ash_phoenix/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2024-04-30)
### Bug Fixes:
* don't use `public_attributes?`, check for all accepted attributes
* show proper error message for accepted/non accepted missing forms
* Pass the tenant to `Ash.can/3` and `Ash.can?/3`. (#165)
* Pass the tenant to `Ash.can/3` and `Ash.can?/3`.
### Improvements:
* Remove domain opt from AshPhoenix.LiveView (#167)
## [v2.0.0-rc.7](https://github.com/ash-project/ash_phoenix/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2024-04-23)
### Breaking Changes:

View file

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