Skip to content

Commit 7ac02ea

Browse files
committedFeb 23, 2025·
Version bump
1 parent 5c2d413 commit 7ac02ea

File tree

5 files changed

+324
-131
lines changed

5 files changed

+324
-131
lines changed
 

‎app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pre-publish": "npm upgrade && vite build"
77
},
88
"devDependencies": {
9-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.20.tgz",
9+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.4.21.tgz",
1010
"@tailwindcss/forms": "^0.5.2",
1111
"@tailwindcss/typography": "^0.5.2",
1212
"@vitejs/plugin-vue": "^4.1.0",

‎dist/style.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+319-126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protonemedia/laravel-splade",
3-
"version": "1.4.20",
3+
"version": "1.4.21",
44
"description": "Laravel Splade: the magic of Inertia.js with the simplicity of Blade.",
55
"private": false,
66
"author": "Pascal Baljet <pascal@protone.media>",

‎src/Commands/SpladeInstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function handle(): int
3030
// Install NPM packages...
3131
$this->updateNodePackages(function ($packages) {
3232
return [
33-
'@protonemedia/laravel-splade' => '^1.4.20',
33+
'@protonemedia/laravel-splade' => '^1.4.21',
3434
'@tailwindcss/forms' => '^0.5.7',
3535
'@tailwindcss/typography' => '^0.5.10',
3636
'@vitejs/plugin-vue' => '^5.0',

0 commit comments

Comments
 (0)
Please sign in to comment.