Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin committed May 3, 2024
1 parent 87d3c03 commit de56a16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to `filament-peek` will be documented in this file.


## 2.2.7 - 2024-05-03

* fix: Remove filament vendor views from tailwind content config
* enh: Fix preview styles on mobile screens
* chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0


## 2.2.6 - 2024-04-24

* enh: Support ListPreviewAction with relation managers
Expand Down
2 changes: 1 addition & 1 deletion src/FilamentPeekPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin

const ID = 'filament-peek';

const VERSION = '2.2.6';
const VERSION = '2.2.7';

protected bool $shouldLoadPluginScripts = true;

Expand Down

0 comments on commit de56a16

Please sign in to comment.