diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f464c2..47d7ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 2.5.1 - 2024-10-31 05:48:51 + +- update stepper with better responsiveness across vertical and horizontal orientations +- update input to accept clearable, copyable and viewable + ### 2.5.0 - 2024-10-30 02:04:14 - New Stepper component diff --git a/mix.exs b/mix.exs index 01548d7..0b497a9 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.5.0" + @version "2.5.1" def project do [