Skip to content

Commit

Permalink
Merge pull request #31 from fleetbase/dev-v0.1.13
Browse files Browse the repository at this point in the history
v0.1.13
  • Loading branch information
roncodes authored Mar 12, 2024
2 parents b5ba2a3 + a310f95 commit 0a5eb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/models/order-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { format as formatDate, formatDistanceToNow, isValid as isValidDate } fro

export default class OrderConfigModel extends Model {
/** @ids */
@attr('string') public_id;
@attr('string') company_uuid;
@attr('string') author_uuid;
@attr('string') category_uuid;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/fleetops-data",
"version": "0.1.12",
"version": "0.1.13",
"description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.",
"keywords": [
"fleetbase-data",
Expand Down

0 comments on commit 0a5eb0c

Please sign in to comment.