Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
klavs committed Apr 28, 2020
1 parent 0fcecd8 commit dc006cc
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 50 deletions.
2 changes: 1 addition & 1 deletion cats/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cats
homepage: https://github.com/gql-dart/gql/cats
description: A starting point for Dart libraries or applications.
environment:
sdk: '>=2.4.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
test: ^1.6.0
dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions gql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.3

- remove `author` field from `pubspec.yaml`
- some more experimental validation rules thanks to [@jonas-jonas](https://github.com/jonas-jonas)

## 0.12.2

- improve readme
Expand Down
4 changes: 2 additions & 2 deletions gql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gql
version: 0.12.2
version: 0.12.3
homepage: https://github.com/gql-dart/gql/tree/master/gql
description: GraphQL tools for parsing, transforming and printing GraphQL documents.
environment:
sdk: '>=2.7.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
source_span: ^1.5.5
meta: ^1.1.7
Expand Down
5 changes: 5 additions & 0 deletions gql_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.11

- remove `author` field from `pubspec.yaml`
- "generated code" header by [@liyuqian](https://github.com/liyuqian)

## 0.0.10

- remove duplicate ast imports
Expand Down
4 changes: 2 additions & 2 deletions gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gql_build
version: 0.0.10
version: 0.0.11
homepage: https://github.com/gql-dart/gql/tree/master/gql_build
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
gql: ^0.12.1
path: ^1.6.4
Expand Down
4 changes: 4 additions & 0 deletions gql_code_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.10

- remove `author` field from `pubspec.yaml`

## 0.0.9

- remove duplicate ast imports
Expand Down
4 changes: 2 additions & 2 deletions gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gql_code_builder
version: 0.0.9
version: 0.0.10
homepage: https://github.com/gql-dart/gql/tree/master/gql_code_builder
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
gql: ^0.12.1
code_builder: ^3.2.0
Expand Down
4 changes: 4 additions & 0 deletions gql_dedupe_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- remove `author` field from `pubspec.yaml`

## 1.0.9

- upgrade `package:gql_pedantic`
Expand Down
6 changes: 3 additions & 3 deletions gql_dedupe_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: gql_dedupe_link
version: 1.0.9
version: 1.0.10
homepage: https://github.com/gql-dart/gql/tree/master/gql_dedupe_link
description: GQL Link to deduplicate identical in-flight execution requests
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
meta: ^1.1.7
gql_exec: ^0.2.2
gql_link: ^0.2.3
gql_link: ^0.3.0
async: ^2.3.0
dev_dependencies:
test: ^1.0.0
Expand Down
6 changes: 3 additions & 3 deletions gql_example_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: gql_example_build
environment:
sdk: '>=2.2.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dev_dependencies:
build_runner: ^1.0.0
gql_pedantic: ^1.0.1
gql_build: ^0.0.4
gql_pedantic: ^1.0.2
gql_build: ^0.0.11
test: ^1.0.0
14 changes: 7 additions & 7 deletions gql_example_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: gql_example_cli
environment:
sdk: '>=2.2.0 <3.0.0'
sdk: '>=2.7.0 <3.0.0'
dependencies:
args: any
gql: ^0.12.1
gql_link: ^0.2.3
gql_exec: ^0.2.2
gql_http_link: ^0.2.3
gql: ^0.12.3
gql_link: ^0.3.0
gql_exec: ^0.2.4
gql_http_link: ^0.2.9
dev_dependencies:
build_runner: ^1.0.0
gql_pedantic: ^1.0.1
gql_build: ^0.0.4
gql_pedantic: ^1.0.2
gql_build: ^0.0.11
16 changes: 8 additions & 8 deletions gql_example_cli_github/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: gql_example_cli_github
environment:
sdk: '>=2.2.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
args: any
gql: ^0.12.1
gql_link: ^0.2.3
gql_exec: ^0.2.2
gql_http_link: ^0.2.3
gql_transform_link: ^0.1.4
gql: ^0.12.3
gql_link: ^0.3.0
gql_exec: ^0.2.4
gql_http_link: ^0.2.9
gql_transform_link: ^0.1.5
dev_dependencies:
build_runner: ^1.0.0
gql_pedantic: ^1.0.1
gql_build: ^0.0.5
gql_pedantic: ^1.0.2
gql_build: ^0.0.11
14 changes: 7 additions & 7 deletions gql_example_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: gql_example_flutter
version: 1.0.0+1
environment:
sdk: '>=2.1.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
gql: ^0.12.1
gql_link: ^0.2.3
gql_http_link: ^0.2.3
gql_exec: ^0.2.2
gql: ^0.12.3
gql_link: ^0.3.0
gql_http_link: ^0.2.9
gql_exec: ^0.2.4
cupertino_icons: ^0.1.2
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.0.0
gql_pedantic: ^1.0.1
gql_build: ^0.0.4
gql_pedantic: ^1.0.2
gql_build: ^0.0.11
flutter_test:
sdk: flutter
flutter:
Expand Down
4 changes: 4 additions & 0 deletions gql_exec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4

- remove `author` field from `pubspec.yaml`

## 0.2.3

- improve docs
Expand Down
4 changes: 2 additions & 2 deletions gql_exec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gql_exec
version: 0.2.3
version: 0.2.4
homepage: https://github.com/gql-dart/gql/tree/master/gql_exec
description: Basis for GraphQL execution layer to support Link and Client.
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
gql: ^0.12.1
meta: ^1.1.7
Expand Down
5 changes: 5 additions & 0 deletions gql_http_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.9

- remove `author` field from `pubspec.yaml`
- handle more possible exceptions

## 0.2.8

- catch more possible exceptions
Expand Down
6 changes: 3 additions & 3 deletions gql_http_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: gql_http_link
version: 0.2.8
version: 0.2.9
homepage: https://github.com/gql-dart/gql/tree/master/gql_http_link
description: GQL Terminating Link to execute requests via HTTP using JSON.
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
meta: ^1.1.7
gql_exec: ^0.2.2
gql_link: ^0.2.3
gql_link: ^0.3.0
http: ^0.12.0+2
dev_dependencies:
test: ^1.0.0
Expand Down
3 changes: 2 additions & 1 deletion gql_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.2.4
## 0.3.0

- remove `author` field from `pubspec.yaml`
- improve docs
- add `ContextReadException` and `ContextWriteException`

Expand Down
4 changes: 2 additions & 2 deletions gql_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gql_link
version: 0.2.4
version: 0.3.0
homepage: https://github.com/gql-dart/gql/tree/master/gql_link
description: A simple and modular AST-based GraphQL request execution interface.
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
meta: ^1.1.7
gql: ^0.12.1
Expand Down
4 changes: 4 additions & 0 deletions gql_pedantic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

- remove `author` field from `pubspec.yaml`

## 1.0.1

- Drop pedantic
Expand Down
4 changes: 2 additions & 2 deletions gql_pedantic/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_pedantic
version: 1.0.1
version: 1.0.2
homepage: https://github.com/gql-dart/gql/tree/master/gql_pedantic
description: Even more opinionated lint rules.
environment:
sdk: '>=2.2.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
4 changes: 4 additions & 0 deletions gql_transform_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.5

- remove `author` field from `pubspec.yaml`

## 0.1.4

- upgrade `package:gql_pedantic`
Expand Down
6 changes: 3 additions & 3 deletions gql_transform_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: gql_transform_link
version: 0.1.4
version: 0.1.5
homepage: https://github.com/gql-dart/gql/tree/master/gql_transform_link
description: GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.
environment:
sdk: '>=2.2.2 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
gql_exec: ^0.2.2
gql_link: ^0.2.3
gql_link: ^0.3.0
dev_dependencies:
test: ^1.0.0
mockito: ^4.1.1
Expand Down
4 changes: 2 additions & 2 deletions multipack/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: multipack
environment:
sdk: '>=2.4.0 <3.0.0'
sdk: '>=2.7.2 <3.0.0'
dependencies:
args: 1.5.0
args: 1.5.2
pubspec: ^0.1.2
path: ^1.6.4
dev_dependencies:
Expand Down

0 comments on commit dc006cc

Please sign in to comment.