diff --git a/CHANGELOG.md b/CHANGELOG.md index 31be0ea..947e95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to `filament-peek` will be documented in this file. +## 2.2.10 - 2024-10-15 + +* fix: Remove tailwind utils from plugin.css + + ## 2.2.9 - 2024-09-04 * enh: Add czech translations by @JarkaP diff --git a/src/FilamentPeekPlugin.php b/src/FilamentPeekPlugin.php index 29256f6..b281f25 100644 --- a/src/FilamentPeekPlugin.php +++ b/src/FilamentPeekPlugin.php @@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin const ID = 'filament-peek'; - const VERSION = '2.2.9'; + const VERSION = '2.2.10'; protected bool $shouldLoadPluginScripts = true;