From bd2a8e75a665ba73594c25da81d9b9151901c3b3 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 24 Apr 2019 13:52:43 -0400 Subject: [PATCH] gen@1.0.0 --- graphql_generator/CHANGELOG.md | 3 +++ graphql_generator/analysis_options.yaml | 1 + graphql_generator/pubspec.yaml | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/graphql_generator/CHANGELOG.md b/graphql_generator/CHANGELOG.md index dc5946fa..bc015dc7 100644 --- a/graphql_generator/CHANGELOG.md +++ b/graphql_generator/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0 +* Apply `package:pedantic`. + # 1.0.0-rc.1 * Add `CHANGELOG.md`, `example/main.dart`. * Add documentation to `README.md`. \ No newline at end of file diff --git a/graphql_generator/analysis_options.yaml b/graphql_generator/analysis_options.yaml index eae1e42a..c230cee7 100644 --- a/graphql_generator/analysis_options.yaml +++ b/graphql_generator/analysis_options.yaml @@ -1,3 +1,4 @@ +include: package:pedantic/analysis_options.yaml analyzer: strong-mode: implicit-casts: false \ No newline at end of file diff --git a/graphql_generator/pubspec.yaml b/graphql_generator/pubspec.yaml index 4eb7a3b6..64fecac6 100644 --- a/graphql_generator/pubspec.yaml +++ b/graphql_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: graphql_generator -version: 1.0.0-rc.1 +version: 1.0.0 description: Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server. author: Tobe O homepage: https://github.com/angel-dart/graphql @@ -16,4 +16,5 @@ dependencies: recase: ^2.0.0 source_gen: ^0.9.4 dev_dependencies: - build_runner: ^1.0.0 \ No newline at end of file + build_runner: ^1.0.0 + pedantic: ^1.0.0 \ No newline at end of file