Skip to content

Commit

Permalink
Merge pull request #119 from fleetbase/dev-v0.5.3
Browse files Browse the repository at this point in the history
v0.5.3
  • Loading branch information
roncodes authored Jul 5, 2024
2 parents 106aa68 + 4037a94 commit 8b52c1f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/fleetops-api",
"version": "0.5.2",
"version": "0.5.3",
"description": "Fleet & Transport Management Extension for Fleetbase",
"keywords": [
"fleetbase-extension",
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fleet-Ops",
"version": "0.5.2",
"version": "0.5.3",
"description": "Fleet & Transport Management Extension for Fleetbase",
"repository": "https://github.com/fleetbase/fleetops",
"license": "AGPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/fleetops-engine",
"version": "0.5.2",
"version": "0.5.3",
"description": "Fleet & Transport Management Extension for Fleetbase",
"fleetbase": {
"route": "fleet-ops"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/core": "^7.23.2",
"@fleetbase/ember-core": "^0.2.12",
"@fleetbase/ember-ui": "^0.2.18",
"@fleetbase/fleetops-data": "^0.1.15",
"@fleetbase/fleetops-data": "^0.1.17",
"@fleetbase/leaflet-routing-machine": "^3.2.16",
"@fortawesome/ember-fontawesome": "^0.4.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down
16 changes: 12 additions & 4 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions server/src/Http/Resources/v1/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public function toArray($request)
'email' => $this->email ?? null,
'phone' => $this->phone ?? null,
'photo_url' => $this->photo_url ?? null,
'address' => null,
'addresses' => [],
'type' => $this->type ?? null,
'meta' => $this->meta ?? [],
'slug' => $this->slug ?? null,
Expand Down

0 comments on commit 8b52c1f

Please sign in to comment.