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 [