From 6c49a897ef6713b8351c7b10f64ed6f1831de8c7 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 14 Oct 2025 16:44:22 +0200 Subject: [PATCH 1/2] chore(graphql): bump version to 5.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- packages/graphql/changelog.json | 2 +- packages/graphql/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index 77cd6c79..174d40af 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "version": "v5.2.2", + "version": "v5.2.3", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 6f10d962..953de2fc 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -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 From ba8ce157efbf81776bd828547c0e997f480c4c14 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 21 Oct 2025 18:29:18 +0200 Subject: [PATCH 2/2] docs: update the changelog package Signed-off-by: Vincenzo Palazzo --- packages/graphql/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 45df38a1..2d18f22d 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -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