Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: gql websocket link 0.3.4 #87

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/nhost_flutter_graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nhost_flutter_graphql
description: >
Provides GraphQL clients to your Flutter application, automatically configured
to work with Nhost
version: 2.1.0
version: 2.1.1
homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_graphql
issue_tracker: https://github.com/nhost/nhost-dart/issues
Expand All @@ -20,7 +20,7 @@ dependencies:
# Nhost packages
nhost_sdk: ^3.0.4
nhost_flutter_auth: ^2.0.4
nhost_graphql_adapter: ^2.0.4
nhost_graphql_adapter: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_gql_links/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nhost_gql_links
version: 2.0.4
version: 2.0.5
description: Constructs GraphQL links for use with graphql and ferry packages
homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_links
Expand All @@ -12,7 +12,7 @@ dependencies:
gql_exec: ^0.3.0
gql_http_link: ^0.4.0
gql_link: ^0.4.0
gql_websocket_link: ^0.3.1
gql_websocket_link: ^0.3.4
gql: ^0.13.0
http: ^0.13.1
logging: ^1.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_graphql_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nhost_graphql_adapter
version: 2.0.4
version: 2.0.5
description: Easily connect to your Nhost.io GraphQL backend using the graphql package.
homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_graphql_adapter
Expand All @@ -15,7 +15,7 @@ dependencies:

# Nhost packages
nhost_sdk: ^3.0.4
nhost_gql_links: ^2.0.4
nhost_gql_links: ^2.0.5
dev_dependencies:
async: ^2.5.0
lints: ^1.0.0
Expand Down