Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit f89e57c

Browse files
committed
Version bump
1 parent 308c22e commit f89e57c

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

app/package-lock.json

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

app/package.json

Lines changed: 1 addition & 1 deletion
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.2.3.tgz",
9+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-1.2.4.tgz",
1010
"@tailwindcss/forms": "^0.5.2",
1111
"@tailwindcss/typography": "^0.5.2",
1212
"@vitejs/plugin-vue": "^3.0.0",

dist/protone-media-laravel-splade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4531,7 +4531,7 @@ const kf = /* @__PURE__ */ ke(Cf, [["render", Lf]]), Df = ["href", "onClick"], R
45314531
position: {
45324532
type: String,
45334533
required: !1,
4534-
default: "center"
4534+
default: (e) => e.type === "modal" ? "center" : "right"
45354535
},
45364536
name: {
45374537
type: String,

dist/protone-media-laravel-splade.umd.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protonemedia/laravel-splade",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Laravel Splade: the magic of Inertia.js with the simplicity of Blade.",
55
"private": false,
66
"author": "Pascal Baljet <[email protected]>",

src/Commands/SpladeInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function handle(): int
3232
// Install NPM packages...
3333
$this->updateNodePackages(function ($packages) {
3434
return [
35-
'@protonemedia/laravel-splade' => '^1.2.3',
35+
'@protonemedia/laravel-splade' => '^1.2.4',
3636
'@tailwindcss/forms' => '^0.5.2',
3737
'@tailwindcss/typography' => '^0.5.2',
3838
'@vitejs/plugin-vue' => '^3.0.0',

0 commit comments

Comments
 (0)