Skip to content

Commit

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


## 1.1.4 - 2024-01-31

* fix: Call beforeStateDehydrated hook by default to handle image uploads


## 1.1.3 - 2024-01-13

* fix: Don't call state hooks by default when opening the preview modal
Expand Down
2 changes: 1 addition & 1 deletion src/FilamentPeekServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class FilamentPeekServiceProvider extends PluginServiceProvider
{
const VERSION = '1.1.3';
const VERSION = '1.1.4';

public static string $name = 'filament-peek';

Expand Down

0 comments on commit 43ef5fd

Please sign in to comment.