Skip to content

Commit de56a16

Browse files
committed
Prepare release
1 parent 87d3c03 commit de56a16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to `filament-peek` will be documented in this file.
44

55

6+
## 2.2.7 - 2024-05-03
7+
8+
* fix: Remove filament vendor views from tailwind content config
9+
* enh: Fix preview styles on mobile screens
10+
* chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
11+
12+
613
## 2.2.6 - 2024-04-24
714

815
* enh: Support ListPreviewAction with relation managers

src/FilamentPeekPlugin.php

+1-1
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.6';
19+
const VERSION = '2.2.7';
2020

2121
protected bool $shouldLoadPluginScripts = true;
2222

0 commit comments

Comments
 (0)