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 #301 from comigor/chore/pacakes
Browse files Browse the repository at this point in the history
package update
  • Loading branch information
vasilich6107 authored Apr 29, 2021
2 parents 9570da5 + 1b7af02 commit 1d933e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.8

- packages update

## 7.0.0-beta.7

- config file error handling
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 7.0.0-beta.7
version: 7.0.0-beta.8

description: Build dart types from GraphQL schemas and queries (using Introspection Query).
homepage: https://github.com/comigor/artemis
Expand All @@ -22,11 +22,11 @@ dependencies:
gql_http_link: ^0.4.0-nullsafety.1
gql_link: ^0.4.0-nullsafety.3
gql: ^0.13.0-nullsafety.2
http: ^0.13.1
http: ^0.13.2
json_annotation: ^4.0.1
meta: ^1.3.0
path: ^1.8.0
recase: ^4.0.0-nullsafety.0
recase: ^4.0.0
source_gen: ^1.0.0
yaml: ^3.1.0

Expand All @@ -37,6 +37,6 @@ dev_dependencies:
json_serializable: ^4.1.1
build_resolvers: ^2.0.1
pedantic: ^1.11.0
test: ^1.17.2
test: ^1.17.3
logging: ^1.0.1

0 comments on commit 1d933e0

Please sign in to comment.