diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a9421..1693b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.6.29 + +- Updated `Locator.fetchAllGraphqlQuery` to include `description` in the query result fields. + ## 3.6.28 - Added `description` field to `Locator` and `LocatorInput` models. diff --git a/lib/src/locator/src/locator.dart b/lib/src/locator/src/locator.dart index 4969825..71c076b 100644 --- a/lib/src/locator/src/locator.dart +++ b/lib/src/locator/src/locator.dart @@ -349,6 +349,8 @@ abstract class Locator with _$Locator { } updatedById + description + customization { id name diff --git a/pubspec.yaml b/pubspec.yaml index a44d97c..053c23c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ description: Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API. name: layrz_models -version: "3.6.28" +version: "3.6.29" repository: https://github.com/goldenm-software/layrz_models environment: