From 4d1a38e868a83375dcc52e9294556c6acb84274c Mon Sep 17 00:00:00 2001 From: Nicolas Hoban Date: Mon, 4 Sep 2023 13:03:18 +1000 Subject: [PATCH] v1.4.9 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6203c7e6..f74bac17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +### 1.4.9 - 2023-09-04 03:03:18 + +- Add target attribute for sending pagination events to LiveComponents + ### 1.4.8 - 2023-08-24 02:56:03 - Add `close_on_click_away` attr on modal [Issue 253)[https://github.com/petalframework/petal_components/pull/253] diff --git a/mix.exs b/mix.exs index 0957ac9a..5280e316 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do use Mix.Project @source_url "https://github.com/petalframework/petal_components" - @version "1.4.8" + @version "1.4.9" def project do [