Skip to content

Commit 3eea57e

Browse files
committed
v3.0.0
1 parent ecfdcdf commit 3eea57e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
### 2.9.2 - 2025-03-14 06:46:59
39

410
* Correct light button active colour by @mitkins in https://github.com/petalframework/petal_components/pull/418

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.2"
5+
@version "3.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)