From 0c94411819948f56ee71e3e292176b6e97dd6938 Mon Sep 17 00:00:00 2001 From: Martin Kamleithner Date: Sun, 12 Nov 2023 19:18:48 +0000 Subject: [PATCH] add topics, bump versions (#427) --- gql/CHANGELOG.md | 4 ++++ gql/pubspec.yaml | 2 +- links/gql_dedupe_link/CHANGELOG.md | 4 ++++ links/gql_dio_link/CHANGELOG.md | 4 ++++ links/gql_dio_link/pubspec.yaml | 2 +- links/gql_error_link/CHANGELOG.md | 4 ++++ links/gql_error_link/pubspec.yaml | 2 +- links/gql_exec/CHANGELOG.md | 4 ++++ links/gql_exec/lib/src/value.dart | 1 - links/gql_exec/lib/value.dart | 1 - links/gql_exec/pubspec.yaml | 2 +- links/gql_http_link/CHANGELOG.md | 4 ++++ links/gql_http_link/pubspec.yaml | 2 +- links/gql_link/CHANGELOG.md | 4 ++++ links/gql_link/pubspec.yaml | 2 +- links/gql_transform_link/CHANGELOG.md | 4 ++++ links/gql_websocket_link/CHANGELOG.md | 4 ++++ links/gql_websocket_link/pubspec.yaml | 2 +- 18 files changed, 43 insertions(+), 9 deletions(-) delete mode 100644 links/gql_exec/lib/src/value.dart delete mode 100644 links/gql_exec/lib/value.dart diff --git a/gql/CHANGELOG.md b/gql/CHANGELOG.md index d56ea019..0a43c98d 100644 --- a/gql/CHANGELOG.md +++ b/gql/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- add topics + ## 1.0.0 - Mark the package as stable with a `1.0.0` release. diff --git a/gql/pubspec.yaml b/gql/pubspec.yaml index a69236fd..e855c7a8 100644 --- a/gql/pubspec.yaml +++ b/gql/pubspec.yaml @@ -1,5 +1,5 @@ name: gql -version: 1.0.0 +version: 1.0.0+1 description: GraphQL tools for parsing, transforming and printing GraphQL documents. repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_dedupe_link/CHANGELOG.md b/links/gql_dedupe_link/CHANGELOG.md index 64e21bdf..075feea2 100644 --- a/links/gql_dedupe_link/CHANGELOG.md +++ b/links/gql_dedupe_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.3+1 + +- add topics + ## 2.0.3 - Upgrade `gql_link` diff --git a/links/gql_dio_link/CHANGELOG.md b/links/gql_dio_link/CHANGELOG.md index 1174def7..772a69a2 100644 --- a/links/gql_dio_link/CHANGELOG.md +++ b/links/gql_dio_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1+1 + +- add topics + ## 1.0.1 - Update to dio 5.2.0, migrate from DioError to DioException (the symbol `DioError` diff --git a/links/gql_dio_link/pubspec.yaml b/links/gql_dio_link/pubspec.yaml index f4573490..8ccb578f 100644 --- a/links/gql_dio_link/pubspec.yaml +++ b/links/gql_dio_link/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_dio_link -version: 1.0.1 +version: 1.0.1+1 description: Similar to gql_http_link, gql_dio_link is a GQL Terminating Link to execute requests via Dio using JSON repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_error_link/CHANGELOG.md b/links/gql_error_link/CHANGELOG.md index 4a8689c0..6cbded96 100644 --- a/links/gql_error_link/CHANGELOG.md +++ b/links/gql_error_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- add topics + ## 1.0.0 - Mark the package as stable with a `1.0.0` release. diff --git a/links/gql_error_link/pubspec.yaml b/links/gql_error_link/pubspec.yaml index 0a537021..7cf3524c 100644 --- a/links/gql_error_link/pubspec.yaml +++ b/links/gql_error_link/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_error_link -version: 1.0.0 +version: 1.0.0+1 description: GQL Link to handle execution errors and exceptions repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_exec/CHANGELOG.md b/links/gql_exec/CHANGELOG.md index 8ba407bd..7114a5ca 100644 --- a/links/gql_exec/CHANGELOG.md +++ b/links/gql_exec/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- add topics + ## 1.0.0 - Mark the package as stable with a `1.0.0` release. diff --git a/links/gql_exec/lib/src/value.dart b/links/gql_exec/lib/src/value.dart deleted file mode 100644 index 8b137891..00000000 --- a/links/gql_exec/lib/src/value.dart +++ /dev/null @@ -1 +0,0 @@ - diff --git a/links/gql_exec/lib/value.dart b/links/gql_exec/lib/value.dart deleted file mode 100644 index 4d086bbb..00000000 --- a/links/gql_exec/lib/value.dart +++ /dev/null @@ -1 +0,0 @@ -export "package:gql_exec/src/value.dart"; diff --git a/links/gql_exec/pubspec.yaml b/links/gql_exec/pubspec.yaml index 16c5f325..68d3e604 100644 --- a/links/gql_exec/pubspec.yaml +++ b/links/gql_exec/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_exec -version: 1.1.0 +version: 1.0.0+1 description: Basis for GraphQL execution layer to support Link and Client. repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_http_link/CHANGELOG.md b/links/gql_http_link/CHANGELOG.md index d90cf75e..91bb7a17 100644 --- a/links/gql_http_link/CHANGELOG.md +++ b/links/gql_http_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1+1 + +- add topics + ## 1.0.1 - Support http 1.0.0 diff --git a/links/gql_http_link/pubspec.yaml b/links/gql_http_link/pubspec.yaml index fb8d3f63..1ed60341 100644 --- a/links/gql_http_link/pubspec.yaml +++ b/links/gql_http_link/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_http_link -version: 1.0.1 +version: 1.0.1+1 description: GQL Terminating Link to execute requests via HTTP using JSON. repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_link/CHANGELOG.md b/links/gql_link/CHANGELOG.md index 7450349d..606c18f1 100644 --- a/links/gql_link/CHANGELOG.md +++ b/links/gql_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- Add topics + ## 1.0.0 - Mark the package as stable with a `1.0.0` release. diff --git a/links/gql_link/pubspec.yaml b/links/gql_link/pubspec.yaml index 1470b3e4..5a951d87 100644 --- a/links/gql_link/pubspec.yaml +++ b/links/gql_link/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_link -version: 1.0.0 +version: 1.0.0+1 description: A simple and modular AST-based GraphQL request execution interface. repository: https://github.com/gql-dart/gql environment: diff --git a/links/gql_transform_link/CHANGELOG.md b/links/gql_transform_link/CHANGELOG.md index f3496d13..c405c2ce 100644 --- a/links/gql_transform_link/CHANGELOG.md +++ b/links/gql_transform_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- add topics + ## 1.0.0 - Mark the package as stable with a `1.0.0` release. diff --git a/links/gql_websocket_link/CHANGELOG.md b/links/gql_websocket_link/CHANGELOG.md index b7282895..5fc3167c 100644 --- a/links/gql_websocket_link/CHANGELOG.md +++ b/links/gql_websocket_link/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + +- BREAKING: graphql-transport-ws: closeReason is optional, add shouldRetry + ## 1.1.0 - Support the `graphql-transport-ws` protocol. Thanks to Juan Manuel Castillo for the contribution. diff --git a/links/gql_websocket_link/pubspec.yaml b/links/gql_websocket_link/pubspec.yaml index 75c2f3eb..f4ee609d 100644 --- a/links/gql_websocket_link/pubspec.yaml +++ b/links/gql_websocket_link/pubspec.yaml @@ -1,5 +1,5 @@ name: gql_websocket_link -version: 1.0.0 +version: 2.0.0 description: GQL Websocket Link repository: https://github.com/gql-dart/gql environment: