We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ec3b commit a871a07Copy full SHA for a871a07
2 files changed
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v0.13.23](https://github.com/ash-project/ash_admin/compare/v0.13.22...v0.13.23) (2025-10-30)
15
+
16
17
18
19
+### Bug Fixes:
20
21
+* don't include nil tables when considering if polymorphic tables is empty by Zach Daniel
22
23
## [v0.13.22](https://github.com/ash-project/ash_admin/compare/v0.13.21...v0.13.22) (2025-10-30)
24
25
mix.exs
@@ -9,7 +9,7 @@ defmodule AshAdmin.MixProject do
9
A super-admin UI for Ash Framework, built with Phoenix LiveView.
10
"""
- @version "0.13.22"
+ @version "0.13.23"
def project do
[
0 commit comments