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 acf9bcd commit 9d4a84eCopy full SHA for 9d4a84e
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.13.13](https://github.com/ash-project/ash_admin/compare/v0.13.12...v0.13.13) (2025-07-29)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* Add `ash_admin: 2` in locals_without_parens (#348) by kik4444
16
17
## [v0.13.12](https://github.com/ash-project/ash_admin/compare/v0.13.11...v0.13.12) (2025-07-17)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
A super-admin UI for Ash Framework, built with Phoenix LiveView.
"""
- @version "0.13.12"
+ @version "0.13.13"
def project do
[
0 commit comments