We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cfab4 commit befc4f2Copy full SHA for befc4f2
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 2.9.2 - 2025-03-14 06:46:59
3
+
4
+* Correct light button active colour by @mitkins in https://github.com/petalframework/petal_components/pull/418
5
6
### 2.9.1 - 2025-03-14 06:16:15
7
8
* Tailwind instructions for upgrade guide and README by @mitkins in https://github.com/petalframework/petal_components/pull/416
mix.exs
@@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do
use Mix.Project
@source_url "https://github.com/petalframework/petal_components"
- @version "2.9.1"
+ @version "2.9.2"
def project do
[
0 commit comments