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 ff93c23 commit 3a50f0cCopy full SHA for 3a50f0c
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to `filament-peek` will be documented in this file.
4
5
6
+## 2.2.8 - 2024-08-29
7
+
8
+* enh: Add Dutch translations by @el-klo
9
+* chore: bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
10
11
12
## 2.2.7 - 2024-05-03
13
14
* fix: Remove filament vendor views from tailwind content config
src/FilamentPeekPlugin.php
@@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin
16
17
const ID = 'filament-peek';
18
19
- const VERSION = '2.2.7';
+ const VERSION = '2.2.8';
20
21
protected bool $shouldLoadPluginScripts = true;
22
0 commit comments