From d6cc3f4a1c3e1c06def34413c8d6f166ad3a3f6f Mon Sep 17 00:00:00 2001 From: nhobes Date: Wed, 27 Nov 2024 18:50:55 +1100 Subject: [PATCH] v2.7.0 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ea2af..b9bbbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +### 2.7.0 - 2024-11-27 07:50:55 + +- Add ghost and light color variants to buttons +- Adds radius opts to buttons and icon_buttons +- Adds no_margin prop to field_wrapper +- Fixes custom datetime and time icons bg color on error state + ### 2.6.1 - 2024-11-18 02:16:57 - Squashes button_group warnings diff --git a/mix.exs b/mix.exs index 71527c8..cb111a5 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.6.1" + @version "2.7.0" def project do [