chore: release version v0.9.0

This commit is contained in:
Zach Daniel 2023-07-28 11:49:00 -04:00
parent d51eb82461
commit 019344ede1
3 changed files with 25 additions and 2 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.9.0](https://github.com/ash-project/ash_admin/compare/v0.8.2...v0.9.0) (2023-07-28)
### Features:
* Add seed with Admin, User, Customer, Organization and Ticket (#56)
### Bug Fixes:
* set assigns for show block
* fix behaviour and support on_mount and session
### Improvements:
* style the metadata tables consistently (#54)
* remove surface
* support setting an actor
## [v0.8.2](https://github.com/ash-project/ash_admin/compare/v0.8.1...v0.8.2) (2023-07-25)

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.2"}
{:ash_admin, "~> 0.9.0"}
```
## Setup

View file

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