Skip to content

Commit

Permalink
version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Dec 27, 2024
1 parent ba48b31 commit fb7989a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0 (2024-12-27)

* new quick_tags mode
* showcase app: add toggle to style options as checkboxes

## 1.4.4 (2024-12-07)

* support for LiveView 1.0.0
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.4",
version: "1.5.0",
elixir: "~> 1.14",
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.4",
"version": "1.5.0",
"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 fb7989a

Please sign in to comment.