From 9297612f82dc03585f65b9e1b0eba72a74b0751f Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 2 Aug 2023 17:34:04 -0400 Subject: [PATCH] chore: release version v0.9.1 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869e56e..aa31957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 7da75f4..2f20af0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index b5972de..e9194d1 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [