File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v2.3.7] ( https://github.com/ash-project/ash_phoenix/compare/v2.3.6...v2.3.7 ) (2025-06-18)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * access proper form field for nested argument inputs by [ @zachdaniel ] ( https://github.com/zachdaniel )
16+
17+ * handle case where last item in add form path is an integer by [ @zachdaniel ] ( https://github.com/zachdaniel )
18+
819## [ v2.3.6] ( https://github.com/ash-project/ash_phoenix/compare/v2.3.5...v2.3.6 ) (2025-06-10)
920
1021
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho
1515Add ` ash_phoenix ` to your list of dependencies in ` mix.exs ` :
1616
1717``` elixir
18- {:ash_phoenix , " ~> 2.3.6 " }
18+ {:ash_phoenix , " ~> 2.3.7 " }
1919```
2020
2121## Whats in the box?
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
55 Utilities for integrating Ash and Phoenix
66 """
77
8- @ version "2.3.6 "
8+ @ version "2.3.7 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments