From f24d0a1f32570095bf925ffc736ba4a2b0bec180 Mon Sep 17 00:00:00 2001 From: Hamish Murphy Date: Tue, 17 Dec 2024 12:12:12 +1100 Subject: [PATCH] v2.8.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb8986..9dfc982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 2.8.1 - 2024-12-17 01:12:12 + +- Bumped LiveView to 1.0.1 +- Bumped Phoenix to 1.7.18 + ### 2.8.0 - 2024-12-11 00:28:11 - Update for forms V1 and V2 to support LiveView 1.0 - https://github.com/petalframework/petal_components/pull/382 (thanks @joepstender for your contribution diff --git a/mix.exs b/mix.exs index 1b02aae..9fd0e54 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 "2.8.0" + @version "2.8.1" def project do [