Skip to content

Commit

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


## 2.2.11 - 2025-01-03

* enh: Add Turkish translations by @AzizEmir
* fix: Use FQCN for Arr in Blade views


## 2.2.10 - 2024-10-15

* fix: Remove tailwind utils from plugin.css


## 2.2.9 - 2024-09-04

* enh: Add czech translations by @JarkaP
* enh: Add Czech translations by @JarkaP


## 2.2.8 - 2024-08-29
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.10';
const VERSION = '2.2.11';

protected bool $shouldLoadPluginScripts = true;

Expand Down

0 comments on commit c0926ae

Please sign in to comment.