From 55e4c829420687b0035ce810e4ad6d37230d6b38 Mon Sep 17 00:00:00 2001 From: nhobes Date: Thu, 31 Oct 2024 16:48:51 +1100 Subject: [PATCH] v2.5.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 [