chore: release version v0.9.1

This commit is contained in:
Zach Daniel 2023-08-02 17:34:04 -04:00
parent 77a43cc4fa
commit 9297612f82
3 changed files with 31 additions and 2 deletions

View file

@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.9.1](https://github.com/ash-project/ash_admin/compare/v0.9.0...v0.9.1) (2023-08-02)
### Bug Fixes:
* use connect params for persisted state
* properly persist cookies
* create-form: errors from removal of surface (#60)
* properly detect update and destroy actions
* revalidate with params on submit
* send set tenant to parent liveview
* set phx-target
* set phx-target on tenant form
* fix editing_tenant in top_nav
### Improvements:
* loosen tails dependency
## [v0.9.0](https://github.com/ash-project/ash_admin/compare/v0.8.2...v0.9.0) (2023-07-28)

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

View file

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