Skip to content
Merged
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
9 changes: 9 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v5.2.3

## Fixed
- use existing HiveStore instance instead of creating new… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/d533f705ff7c7aaee6ab016ca12f066dfdd037b3)). @korca0220 17-09-2025

## Added
- migrate HiveStore from hive to hive_ce with type refac… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/f9f1b253336bd22ccfed9d4f03a16184dc4b8c66)). @korca0220 17-09-2025


# v5.2.2

## Added
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "graphql",
"version": "v5.2.2",
"version": "v5.2.3",
"api": {
"name": "github",
"repository": "zino-hofmann/graphql-flutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: graphql
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
version: 5.2.2
version: 5.2.3
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

Expand Down
Loading