From 180d9e3c922f874d72e968ab1fc32e363cfdb87f Mon Sep 17 00:00:00 2001 From: Dylan Aubrey Date: Sat, 11 Jan 2025 22:50:05 +0000 Subject: [PATCH] Release version 5.5.9. --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- packages/react/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7a495a..37b616b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 5.5.9 (2025-01-11) + +### New Features + +* **react:** add multi query and mutation hooks (32e26f10) + +### Bug Fixes + +* **root:** remove rust config in github actions (9dcb386d) + ## 5.5.8 (2025-01-04) ### Chores diff --git a/package.json b/package.json index 08c20e80..e685b404 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphql-box", "description": "An extensible GraphQL client and server with modules for caching, request parsing, subscriptions and more.", - "version": "5.5.8", + "version": "5.5.9", "author": "Dylan Aubrey", "license": "MIT", "private": true, @@ -143,4 +143,4 @@ "nanoid": ">=3.3.8" } } -} +} \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index d5cf1038..eaa3c233 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-box/react", "description": "The GraphQL Box React module.", - "version": "5.4.0", + "version": "5.4.1", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/graphql-box",