Skip to content

Commit 9720214

Browse files
committed
Version 1.7.3
1 parent bfcc6bd commit 9720214

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)