Skip to content

Commit

Permalink
Release version 5.2.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Mar 19, 2024
1 parent 6a443ea commit 90f0a3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.14 (2024-03-19)

### New Features

* **react:** pass all request options through connection listings (6a443eac)

## 5.2.13 (2024-03-18)

### Refactors
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.2.13",
"version": "5.2.14",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -171,4 +171,4 @@
"isomorphic",
"server"
]
}
}
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.2.7",
"version": "5.2.8",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down

0 comments on commit 90f0a3e

Please sign in to comment.