We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfdcdf commit 3eea57eCopy full SHA for 3eea57e
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
+### 3.0.0 - 2025-03-16 07:38:08
3
+
4
+* Release for Tailwind 4
5
6
+Tailwind 4 introduces breaking changes - the `2.9.x` releases have been deprecated in favour of `v3.0.0`
7
8
### 2.9.2 - 2025-03-14 06:46:59
9
10
* Correct light button active colour by @mitkins in https://github.com/petalframework/petal_components/pull/418
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "2.9.2"
+ @version "3.0.0"
def project do
[
0 commit comments