diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e261129..0717a0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +### 1.2.5 - 2023-05-20 00:34:56 + +- Fix: <.field type="textarea" rows="1"> - rows for textarea are now overridable + ### 1.2.4 - 2023-05-17 04:38:50 - Fixed button with icon (reverted tooltip) diff --git a/mix.exs b/mix.exs index 1828e914..8cd7c622 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 "1.2.4" + @version "1.2.5" def project do [