Skip to content

Commit fe18ee9

Browse files

File tree

19 files changed

+93
-29
lines changed

19 files changed

+93
-29
lines changed

examples/create-react-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package create-react-app
9+
10+
11+
12+
13+
614
## [3.2.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.2.5) (2023-10-02)
715

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

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

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/create-react-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "create-react-app",
3-
"version": "3.2.6",
3+
"version": "3.3.0",
44
"private": true,
55
"engines": {
66
"node": ">=12.0.0"
77
},
88
"dependencies": {
9-
"graphql-hooks": "^6.3.1",
10-
"graphql-hooks-memcache": "^3.1.3",
9+
"graphql-hooks": "^6.4.0",
10+
"graphql-hooks-memcache": "^3.2.0",
1111
"json-graphql-server": "^2.3.1",
1212
"prop-types": "^15.7.2",
1313
"react": "^18.0.0",

examples/fastify-ssr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.3.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
## [4.2.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.2.5) (2023-10-02)
715

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

examples/fastify-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ssr",
3-
"version": "4.2.6",
3+
"version": "4.3.0",
44
"private": true,
55
"description": "",
66
"type": "module",
@@ -27,8 +27,8 @@
2727
"@fastify/static": "^6.5.0",
2828
"babel-plugin-dynamic-import-node": "^2.2.0",
2929
"fastify": "^4.2.0",
30-
"graphql-hooks": "^6.3.1",
31-
"graphql-hooks-memcache": "^3.1.3",
30+
"graphql-hooks": "^6.4.0",
31+
"graphql-hooks-memcache": "^3.2.0",
3232
"graphql-hooks-ssr": "^3.0.1",
3333
"isomorphic-unfetch": "^4.0.2",
3434
"mercurius": "^13.1.0",

examples/full-ws-transport/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [1.3.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.2.5](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2023-10-02)
715

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

examples/full-ws-transport/package.json

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

examples/persisted-queries/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.3.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package persisted-queries-client
9+
10+
11+
12+
13+
614
## [2.2.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.2.5) (2023-10-02)
715

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

examples/persisted-queries/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "persisted-queries-client",
3-
"version": "2.2.6",
3+
"version": "2.3.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.3.1",
11-
"graphql-hooks-memcache": "^3.1.3",
10+
"graphql-hooks": "^6.4.0",
11+
"graphql-hooks-memcache": "^3.2.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",
1414
"react-scripts": "^5.0.0",

examples/subscription/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.0) (2024-01-19)
7+
8+
**Note:** Version bump only for package subscription
9+
10+
11+
12+
13+
614
## [3.2.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.2.5) (2023-10-02)
715

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

0 commit comments

Comments
 (0)