Skip to content

Commit a59e3e3

Browse files
authored
Merge pull request #168 from goldenm-software/development
chore: release 3.6.29
2 parents 31d5582 + 50669d5 commit a59e3e3

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.6.29
4+
5+
- Updated `Locator.fetchAllGraphqlQuery` to include `description` in the query result fields.
6+
37
## 3.6.28
48

59
- Added `description` field to `Locator` and `LocatorInput` models.

lib/src/locator/src/locator.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ abstract class Locator with _$Locator {
349349
}
350350
updatedById
351351
352+
description
353+
352354
customization {
353355
id
354356
name

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API.
22
name: layrz_models
3-
version: "3.6.28"
3+
version: "3.6.29"
44
repository: https://github.com/goldenm-software/layrz_models
55

66
environment:

0 commit comments

Comments
 (0)