chore: release version v0.10.4

This commit is contained in:
Zach Daniel 2024-02-04 10:48:13 -05:00
parent fcaaacf76c
commit 44db708914
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.10.4](https://github.com/ash-project/ash_admin/compare/v0.10.3...v0.10.4) (2024-02-04)
### Improvements:
* fix large gap in header in safari
## [v0.10.3](https://github.com/ash-project/ash_admin/compare/v0.10.2...v0.10.3) (2024-02-04) ## [v0.10.3](https://github.com/ash-project/ash_admin/compare/v0.10.2...v0.10.3) (2024-02-04)

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. First, ensure you've added ash_admin to your `mix.exs` file.
```elixir ```elixir
{:ash_admin, "~> 0.10.3"} {:ash_admin, "~> 0.10.4"}
``` ```
## Setup ## Setup

View file

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