Skip to content

Commit ff4c70c

Browse files
authored
Release (heftapp#327)
1 parent 9dd401e commit ff4c70c

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

packages/graphql_codegen/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.13.9
2+
3+
- Fix bug in asset path resolution
4+
- Support analyzer 6.0
5+
16
# 0.13.8
27

38
- Fix bug in asset path resolution.

packages/graphql_codegen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ packages:
337337
path: ".."
338338
relative: true
339339
source: path
340-
version: "0.13.8"
340+
version: "0.13.9"
341341
graphql_flutter:
342342
dependency: "direct main"
343343
description:

packages/graphql_codegen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
Simple, opinionated, codegen library for GraphQL. It allows you to
44
generate serializers and client helpers to easily call and parse your data.
55
6-
version: 0.13.8
6+
version: 0.13.9
77
homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
88
repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
99

packages/graphql_switch/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ packages:
308308
path: "../../graphql_codegen"
309309
relative: true
310310
source: path
311-
version: "0.13.8"
311+
version: "0.13.9"
312312
graphql_switch:
313313
dependency: "direct main"
314314
description:

packages/graphql_switch/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ packages:
324324
path: "../graphql_codegen"
325325
relative: true
326326
source: path
327-
version: "0.13.8"
327+
version: "0.13.9"
328328
graphs:
329329
dependency: transitive
330330
description:

0 commit comments

Comments
 (0)