Skip to content

Commit

Permalink
Release version 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Mar 17, 2024
1 parent 8f976fc commit 0ce5baf
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 17 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 5.0.9 (2024-03-17)

##### Refactors

* add delay after caching in tests (78ff0483)
* sort caching to fix tests (639ae922)
* change way caching is awaited (3df29249)
* update cachemap to sort exported entries (14d86438)
* remove awaiting in caching workflow (2756e614)

#### 5.0.8 (2024-03-11)

##### 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.0.9",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -171,4 +171,4 @@
"isomorphic",
"server"
]
}
}
2 changes: 1 addition & 1 deletion packages/cache-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/cache-manager",
"description": "The GraphQL Box cache manager module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/client",
"description": "The GraphQL Box client module.",
"version": "5.0.3",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/connection-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/connection-resolver",
"description": "The GraphQL Box connection resolver module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/core",
"description": "The GraphQL Box core module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/debug-manager",
"description": "The GraphQL Box debug manager module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/execute",
"description": "The GraphQL Box execute module.",
"version": "5.0.3",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/fetch-manager",
"description": "The GraphQL Box fetch manager module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/helpers",
"description": "The GraphQL Box helpers module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
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.0.4",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/request-parser",
"description": "The GraphQL Box request parser module.",
"version": "5.0.2",
"version": "5.1.0",
"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.0.3",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscribe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/subscribe",
"description": "The GraphQL Box subscribe module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/test-utils",
"description": "The GraphQL Box test utils module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/websocket-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/websocket-manager",
"description": "The GraphQL Box websocket manager module.",
"version": "5.0.2",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/worker-client",
"description": "The GraphQL Box web worker client module.",
"version": "5.0.3",
"version": "5.1.0",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down

0 comments on commit 0ce5baf

Please sign in to comment.