Skip to content

Commit 86b65ba

Browse files
committed
chore(release): 🚀
- create-react-app@5.0.0 - fastify-ssr@6.0.0 - graphql-hooks-full-ws-transport-example@3.0.0 - persisted-queries-client@4.0.0 - persisted-queries-server@3.0.0 - subscription@5.0.0 - typescript-example@5.0.0 - babel-plugin-extract-gql@4.0.0 - graphql-hooks@8.0.0
1 parent b2c3b90 commit 86b65ba

File tree

23 files changed

+103
-25
lines changed

23 files changed

+103
-25
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+
# [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)
7+
8+
**Note:** Version bump only for package create-react-app
9+
10+
11+
12+
13+
614
## [4.0.1](https://github.com/nearform/graphql-hooks/compare/create-react-app@4.0.0...create-react-app@4.0.1) (2024-04-11)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "create-react-app",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"private": true,
55
"engines": {
66
"node": ">=12.0.0"
77
},
88
"dependencies": {
9-
"graphql-hooks": "^7.0.0",
9+
"graphql-hooks": "^8.0.0",
1010
"graphql-hooks-memcache": "^3.2.0",
1111
"json-graphql-server": "^3.0.1",
1212
"prop-types": "^15.7.2",

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+
# [6.0.0](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@5.0.1...fastify-ssr@6.0.0) (2024-06-07)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@5.0.0...fastify-ssr@5.0.1) (2024-04-11)
715

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

examples/fastify-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ssr",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "",
66
"type": "module",
@@ -27,7 +27,7 @@
2727
"@fastify/static": "^7.0.4",
2828
"babel-plugin-dynamic-import-node": "^2.2.0",
2929
"fastify": "^4.2.0",
30-
"graphql-hooks": "^7.0.0",
30+
"graphql-hooks": "^8.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

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.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)
7+
8+
**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@2.0.0...graphql-hooks-full-ws-transport-example@2.0.1) (2024-04-11)
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": "2.0.1",
3+
"version": "3.0.0",
44
"private": true,
55
"dependencies": {
66
"fastify": "^4.2.0",
7-
"graphql-hooks": "^7.0.0",
7+
"graphql-hooks": "^8.0.0",
88
"graphql-ws": "^5.5.5",
99
"mercurius": "^14.0.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+
# [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)
7+
8+
**Note:** Version bump only for package persisted-queries-client
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@2.3.0...persisted-queries-client@3.0.0) (2024-01-19)
715

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

examples/persisted-queries/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "persisted-queries-client",
3-
"version": "3.0.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": "^7.0.0",
10+
"graphql-hooks": "^8.0.0",
1111
"graphql-hooks-memcache": "^3.2.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.0.0",

examples/persisted-queries/server/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.0.0](https://github.com/nearform/graphql-hooks/compare/persisted-queries-server@2.0.5...persisted-queries-server@3.0.0) (2024-06-07)
7+
8+
**Note:** Version bump only for package persisted-queries-server
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/nearform/graphql-hooks/compare/persisted-queries-server@2.0.4...persisted-queries-server@2.0.5) (2024-04-11)
715

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

0 commit comments

Comments
 (0)