Skip to content

Commit

Permalink
chore(release): 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jun 15, 2024
1 parent c7b32e3 commit 0f98171
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 20 deletions.
8 changes: 8 additions & 0 deletions examples/create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.1) (2024-06-15)

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





# [5.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)

**Note:** Version bump only for package create-react-app
Expand Down
6 changes: 3 additions & 3 deletions examples/create-react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-react-app",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-hooks-memcache": "^3.2.0",
"json-graphql-server": "^3.0.1",
"prop-types": "^15.7.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@6.0.1) (2024-06-15)

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





# [6.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@6.0.0) (2024-06-07)

**Note:** Version bump only for package fastify-ssr
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-ssr",
"version": "6.0.0",
"version": "6.0.1",
"private": true,
"description": "",
"type": "module",
Expand All @@ -27,7 +27,7 @@
"@fastify/static": "^7.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
"isomorphic-unfetch": "^4.0.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/full-ws-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2024-06-15)

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





# [3.0.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2024-06-07)

**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
Expand Down
4 changes: 2 additions & 2 deletions examples/full-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "graphql-hooks-full-ws-transport-example",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"dependencies": {
"fastify": "^4.2.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-ws": "^5.5.5",
"mercurius": "^14.0.0",
"react": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/persisted-queries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.1) (2024-06-15)

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





# [4.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-06-07)

**Note:** Version bump only for package persisted-queries-client
Expand Down
4 changes: 2 additions & 2 deletions examples/persisted-queries/client/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "persisted-queries-client",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"dependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^20.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/subscription/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.1) (2024-06-15)

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





# [5.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)

**Note:** Version bump only for package subscription
Expand Down
2 changes: 1 addition & 1 deletion examples/subscription/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/subscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subscription",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"type": "module",
"engines": {
Expand All @@ -20,7 +20,7 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql": "^16.6.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-hooks-memcache": "^3.2.0",
"lowdb": "^7.0.1",
"mercurius": "^14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.1) (2024-06-15)

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





# [5.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)


Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "typescript-example",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"dependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^20.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks": "^8.0.1",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphql-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@8.0.1) (2024-06-15)


### Bug Fixes

* return response reducer even if falsy ([#1193](https://github.com/nearform/graphql-hooks/issues/1193)) ([c7b32e3](https://github.com/nearform/graphql-hooks/commit/c7b32e3525f3ee18bc5b4a6e302c4df4027f28cb))


### Features

* **graphql-hooks:** add headers to client response ([#1186](https://github.com/nearform/graphql-hooks/issues/1186)) ([e61f713](https://github.com/nearform/graphql-hooks/commit/e61f713893fdfacf18026b55d1b68b3318cabb79))





# [8.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@8.0.0) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-hooks",
"version": "8.0.0",
"version": "8.0.1",
"description": "Graphql Hooks",
"main": "lib/graphql-hooks.js",
"module": "es/graphql-hooks.js",
Expand Down

0 comments on commit 0f98171

Please sign in to comment.