From 0f98171e4af3e92de16fbbee45cd80af5abe20cf Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Sat, 15 Jun 2024 16:49:15 +0200 Subject: [PATCH] chore(release): :rocket: - create-react-app@5.0.1 - fastify-ssr@6.0.1 - graphql-hooks-full-ws-transport-example@3.0.1 - persisted-queries-client@4.0.1 - subscription@5.0.1 - typescript-example@5.0.1 - graphql-hooks@8.0.1 --- examples/create-react-app/CHANGELOG.md | 8 ++++++++ examples/create-react-app/package-lock.json | 6 +++--- examples/create-react-app/package.json | 4 ++-- examples/fastify-ssr/CHANGELOG.md | 8 ++++++++ examples/fastify-ssr/package.json | 4 ++-- examples/full-ws-transport/CHANGELOG.md | 8 ++++++++ examples/full-ws-transport/package.json | 4 ++-- examples/persisted-queries/client/CHANGELOG.md | 8 ++++++++ examples/persisted-queries/client/package.json | 4 ++-- examples/subscription/CHANGELOG.md | 8 ++++++++ examples/subscription/package-lock.json | 2 +- examples/subscription/package.json | 4 ++-- examples/typescript/CHANGELOG.md | 8 ++++++++ examples/typescript/package-lock.json | 6 +++--- examples/typescript/package.json | 4 ++-- packages/graphql-hooks/CHANGELOG.md | 16 ++++++++++++++++ packages/graphql-hooks/package.json | 2 +- 17 files changed, 84 insertions(+), 20 deletions(-) diff --git a/examples/create-react-app/CHANGELOG.md b/examples/create-react-app/CHANGELOG.md index cd075489..6b80d050 100644 --- a/examples/create-react-app/CHANGELOG.md +++ b/examples/create-react-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/nearform/graphql-hooks/compare/create-react-app@5.0.0...create-react-app@5.0.1) (2024-06-15) + +**Note:** Version bump only for package create-react-app + + + + + # [5.0.0](https://github.com/nearform/graphql-hooks/compare/create-react-app@4.0.1...create-react-app@5.0.0) (2024-06-07) **Note:** Version bump only for package create-react-app diff --git a/examples/create-react-app/package-lock.json b/examples/create-react-app/package-lock.json index c63f1099..1665bc67 100644 --- a/examples/create-react-app/package-lock.json +++ b/examples/create-react-app/package-lock.json @@ -1,14 +1,14 @@ { "name": "create-react-app", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-react-app", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "json-graphql-server": "^3.0.1", "prop-types": "^15.7.2", diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index 6217e0d3..ff91365f 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -1,12 +1,12 @@ { "name": "create-react-app", - "version": "5.0.0", + "version": "5.0.1", "private": true, "engines": { "node": ">=12.0.0" }, "dependencies": { - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "json-graphql-server": "^3.0.1", "prop-types": "^15.7.2", diff --git a/examples/fastify-ssr/CHANGELOG.md b/examples/fastify-ssr/CHANGELOG.md index e68c931b..d9cd0a65 100644 --- a/examples/fastify-ssr/CHANGELOG.md +++ b/examples/fastify-ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@6.0.0...fastify-ssr@6.0.1) (2024-06-15) + +**Note:** Version bump only for package fastify-ssr + + + + + # [6.0.0](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@5.0.1...fastify-ssr@6.0.0) (2024-06-07) **Note:** Version bump only for package fastify-ssr diff --git a/examples/fastify-ssr/package.json b/examples/fastify-ssr/package.json index 9b55a275..bcf32cb7 100644 --- a/examples/fastify-ssr/package.json +++ b/examples/fastify-ssr/package.json @@ -1,6 +1,6 @@ { "name": "fastify-ssr", - "version": "6.0.0", + "version": "6.0.1", "private": true, "description": "", "type": "module", @@ -27,7 +27,7 @@ "@fastify/static": "^7.0.4", "babel-plugin-dynamic-import-node": "^2.2.0", "fastify": "^4.2.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "graphql-hooks-ssr": "^3.0.1", "isomorphic-unfetch": "^4.0.2", diff --git a/examples/full-ws-transport/CHANGELOG.md b/examples/full-ws-transport/CHANGELOG.md index 8f9aa5a1..4c95e609 100644 --- a/examples/full-ws-transport/CHANGELOG.md +++ b/examples/full-ws-transport/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@3.0.0...graphql-hooks-full-ws-transport-example@3.0.1) (2024-06-15) + +**Note:** Version bump only for package graphql-hooks-full-ws-transport-example + + + + + # [3.0.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@2.0.1...graphql-hooks-full-ws-transport-example@3.0.0) (2024-06-07) **Note:** Version bump only for package graphql-hooks-full-ws-transport-example diff --git a/examples/full-ws-transport/package.json b/examples/full-ws-transport/package.json index e66cf4e9..961413df 100644 --- a/examples/full-ws-transport/package.json +++ b/examples/full-ws-transport/package.json @@ -1,10 +1,10 @@ { "name": "graphql-hooks-full-ws-transport-example", - "version": "3.0.0", + "version": "3.0.1", "private": true, "dependencies": { "fastify": "^4.2.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-ws": "^5.5.5", "mercurius": "^14.0.0", "react": "^18.0.0", diff --git a/examples/persisted-queries/client/CHANGELOG.md b/examples/persisted-queries/client/CHANGELOG.md index dd40671b..90cded84 100644 --- a/examples/persisted-queries/client/CHANGELOG.md +++ b/examples/persisted-queries/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.1](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@4.0.0...persisted-queries-client@4.0.1) (2024-06-15) + +**Note:** Version bump only for package persisted-queries-client + + + + + # [4.0.0](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@3.0.0...persisted-queries-client@4.0.0) (2024-06-07) **Note:** Version bump only for package persisted-queries-client diff --git a/examples/persisted-queries/client/package.json b/examples/persisted-queries/client/package.json index 6a863b52..3c72890f 100644 --- a/examples/persisted-queries/client/package.json +++ b/examples/persisted-queries/client/package.json @@ -1,13 +1,13 @@ { "name": "persisted-queries-client", - "version": "4.0.0", + "version": "4.0.1", "private": true, "dependencies": { "@types/jest": "^29.0.3", "@types/node": "^20.3.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/examples/subscription/CHANGELOG.md b/examples/subscription/CHANGELOG.md index b3eb14cc..4502c856 100644 --- a/examples/subscription/CHANGELOG.md +++ b/examples/subscription/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/nearform/graphql-hooks/compare/subscription@5.0.0...subscription@5.0.1) (2024-06-15) + +**Note:** Version bump only for package subscription + + + + + # [5.0.0](https://github.com/nearform/graphql-hooks/compare/subscription@4.0.1...subscription@5.0.0) (2024-06-07) **Note:** Version bump only for package subscription diff --git a/examples/subscription/package-lock.json b/examples/subscription/package-lock.json index 3fdefd53..61cbdaad 100644 --- a/examples/subscription/package-lock.json +++ b/examples/subscription/package-lock.json @@ -1,6 +1,6 @@ { "name": "subscription", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/examples/subscription/package.json b/examples/subscription/package.json index eb03a31d..dd6c1cbb 100644 --- a/examples/subscription/package.json +++ b/examples/subscription/package.json @@ -1,6 +1,6 @@ { "name": "subscription", - "version": "5.0.0", + "version": "5.0.1", "private": true, "type": "module", "engines": { @@ -20,7 +20,7 @@ "babel-plugin-dynamic-import-node": "^2.2.0", "fastify": "^4.2.0", "graphql": "^16.6.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "lowdb": "^7.0.1", "mercurius": "^14.0.0", diff --git a/examples/typescript/CHANGELOG.md b/examples/typescript/CHANGELOG.md index 7236f5f4..e303adb1 100644 --- a/examples/typescript/CHANGELOG.md +++ b/examples/typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/nearform/graphql-hooks/compare/typescript-example@5.0.0...typescript-example@5.0.1) (2024-06-15) + +**Note:** Version bump only for package typescript-example + + + + + # [5.0.0](https://github.com/nearform/graphql-hooks/compare/typescript-example@4.0.1...typescript-example@5.0.0) (2024-06-07) diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index 8d14a34b..0f3527e3 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -1,18 +1,18 @@ { "name": "typescript-example", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typescript-example", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "@types/jest": "^29.0.3", "@types/node": "^20.3.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/examples/typescript/package.json b/examples/typescript/package.json index df16fdfc..456a4f7c 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,13 +1,13 @@ { "name": "typescript-example", - "version": "5.0.0", + "version": "5.0.1", "private": true, "dependencies": { "@types/jest": "^29.0.3", "@types/node": "^20.3.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "graphql-hooks": "^8.0.0", + "graphql-hooks": "^8.0.1", "graphql-hooks-memcache": "^3.2.0", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/packages/graphql-hooks/CHANGELOG.md b/packages/graphql-hooks/CHANGELOG.md index 5c0400b9..8d6a621c 100644 --- a/packages/graphql-hooks/CHANGELOG.md +++ b/packages/graphql-hooks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks@8.0.0...graphql-hooks@8.0.1) (2024-06-15) + + +### Bug Fixes + +* return response reducer even if falsy ([#1193](https://github.com/nearform/graphql-hooks/issues/1193)) ([c7b32e3](https://github.com/nearform/graphql-hooks/commit/c7b32e3525f3ee18bc5b4a6e302c4df4027f28cb)) + + +### Features + +* **graphql-hooks:** add headers to client response ([#1186](https://github.com/nearform/graphql-hooks/issues/1186)) ([e61f713](https://github.com/nearform/graphql-hooks/commit/e61f713893fdfacf18026b55d1b68b3318cabb79)) + + + + + # [8.0.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks@7.0.0...graphql-hooks@8.0.0) (2024-06-07) diff --git a/packages/graphql-hooks/package.json b/packages/graphql-hooks/package.json index 569d37be..3845c2d7 100644 --- a/packages/graphql-hooks/package.json +++ b/packages/graphql-hooks/package.json @@ -1,6 +1,6 @@ { "name": "graphql-hooks", - "version": "8.0.0", + "version": "8.0.1", "description": "Graphql Hooks", "main": "lib/graphql-hooks.js", "module": "es/graphql-hooks.js",