Skip to content

Commit 473ca9d

Browse files
committed
chore: release version v0.13.22
1 parent 632a95d commit 473ca9d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.13.22](https://github.com/ash-project/ash_admin/compare/v0.13.21...v0.13.22) (2025-10-30)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* don't add the resource's primary table if there are no polymorphic tables by Zach Daniel
22+
1423
## [v0.13.21](https://github.com/ash-project/ash_admin/compare/v0.13.20...v0.13.21) (2025-10-30)
1524

1625

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshAdmin.MixProject do
99
A super-admin UI for Ash Framework, built with Phoenix LiveView.
1010
"""
1111

12-
@version "0.13.21"
12+
@version "0.13.22"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)