Skip to content

Commit c481644

Browse files
authored
Release: v0.13.10 (heftapp#330)
1 parent f176aec commit c481644

6 files changed

Lines changed: 19 additions & 15 deletions

File tree

.github/workflows/check_pr.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ on:
99
- cron: "0 0 * * 0"
1010

1111
jobs:
12-
verify_commits:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- name: Conventional PRs
16-
uses: Namchee/conventional-pr@v0.10.1
17-
with:
18-
access_token: ${{ secrets.GITHUB_TOKEN }}
19-
issue: false
20-
verified_commits: true
21-
close: false
22-
report: false
12+
# verify_commits:
13+
# runs-on: ubuntu-latest
14+
# steps:
15+
# - name: Conventional PRs
16+
# uses: Namchee/conventional-pr@v0.10.1
17+
# with:
18+
# access_token: ${{ secrets.GITHUB_TOKEN }}
19+
# issue: false
20+
# verified_commits: true
21+
# close: false
22+
# report: false
2323

2424
check-release:
2525
runs-on: ubuntu-latest

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.10
2+
3+
- Support enum value names starting with `_`.
4+
15
# 0.13.9
26

37
- 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.9"
340+
version: "0.13.10"
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.9
6+
version: 0.13.10
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.9"
311+
version: "0.13.10"
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.9"
327+
version: "0.13.10"
328328
graphs:
329329
dependency: transitive
330330
description:

0 commit comments

Comments
 (0)