Skip to content

Commit d01ef60

Browse files
Hotfix v1.6.5 (alexjustesen#2286)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Justesen <[email protected]>
1 parent efa65b2 commit d01ef60

File tree

9 files changed

+21509
-9
lines changed

9 files changed

+21509
-9
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"@php artisan filament:upgrade"
7373
],
7474
"post-update-cmd": [
75-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
75+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
76+
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
7677
],
7778
"post-root-package-install": [
7879
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

composer.lock

Lines changed: 6 additions & 6 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-11'),
10+
'build_date' => Carbon::parse('2025-07-18'),
1111

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

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

public/vendor/livewire/livewire.esm.js

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

public/vendor/livewire/livewire.esm.js.map

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

0 commit comments

Comments
 (0)