Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Jun 18, 2024
1 parent b31a9f8 commit a1c85fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.1 (2024-06-18)

* fix bug introduced by LV-1.0's new focus behavior (https://github.com/maxmarcon/live_select/issues/72)

## 1.4.0 (2024-03-18)

* support for assocations and embeds
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do
def project do
[
app: app(),
version: "1.4.0",
version: "1.4.1",
elixir: "~> 1.13",
description: "Dynamic (multi)selection field for LiveView",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live_select",
"version": "1.4.0",
"version": "1.4.1",
"description": "JS hooks for LiveSelect",
"main": "priv/static/live_select.min.js",
"repository": "[email protected]:maxmarcon/live_select.git",
Expand Down

0 comments on commit a1c85fb

Please sign in to comment.