Skip to content

Commit

Permalink
add topics, bump versions (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami authored Nov 12, 2023
1 parent f198df5 commit 0c94411
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 9 deletions.
4 changes: 4 additions & 0 deletions gql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- add topics

## 1.0.0

- Mark the package as stable with a `1.0.0` release.
Expand Down
2 changes: 1 addition & 1 deletion gql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_dedupe_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.3+1

- add topics

## 2.0.3

- Upgrade `gql_link`
Expand Down
4 changes: 4 additions & 0 deletions links/gql_dio_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion links/gql_dio_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_error_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- add topics

## 1.0.0

- Mark the package as stable with a `1.0.0` release.
Expand Down
2 changes: 1 addition & 1 deletion links/gql_error_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_exec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- add topics

## 1.0.0

- Mark the package as stable with a `1.0.0` release.
Expand Down
1 change: 0 additions & 1 deletion links/gql_exec/lib/src/value.dart

This file was deleted.

1 change: 0 additions & 1 deletion links/gql_exec/lib/value.dart

This file was deleted.

2 changes: 1 addition & 1 deletion links/gql_exec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_http_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1+1

- add topics

## 1.0.1

- Support http 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion links/gql_http_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- Add topics

## 1.0.0

- Mark the package as stable with a `1.0.0` release.
Expand Down
2 changes: 1 addition & 1 deletion links/gql_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions links/gql_transform_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0+1

- add topics

## 1.0.0

- Mark the package as stable with a `1.0.0` release.
Expand Down
4 changes: 4 additions & 0 deletions links/gql_websocket_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion links/gql_websocket_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0c94411

Please sign in to comment.