From cb7f584708814330c47be1e953f38bf5bb434384 Mon Sep 17 00:00:00 2001 From: nhobes Date: Thu, 24 Oct 2024 11:00:03 +1100 Subject: [PATCH] v2.4.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ced561..1a0bb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +### 2.4.1 - 2024-10-24 00:00:03 + +- fix, variant classes not passing through correctly + ### 2.4.0 - 2024-10-23 04:13:40 - Allow for different switch sizes and fix some error state colors diff --git a/mix.exs b/mix.exs index 108c4b5..2ecc6d9 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.4.0" + @version "2.4.1" def project do [