From e6f155737ce5ad00af0d1784cc045bad8b0845c8 Mon Sep 17 00:00:00 2001 From: Christian Budde Christensen Date: Sat, 31 Aug 2024 18:13:52 +0100 Subject: [PATCH] release: Bump version --- packages/graphql_codegen/CHANGELOG.md | 5 +++++ packages/graphql_codegen/example/pubspec.lock | 2 +- packages/graphql_codegen/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/graphql_codegen/CHANGELOG.md b/packages/graphql_codegen/CHANGELOG.md index 6b80c9c..6d539dd 100644 --- a/packages/graphql_codegen/CHANGELOG.md +++ b/packages/graphql_codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.0 + +- Supports `@oneOf` directive on input. +- Allows disabling copy-with class generation. + # 0.14.0 - Add new JSON serialization constructors and methods to enum diff --git a/packages/graphql_codegen/example/pubspec.lock b/packages/graphql_codegen/example/pubspec.lock index 3a9180a..264a21f 100644 --- a/packages/graphql_codegen/example/pubspec.lock +++ b/packages/graphql_codegen/example/pubspec.lock @@ -342,7 +342,7 @@ packages: path: ".." relative: true source: path - version: "0.14.0" + version: "1.0.0" graphql_flutter: dependency: "direct main" description: diff --git a/packages/graphql_codegen/pubspec.yaml b/packages/graphql_codegen/pubspec.yaml index 29aad9b..4d6cd29 100644 --- a/packages/graphql_codegen/pubspec.yaml +++ b/packages/graphql_codegen/pubspec.yaml @@ -3,7 +3,7 @@ description: | Simple, opinionated, codegen library for GraphQL. It allows you to generate serializers and client helpers to easily call and parse your data. -version: 0.14.0 +version: 1.0.0 homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen