File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- ## 1.7.2 (2025-10-17 )
1+ ## 1.7.3 (2025-10-19 )
22
33* Bugfix: [ label not found in nil] ( https://github.com/maxmarcon/live_select/issues/125 )
4+
5+ ## 1.7.2 (2025-10-17)
6+
7+ * ~~ Bugfix: [ label not found in nil] ( https://github.com/maxmarcon/live_select/issues/125 ) ~~
48* Bugfix: [ 2 bugs hit on form recovery] ( https://github.com/maxmarcon/live_select/pull/124 )
59
610## 1.7.1 (2025-09-17)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do
44 def project do
55 [
66 app: app ( ) ,
7- version: "1.7.2 " ,
7+ version: "1.7.3 " ,
88 elixir: "~> 1.14" ,
99 description: "Dynamic (multi)selection field for LiveView" ,
1010 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " live_select" ,
3- "version" : " 1.7.2 " ,
3+ "version" : " 1.7.3 " ,
44 "description" : " JS hooks for LiveSelect" ,
55 "main" : " priv/static/live_select.min.js" ,
66 "repository" :
" [email protected] :maxmarcon/live_select.git" ,
You can’t perform that action at this time.
0 commit comments