Skip to content

Commit

Permalink
Release v0.19.0 (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Apr 16, 2024
1 parent 59ff14a commit d72cc10
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 185 deletions.
2 changes: 1 addition & 1 deletion _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel 10.48.5.
* Generated for Laravel 10.48.8.
*
* This file should not be included in your code, only analyzed by your IDE!
*
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"chrisullyott/php-filesize": "^4.2.1",
"doctrine/dbal": "^3.8.3",
"dragonmantank/cron-expression": "^3.3.3",
"filament/filament": "^3.2.63",
"filament/spatie-laravel-settings-plugin": "^3.2.63",
"filament/filament": "^3.2.69",
"filament/spatie-laravel-settings-plugin": "^3.2.69",
"guzzlehttp/guzzle": "^7.8.1",
"influxdata/influxdb-client-php": "^3.4",
"influxdata/influxdb-client-php": "^3.5",
"laravel-notification-channels/telegram": "^4.0",
"laravel/framework": "^10.48.5",
"laravel/prompts": "^0.1.18",
"laravel/framework": "^10.48.8",
"laravel/prompts": "^0.1.19",
"laravel/sanctum": "^3.3.3",
"laravel/tinker": "^2.9.0",
"livewire/livewire": "^3.4.10",
Expand All @@ -37,9 +37,9 @@
"laravel/telescope": "^4.17.6",
"mockery/mockery": "^1.6.11",
"nunomaduro/collision": "^7.10.0",
"phpunit/phpunit": "^10.5.17",
"spatie/laravel-ignition": "^2.5.1",
"tightenco/duster": "^2.7.4"
"phpunit/phpunit": "^10.5.18",
"spatie/laravel-ignition": "^2.5.2",
"tightenco/duster": "^2.7.5"
},
"autoload": {
"files": [
Expand Down
170 changes: 85 additions & 85 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions config/speedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/**
* Build information
*/
'build_date' => Carbon::parse('2024-04-15'),
'build_date' => Carbon::parse('2024-04-16'),

'build_version' => 'v0.18.7',
'build_version' => 'v0.19.0',

/**
* General
Expand Down
160 changes: 87 additions & 73 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/filament/forms/forms.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/filament/filament/echo.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

0 comments on commit d72cc10

Please sign in to comment.