Skip to content

Commit

Permalink
chore: release version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 28, 2023
1 parent d51eb82 commit 019344e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 019344e

Please sign in to comment.