We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aadfd7 commit b95b2e8Copy full SHA for b95b2e8
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+### 2.9.1 - 2025-03-14 06:16:15
3
+
4
+* Tailwind instructions for upgrade guide and README by @mitkins in https://github.com/petalframework/petal_components/pull/416
5
+* Address CSS anomolies after Tailwind 4 upgrade by @mitkins in https://github.com/petalframework/petal_components/pull/417
6
7
### 2.9.0 - 2025-03-11 03:36:55
8
9
* Prepare Petal Components for Tailwind 4 by @mitkins in https://github.com/petalframework/petal_components/pull/415
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "2.9.0"
+ @version "2.9.1"
def project do
[
0 commit comments