Skip to content

Commit b76eda8

Browse files
committed
Prepare release
1 parent 04d4102 commit b76eda8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to `filament-peek` will be documented in this file.
44

55

6+
## 2.2.10 - 2024-10-15
7+
8+
* fix: Remove tailwind utils from plugin.css
9+
10+
611
## 2.2.9 - 2024-09-04
712

813
* enh: Add czech translations by @JarkaP

src/FilamentPeekPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin
1616

1717
const ID = 'filament-peek';
1818

19-
const VERSION = '2.2.9';
19+
const VERSION = '2.2.10';
2020

2121
protected bool $shouldLoadPluginScripts = true;
2222

0 commit comments

Comments
 (0)