Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #318 from comigor/package-update
Browse files Browse the repository at this point in the history
package update
  • Loading branch information
vasilich6107 authored Jun 6, 2021
2 parents 25ad3aa + 08d9e01 commit 7681014
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.0.0-beta.12

- package update

## 7.0.0-beta.11

- document generation fix for https://github.com/comigor/artemis/issues/307
Expand Down
2 changes: 1 addition & 1 deletion lib/generator/print_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:artemis/generator/data/enum_value_definition.dart';
import 'package:code_builder/code_builder.dart';
import 'package:collection/collection.dart' show IterableExtension;
import 'package:dart_style/dart_style.dart';
import 'package:gql_code_builder_temp/src/ast.dart' as dart;
import 'package:gql_code_builder/src/ast.dart' as dart;
import 'package:recase/recase.dart';

import '../generator/helpers.dart';
Expand Down
32 changes: 15 additions & 17 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 7.0.0-beta.11
version: 7.0.0-beta.12

description: Build dart types from GraphQL schemas and queries (using Introspection Query).
homepage: https://github.com/comigor/artemis
Expand All @@ -10,33 +10,31 @@ environment:
dependencies:
build_config: ^1.0.0
code_builder: ^4.0.0
build: ^2.0.1
build: ^2.0.2
collection: ^1.15.0
dart_style: ^2.0.1
equatable: ^2.0.0
equatable: ^2.0.2
glob: ^2.0.1
# temp release until gql team will not update their package
gql_code_builder_temp: ^0.2.0-nullsafety.1
gql_dedupe_link: ^2.0.0-nullsafety.1
gql_exec: ^0.3.0-nullsafety.2
gql_http_link: ^0.4.0-nullsafety.1
gql_link: ^0.4.0-nullsafety.3
gql: ^0.13.0-nullsafety.2
gql_code_builder: ^0.2.0
gql_dedupe_link: ^2.0.0
gql_exec: ^0.3.0
gql_http_link: ^0.4.0
gql_link: ^0.4.0
gql: ^0.13.0
http: ^0.13.3
json_annotation: ^4.0.1
meta: ^1.3.0
path: ^1.8.0
recase: ^4.0.0
source_gen: ^1.0.0
source_gen: ^1.0.1
yaml: ^3.1.0

dev_dependencies:
args: ^2.1.0
build_runner: ^2.0.2
args: ^2.1.1
build_runner: ^2.0.4
build_test: ^2.1.0
json_serializable: ^4.1.1
build_resolvers: ^2.0.1
json_serializable: ^4.1.3
build_resolvers: ^2.0.3
pedantic: ^1.11.0
test: ^1.17.3
test: ^1.17.5
logging: ^1.0.1

0 comments on commit 7681014

Please sign in to comment.