chore: release version v0.10.10-rc.1

This commit is contained in:
Zach Daniel 2024-04-02 22:02:28 -04:00
parent 5d1b3a1d5b
commit 3662b15ffd
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.10.10-rc.1](https://github.com/ash-project/ash_admin/compare/v0.10.10-rc.0...v0.10.10-rc.1) (2024-04-03)
### Bug Fixes:
* get checks passing, fix various bugs
* loading multiple relationships with the same destination resource that has sensitive fields (#98)
## [v0.10.10-rc.0](https://github.com/ash-project/ash_admin/compare/v0.10.9...v0.10.10-rc.0) (2024-04-02)

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.10.10-rc.0"}
{:ash_admin, "~> 0.10.10-rc.1"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.10.10-rc.0"
@version "0.10.10-rc.1"
def project do
[