Skip to content

Commit

Permalink
Release version 5.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Jan 4, 2025
1 parent e03cbfc commit 981f35f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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.8 (2025-01-04)

### Chores

* **deps-dev:** bump next from 14.2.20 to 14.2.21 (57e6ca75)

### Refactors

* **gql.macro:** manually generate types (a47b6eb4)

## 5.5.7 (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.7",
"version": "5.5.8",
"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/gql.macro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/gql.macro",
"description": "The GraphQL Box graphql file import module.",
"version": "5.4.0",
"version": "5.4.1",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/server",
"description": "The GraphQL Box server 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 981f35f

Please sign in to comment.