Skip to content

Commit 244a396

Browse files
committed
Prepare release
1 parent dc45b0b commit 244a396

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to `filament-peek` will be documented in this file.
44

55

6+
## 3.0.0 - 2025-08-29
7+
8+
Stable release
9+
10+
611
## 3.0.0-beta1 - 2025-08-13
712

813
* feat: Deprecate builder previews

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Filament plugin to add a full-screen preview modal to your Panel pages. The mo
1818
You can install the package via composer:
1919

2020
```bash
21-
composer require pboivin/filament-peek:"^3.0.0-beta1"
21+
composer require pboivin/filament-peek:"^3.0"
2222
```
2323

2424
Register a `FilamentPeekPlugin` instance in your Panel provider:
@@ -50,8 +50,8 @@ Follow the steps in the [Upgrade Guide](https://github.com/pboivin/filament-peek
5050

5151
| Peek | Status | Filament | PHP |
5252
|------|----------|-----|--------|
53-
| [3.x](https://github.com/pboivin/filament-peek/tree/3.x) | Beta | ^4.0 | ^8.2 |
54-
| [2.x](https://github.com/pboivin/filament-peek/tree/2.x) | Current version | ^3.0 | ^8.1 |
53+
| [3.x](https://github.com/pboivin/filament-peek/tree/3.x) | Current version | ^4.0 | ^8.2 |
54+
| [2.x](https://github.com/pboivin/filament-peek/tree/2.x) | Bugfixes only | ^3.0 | ^8.1 |
5555
| [1.x](https://github.com/pboivin/filament-peek/tree/1.x) | Bugfixes only | ^2.0 | ^8.0 |
5656

5757
Please feel free to report any issues you encounter with Peek in [GitHub Issues](https://github.com/pboivin/filament-peek/issues).

src/FilamentPeekPlugin.php

Lines changed: 1 addition & 1 deletion
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 = '3.0.0-beta1';
19+
const VERSION = '3.0.0';
2020

2121
protected bool $shouldLoadPluginScripts = true;
2222

0 commit comments

Comments
 (0)