chore: bump laravel-trmnl-blade to 2.2.1
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2026-02-05 19:17:51 +01:00
parent 0f61861c5e
commit 06e684227e
3 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@
"ext-imagick": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"bnussbau/laravel-trmnl-blade": "2.1.*",
"bnussbau/laravel-trmnl-blade": "2.2.*",
"bnussbau/trmnl-pipeline-php": "^0.6.0",
"keepsuit/laravel-liquid": "^0.5.2",
"laravel/fortify": "^1.30",

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "324bc90c0d60675c736e4001ba845a5a",
"content-hash": "581bacf794841fc11c540e152c704d16",
"packages": [
{
"name": "aws/aws-crt-php",
@ -214,16 +214,16 @@
},
{
"name": "bnussbau/laravel-trmnl-blade",
"version": "2.1.1",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/bnussbau/laravel-trmnl-blade.git",
"reference": "6ad96eba917ebc30ebe550e6fce4a995e94f6b35"
"reference": "6db8a82a15ccedcaaffd3b37d0d337d276a26669"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bnussbau/laravel-trmnl-blade/zipball/6ad96eba917ebc30ebe550e6fce4a995e94f6b35",
"reference": "6ad96eba917ebc30ebe550e6fce4a995e94f6b35",
"url": "https://api.github.com/repos/bnussbau/laravel-trmnl-blade/zipball/6db8a82a15ccedcaaffd3b37d0d337d276a26669",
"reference": "6db8a82a15ccedcaaffd3b37d0d337d276a26669",
"shasum": ""
},
"require": {
@ -278,7 +278,7 @@
],
"support": {
"issues": "https://github.com/bnussbau/laravel-trmnl-blade/issues",
"source": "https://github.com/bnussbau/laravel-trmnl-blade/tree/2.1.1"
"source": "https://github.com/bnussbau/laravel-trmnl-blade/tree/2.2.1"
},
"funding": [
{
@ -294,7 +294,7 @@
"type": "github"
}
],
"time": "2026-01-29T20:40:42+00:00"
"time": "2026-02-05T17:57:37+00:00"
},
{
"name": "bnussbau/trmnl-pipeline-php",

View file

@ -18,12 +18,12 @@
href="{{ config('trmnl-blade.framework_css_url') }}">
@else
<link rel="stylesheet"
href="{{ config('services.trmnl.base_url') }}/css/{{ config('trmnl-blade.framework_version', '1.2.0') }}/plugins.css">
href="{{ config('services.trmnl.base_url') }}/css/{{ config('trmnl-blade.framework_css_version') ?? config('trmnl-blade.framework_version', '2.1.0') }}/plugins.css">
@endif
@if (config('trmnl-blade.framework_js_url'))
<script src="{{ config('trmnl-blade.framework_js_url') }}"></script>
@else
<script src="{{ config('services.trmnl.base_url') }}/js/{{ config('trmnl-blade.framework_version', '1.2.0') }}/plugins.js"></script>
<script src="{{ config('services.trmnl.base_url') }}/js/{{ config('trmnl-blade.framework_js_version') ?? config('trmnl-blade.framework_version', '2.1.0') }}/plugins.js"></script>
@endif
<title>{{ $title ?? config('app.name') }}</title>
</head>