Skip to content

Commit f44da83

Browse files
authored
release: Bump version (#360)
1 parent 26c47db commit f44da83

3 files changed

Lines changed: 7 additions & 2 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+
# 1.0.0
2+
3+
- Supports `@oneOf` directive on input.
4+
- Allows disabling copy-with class generation.
5+
16
# 0.14.0
27

38
- Add new JSON serialization constructors and methods to enum

packages/graphql_codegen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ packages:
342342
path: ".."
343343
relative: true
344344
source: path
345-
version: "0.14.0"
345+
version: "1.0.0"
346346
graphql_flutter:
347347
dependency: "direct main"
348348
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.14.0
6+
version: 1.0.0
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

0 commit comments

Comments
 (0)