Skip to content

Commit 7c79931

Browse files
authored
release: v0.13.5 (heftapp#300)
1 parent 7835c91 commit 7c79931

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/graphql_codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.13.5
2+
3+
- Run builder before `json_serializable`
4+
15
# 0.13.4
26

37
- Fix poor handling of complex non-null types with defalt values

packages/graphql_codegen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ packages:
329329
path: ".."
330330
relative: true
331331
source: path
332-
version: "0.13.4"
332+
version: "0.13.5"
333333
graphql_flutter:
334334
dependency: "direct main"
335335
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.4
6+
version: 0.13.5
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
@@ -300,7 +300,7 @@ packages:
300300
path: "../../graphql_codegen"
301301
relative: true
302302
source: path
303-
version: "0.13.3"
303+
version: "0.13.5"
304304
graphql_switch:
305305
dependency: "direct main"
306306
description:

packages/graphql_switch/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ packages:
316316
path: "../graphql_codegen"
317317
relative: true
318318
source: path
319-
version: "0.13.3"
319+
version: "0.13.5"
320320
graphs:
321321
dependency: transitive
322322
description:

0 commit comments

Comments
 (0)