Skip to content

Commit 03ebaa6

Browse files
authored
Release v1.6.4 (alexjustesen#2277)
Co-authored-by: Alex Justesen <[email protected]>
1 parent a8e40a3 commit 03ebaa6

File tree

11 files changed

+522
-518
lines changed

11 files changed

+522
-518
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"awcodes/filament-versions": "^2.0.1",
1919
"chrisullyott/php-filesize": "^4.2.1",
2020
"dragonmantank/cron-expression": "^3.4.0",
21-
"filament/filament": "^3.3.21",
22-
"filament/spatie-laravel-settings-plugin": "^3.3.21",
21+
"filament/filament": "^3.3.31",
22+
"filament/spatie-laravel-settings-plugin": "^3.3.31",
2323
"geerlingguy/ping": "^1.2.1",
24-
"influxdata/influxdb-client-php": "^3.7",
24+
"influxdata/influxdb-client-php": "^3.8",
2525
"laravel-notification-channels/telegram": "^6.0",
26-
"laravel/framework": "^12.18.0",
27-
"laravel/prompts": "^0.3.5",
28-
"laravel/sanctum": "^4.1.1",
26+
"laravel/framework": "^12.20.0",
27+
"laravel/prompts": "^0.3.6",
28+
"laravel/sanctum": "^4.1.2",
2929
"livewire/livewire": "^3.6.3",
3030
"lorisleiva/laravel-actions": "^2.9",
3131
"maennchen/zipstream-php": "^2.4",
@@ -39,12 +39,12 @@
3939
"require-dev": {
4040
"fakerphp/faker": "^1.24.1",
4141
"laravel/pail": "^1.2.3",
42-
"laravel/pint": "^1.22.1",
42+
"laravel/pint": "^1.24.0",
4343
"laravel/sail": "^1.43.1",
44-
"laravel/telescope": "^5.9.1",
44+
"laravel/telescope": "^5.10.0",
4545
"laravel/tinker": "^2.10.1",
4646
"mockery/mockery": "^1.6.12",
47-
"nunomaduro/collision": "^8.8.1",
47+
"nunomaduro/collision": "^8.8.2",
4848
"pestphp/pest": "^3.8.2",
4949
"pestphp/pest-plugin-laravel": "^3.2",
5050
"spatie/laravel-ignition": "^2.9.1",

composer.lock

Lines changed: 242 additions & 228 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* General settings.
88
*/
99

10-
'build_date' => Carbon::parse('2025-07-08'),
10+
'build_date' => Carbon::parse('2025-07-11'),
1111

12-
'build_version' => 'v1.6.3',
12+
'build_version' => 'v1.6.4',
1313

1414
'content_width' => env('CONTENT_WIDTH', '7xl'),
1515

package-lock.json

Lines changed: 252 additions & 248 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/filament/forms/forms.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/filament/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/forms/components/date-time-picker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/forms/components/file-upload.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)