Skip to content

Commit b95b2e8

Browse files
committed
v2.9.1
1 parent 0aadfd7 commit b95b2e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
### 2.9.0 - 2025-03-11 03:36:55
38

49
* Prepare Petal Components for Tailwind 4 by @mitkins in https://github.com/petalframework/petal_components/pull/415

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/petalframework/petal_components"
5-
@version "2.9.0"
5+
@version "2.9.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)