Skip to content

Commit

Permalink
Merge pull request #247 from fleetbase/dev-v0.4.20
Browse files Browse the repository at this point in the history
v0.4.20
  • Loading branch information
roncodes committed Apr 30, 2024
2 parents 304933a + 90a0e09 commit 1f7937b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"fleetbase/core-api": "^1.4.20",
"fleetbase/core-api": "^1.4.21",
"fleetbase/fleetops-api": "^0.4.27",
"fleetbase/storefront-api": "^0.3.7",
"guzzlehttp/guzzle": "^7.0.1",
Expand Down
14 changes: 7 additions & 7 deletions api/composer.lock

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

3 changes: 3 additions & 0 deletions api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ php artisan queue:restart

# Sync scheduler
php artisan schedule-monitor:sync

# Clear cache
php artisan cache:clear
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/console",
"version": "0.4.19",
"version": "0.4.20",
"private": true,
"description": "Fleetbase Console",
"repository": "https://github.com/fleetbase/fleetbase",
Expand Down

0 comments on commit 1f7937b

Please sign in to comment.