Skip to content

Commit 8d5d230

Browse files
committed
1 parent 499099f commit 8d5d230

File tree

15 files changed

+69
-13
lines changed

15 files changed

+69
-13
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+
# [2.9.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.9.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package create-react-app
9+
10+
11+
12+
13+
614
# [2.8.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.8.0) (2022-03-25)
715

816

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

+1-1
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,13 +1,13 @@
11
{
22
"name": "create-react-app",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"private": true,
55
"type": "module",
66
"engines": {
77
"node": ">=12.0.0"
88
},
99
"dependencies": {
10-
"graphql-hooks": "^5.9.0",
10+
"graphql-hooks": "^5.10.0",
1111
"graphql-hooks-memcache": "^2.2.4",
1212
"json-graphql-server": "^2.3.1",
1313
"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+
# [3.8.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.8.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
# [3.7.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.7.0) (2022-03-25)
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": "3.7.0",
3+
"version": "3.8.0",
44
"private": true,
55
"description": "",
66
"type": "module",
@@ -28,7 +28,7 @@
2828
"fastify": "^3.0.0",
2929
"fastify-gql": "^5.0.0",
3030
"fastify-static": "^4.5.0",
31-
"graphql-hooks": "^5.9.0",
31+
"graphql-hooks": "^5.10.0",
3232
"graphql-hooks-memcache": "^2.2.4",
3333
"graphql-hooks-ssr": "^2.2.2",
3434
"isomorphic-unfetch": "^3.0.0",

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+
# [0.5.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2022-04-15)
7+
8+
**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2022-03-25)
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": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"dependencies": {
66
"fastify": "^3.25.3",
7-
"graphql-hooks": "^5.9.0",
7+
"graphql-hooks": "^5.10.0",
88
"graphql-ws": "^5.5.5",
99
"mercurius": "^9.3.0",
1010
"react": "^17.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+
# [2.7.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.7.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package subscription
9+
10+
11+
12+
13+
614
# [2.6.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.6.0) (2022-03-25)
715

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

examples/subscription/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subscription",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"private": true,
55
"type": "module",
66
"engines": {
@@ -21,7 +21,7 @@
2121
"fastify-gql": "^5.0.0",
2222
"fastify-static": "^4.5.0",
2323
"graphql": "^16.0.1",
24-
"graphql-hooks": "^5.9.0",
24+
"graphql-hooks": "^5.10.0",
2525
"graphql-hooks-memcache": "^2.2.4",
2626
"lowdb": "^3.0.0",
2727
"mqemitter-redis": "^4.0.0",

examples/typescript/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.8.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.8.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package typescript-example
9+
10+
11+
12+
13+
614
# [2.7.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.7.0) (2022-03-25)
715

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

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": "2.7.0",
3+
"version": "2.8.0",
44
"private": true,
55
"dependencies": {
66
"@types/jest": "^27.0.3",
77
"@types/node": "^17.0.5",
88
"@types/react": "^17.0.0",
99
"@types/react-dom": "^17.0.11",
10-
"graphql-hooks": "^5.9.0",
10+
"graphql-hooks": "^5.10.0",
1111
"graphql-hooks-memcache": "^2.2.4",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0",

packages/babel-plugin-extract-gql/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.4.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.4.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package babel-plugin-extract-gql
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.3.0) (2022-03-25)
715

816

packages/babel-plugin-extract-gql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-extract-gql",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

packages/graphql-hooks/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.10.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.10.0) (2022-04-15)
7+
8+
**Note:** Version bump only for package graphql-hooks
9+
10+
11+
12+
13+
614
# [5.9.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.9.0) (2022-03-25)
715

816

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": "5.9.0",
3+
"version": "5.10.0",
44
"description": "Graphql Hooks",
55
"main": "lib/graphql-hooks.js",
66
"module": "es/graphql-hooks.js",

0 commit comments

Comments
 (0)