Skip to content

Commit e5023cc

Browse files
committed
chore(release): 🚀
- create-react-app@5.1.0 - fastify-ssr@6.1.0 - graphql-hooks-full-ws-transport-example@3.1.0 - persisted-queries-client@4.1.0 - subscription@5.1.0 - typescript-example@5.1.0 - graphql-hooks@8.1.0
1 parent 4c11f3c commit e5023cc

File tree

17 files changed

+82
-20
lines changed

17 files changed

+82
-20
lines changed

examples/create-react-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [5.1.0](https://github.com/nearform/graphql-hooks/compare/create-react-app@5.0.1...create-react-app@5.1.0) (2024-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **LocalGraphQLClient:** handle middleware and responseReducer ([#1206](https://github.com/nearform/graphql-hooks/issues/1206)) ([95219cd](https://github.com/nearform/graphql-hooks/commit/95219cdcd98520aeebc7f413f294730052b042b8))
12+
13+
14+
15+
16+
617
## [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)
718

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

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

Lines changed: 3 additions & 3 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": "5.0.1",
3+
"version": "5.1.0",
44
"private": true,
55
"engines": {
66
"node": ">=12.0.0"
77
},
88
"dependencies": {
9-
"graphql-hooks": "^8.0.1",
9+
"graphql-hooks": "^8.1.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.1.0](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@6.0.1...fastify-ssr@6.1.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@6.0.0...fastify-ssr@6.0.1) (2024-06-15)
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": "6.0.1",
3+
"version": "6.1.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": "^8.0.1",
30+
"graphql-hooks": "^8.1.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.1.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@3.0.1...graphql-hooks-full-ws-transport-example@3.1.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
9+
10+
11+
12+
13+
614
## [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)
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": "3.0.1",
3+
"version": "3.1.0",
44
"private": true,
55
"dependencies": {
66
"fastify": "^4.2.0",
7-
"graphql-hooks": "^8.0.1",
7+
"graphql-hooks": "^8.1.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.1.0](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@4.0.1...persisted-queries-client@4.1.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package persisted-queries-client
9+
10+
11+
12+
13+
614
## [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)
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": "4.0.1",
3+
"version": "4.1.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": "^8.0.1",
10+
"graphql-hooks": "^8.1.0",
1111
"graphql-hooks-memcache": "^3.2.0",
1212
"react": "^18.0.0",
1313
"react-dom": "^18.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+
# [5.1.0](https://github.com/nearform/graphql-hooks/compare/subscription@5.0.1...subscription@5.1.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package subscription
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/nearform/graphql-hooks/compare/subscription@5.0.0...subscription@5.0.1) (2024-06-15)
715

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

0 commit comments

Comments
 (0)