Skip to content

Commit 4b44a40

Browse files
committed
1 parent 02261fe commit 4b44a40

File tree

17 files changed

+83
-22
lines changed

17 files changed

+83
-22
lines changed

examples/create-react-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package create-react-app
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.0) (2024-01-19)
715

816
**Note:** Version bump only for package create-react-app

examples/create-react-app/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "create-react-app",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"private": true,
55
"engines": {
66
"node": ">=12.0.0"
77
},
88
"dependencies": {
9-
"graphql-hooks": "^6.4.0",
9+
"graphql-hooks": "^7.0.0",
1010
"graphql-hooks-memcache": "^3.2.0",
1111
"json-graphql-server": "^2.3.1",
1212
"prop-types": "^15.7.2",

examples/fastify-ssr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.3.0) (2024-01-19)
715

816
**Note:** Version bump only for package fastify-ssr

examples/fastify-ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ssr",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "",
66
"type": "module",
@@ -27,7 +27,7 @@
2727
"@fastify/static": "^6.5.0",
2828
"babel-plugin-dynamic-import-node": "^2.2.0",
2929
"fastify": "^4.2.0",
30-
"graphql-hooks": "^6.4.0",
30+
"graphql-hooks": "^7.0.0",
3131
"graphql-hooks-memcache": "^3.2.0",
3232
"graphql-hooks-ssr": "^3.0.1",
3333
"isomorphic-unfetch": "^4.0.2",

examples/full-ws-transport/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2024-01-19)
7+
8+
**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2024-01-19)
715

816
**Note:** Version bump only for package graphql-hooks-full-ws-transport-example

examples/full-ws-transport/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "graphql-hooks-full-ws-transport-example",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"private": true,
55
"dependencies": {
66
"fastify": "^4.2.0",
7-
"graphql-hooks": "^6.4.0",
7+
"graphql-hooks": "^7.0.0",
88
"graphql-ws": "^5.5.5",
99
"mercurius": "^13.1.0",
1010
"react": "^18.0.0",

examples/persisted-queries/client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.0.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package persisted-queries-client
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.3.0) (2024-01-19)
715

816
**Note:** Version bump only for package persisted-queries-client

examples/persisted-queries/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "persisted-queries-client",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"private": true,
55
"dependencies": {
66
"@types/jest": "^29.0.3",
77
"@types/node": "^20.3.1",
88
"@types/react": "^18.0.0",
99
"@types/react-dom": "^18.0.0",
10-
"graphql-hooks": "^6.4.0",
10+
"graphql-hooks": "^7.0.0",
1111
"graphql-hooks-memcache": "^3.2.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",

examples/subscription/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package subscription
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.0) (2024-01-19)
715

816
**Note:** Version bump only for package subscription

examples/subscription/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/subscription/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subscription",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"private": true,
55
"type": "module",
66
"engines": {
@@ -20,7 +20,7 @@
2020
"babel-plugin-dynamic-import-node": "^2.2.0",
2121
"fastify": "^4.2.0",
2222
"graphql": "^16.6.0",
23-
"graphql-hooks": "^6.4.0",
23+
"graphql-hooks": "^7.0.0",
2424
"graphql-hooks-memcache": "^3.2.0",
2525
"lowdb": "^6.0.1",
2626
"mercurius": "^13.1.0",

examples/typescript/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-01-19)
7+
8+
9+
### Features
10+
11+
* add support for GQL document input ([#1151](https://github.com/nearform/graphql-hooks/issues/1151)) ([02261fe](https://github.com/nearform/graphql-hooks/commit/02261fe42dc6b90dcdb2b233ef175f12e1467581))
12+
13+
14+
15+
16+
617
# [3.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.0) (2024-01-19)
718

819
**Note:** Version bump only for package typescript-example

examples/typescript/package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "typescript-example",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"private": true,
55
"dependencies": {
66
"@types/jest": "^29.0.3",
77
"@types/node": "^20.3.1",
88
"@types/react": "^18.0.0",
99
"@types/react-dom": "^18.0.0",
10-
"graphql-hooks": "^6.4.0",
10+
"graphql-hooks": "^7.0.0",
1111
"graphql-hooks-memcache": "^3.2.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",

packages/graphql-hooks/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@7.0.0) (2024-01-19)
7+
8+
9+
### Features
10+
11+
* add support for GQL document input ([#1151](https://github.com/nearform/graphql-hooks/issues/1151)) ([02261fe](https://github.com/nearform/graphql-hooks/commit/02261fe42dc6b90dcdb2b233ef175f12e1467581))
12+
13+
14+
15+
16+
617
# [6.4.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@6.4.0) (2024-01-19)
718

819
**Note:** Version bump only for package graphql-hooks

packages/graphql-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-hooks",
3-
"version": "6.4.0",
3+
"version": "7.0.0",
44
"description": "Graphql Hooks",
55
"main": "lib/graphql-hooks.js",
66
"module": "es/graphql-hooks.js",

0 commit comments

Comments
 (0)