chore: release version v0.8.1

This commit is contained in:
Zach Daniel 2023-04-22 08:20:33 -06:00
parent 37331eedfa
commit 9d5faa29ef
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.8.1](https://github.com/ash-project/ash_admin/compare/v0.8.0...v0.8.1) (2023-04-22)
### Bug Fixes:
* don't authorize actor read
* Admin links are not aware of the scope where ash_admin is called (#49)
* handle cases where actions of a given type don't exist
### Improvements:
* Update Surface to 0.10.0 (#50)
## [v0.8.0](https://github.com/ash-project/ash_admin/compare/v0.7.1...v0.8.0) (2023-03-01)

View file

@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c
First, ensure you've added ash_admin to your `mix.exs` file.
```elixir
{:ash_admin, "~> 0.8.0"}
{:ash_admin, "~> 0.8.1"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.8.0"
@version "0.8.1"
def project do
[