Skip to content

Commit

Permalink
Release version 5.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Jan 11, 2025
1 parent 32e26f1 commit 180d9e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -143,4 +143,4 @@
"nanoid": ">=3.3.8"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 180d9e3

Please sign in to comment.