Skip to content

Commit

Permalink
Merge pull request #3885 from coollabsio/livewire
Browse files Browse the repository at this point in the history
chore: Update livewire/livewire dependency to version 3.4.9
  • Loading branch information
andrasbacsai authored Oct 11, 2024
2 parents ab8851e + efd5cf6 commit 5d62a46
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lcobucci/jwt": "^5.0.0",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0",
"livewire/livewire": "3.5.2",
"livewire/livewire": "3.4.9",
"log1x/laravel-webfonts": "^1.0",
"lorisleiva/laravel-actions": "^2.7",
"nubs/random-name-generator": "^2.2",
Expand Down
21 changes: 10 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.359',
'release' => '4.0.0-beta.360',

// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),
Expand Down
3 changes: 1 addition & 2 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php

return '4.0.0-beta.359';

return '4.0.0-beta.360';
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.359"
"version": "4.0.0-beta.360"
},
"nightly": {
"version": "4.0.0-beta.360"
"version": "4.0.0-beta.361"
},
"helper": {
"version": "1.0.2"
Expand Down

0 comments on commit 5d62a46

Please sign in to comment.