diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8936c2..b37877cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ec599b54..543be1f2 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.0.9", + "version": "5.1.0", "author": "Dylan Aubrey", "license": "MIT", "private": true, @@ -171,4 +171,4 @@ "isomorphic", "server" ] -} +} \ No newline at end of file diff --git a/packages/cache-manager/package.json b/packages/cache-manager/package.json index f0dfcaaf..8d54f868 100644 --- a/packages/cache-manager/package.json +++ b/packages/cache-manager/package.json @@ -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", diff --git a/packages/client/package.json b/packages/client/package.json index 98ba1c10..386ac1a2 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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", diff --git a/packages/connection-resolver/package.json b/packages/connection-resolver/package.json index 1767583e..54ccfbc9 100644 --- a/packages/connection-resolver/package.json +++ b/packages/connection-resolver/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 77aab7fc..22d70e4f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/debug-manager/package.json b/packages/debug-manager/package.json index f163165b..06cee506 100644 --- a/packages/debug-manager/package.json +++ b/packages/debug-manager/package.json @@ -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", diff --git a/packages/execute/package.json b/packages/execute/package.json index 0b8ea0cb..7b8aef3e 100644 --- a/packages/execute/package.json +++ b/packages/execute/package.json @@ -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", diff --git a/packages/fetch-manager/package.json b/packages/fetch-manager/package.json index 666f4d52..91a126ad 100644 --- a/packages/fetch-manager/package.json +++ b/packages/fetch-manager/package.json @@ -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", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index de19471f..3beda653 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 1f0dca54..82b4e3a2 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.0.4", + "version": "5.1.0", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/graphql-box", diff --git a/packages/request-parser/package.json b/packages/request-parser/package.json index 7e8f0d01..0bfc03c4 100644 --- a/packages/request-parser/package.json +++ b/packages/request-parser/package.json @@ -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", diff --git a/packages/server/package.json b/packages/server/package.json index 89380a46..fbb065b4 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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", diff --git a/packages/subscribe/package.json b/packages/subscribe/package.json index a21d8c88..eff49027 100644 --- a/packages/subscribe/package.json +++ b/packages/subscribe/package.json @@ -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", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index a9f8dd21..49a5be4b 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -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", diff --git a/packages/websocket-manager/package.json b/packages/websocket-manager/package.json index 79baea41..16a7ee21 100644 --- a/packages/websocket-manager/package.json +++ b/packages/websocket-manager/package.json @@ -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", diff --git a/packages/worker-client/package.json b/packages/worker-client/package.json index ac1fc085..e5bfe000 100644 --- a/packages/worker-client/package.json +++ b/packages/worker-client/package.json @@ -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",