diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc40ee6..008add60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 1.9.1 - 2024-02-01 19:24:57 + +- Fix modal class +- Removes scale classes on sm size and up for slideover + ### 1.9.0 - 2024-01-27 23:11:33 - <.vertical_menu> - add support for liveview JS (thanks to @mrdotb) diff --git a/mix.exs b/mix.exs index 96a7f2c7..82859aac 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.9.0" + @version "1.9.1" def project do [