We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d4102 commit b76eda8Copy full SHA for b76eda8
CHANGELOG.md
@@ -3,6 +3,11 @@
3
All notable changes to `filament-peek` will be documented in this file.
4
5
6
+## 2.2.10 - 2024-10-15
7
+
8
+* fix: Remove tailwind utils from plugin.css
9
10
11
## 2.2.9 - 2024-09-04
12
13
* enh: Add czech translations by @JarkaP
src/FilamentPeekPlugin.php
@@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin
16
17
const ID = 'filament-peek';
18
19
- const VERSION = '2.2.9';
+ const VERSION = '2.2.10';
20
21
protected bool $shouldLoadPluginScripts = true;
22
0 commit comments